Log inSign up
Anar Sultanov
92 posts
Anar Sultanov profile banner
@sultanovdev

Anar Sultanov

@sultanovdev
Engineer. CTO. Founder.
Stockholm, Sweden
sultanov.dev
Joined September 2018
171
Following
57
Followers
RepliesRepliesRepostsRepostsMediaMedia

Log in or sign up for X

See what’s happening and join the conversation

Continue with phone
or
Log in with username or email
Terms·Privacy·Cookies·Accessibility·Ads Info·© 2026 X Corp.
  • @sultanovdev
    Anar Sultanov
    @sultanovdev
    Apr 26
    Errly's waitlist is open.
    @errlyeu
    Errly
    @errlyeu
    Apr 26
    Errly is open for waitlist signups. A Sentry-SDK-compatible error tracker, built and operated entirely from the EU. Change one env var to migrate. Keep your existing SDKs. Indie pricing. No US legal hook on your customer error data. errly.eu
  • @sultanovdev
    Anar Sultanov
    @sultanovdev
    Sep 2, 2024
    Explore how to build a multi-agent system using LangChain4j and Spring State Machine. #Java #AI #LLMs #springboot #langchain4j @LangChain4j @springframework
    sultanov.dev
    LangChain4j: Multi-Agent System using State Machine
    In modern software, complex tasks often exceed the capabilities of a single AI agent—autonomous entities designed to perform specific tasks. Collaborative multi-agent systems enable these agents to...
    1
  • @sultanovdev
    Anar Sultanov
    @sultanovdev
    Jul 17, 2023
    Learn how to bridge the gap between gRPC streaming and reactive endpoints. #grpc #graphql #springboot #webflux #reactive #api Check out the article here:
    sultanov.dev
    Streaming Integration: gRPC and Reactive
    In the world of service communication, gRPC serves as a common choice for internal interactions, while REST and GraphQL act as the go-to options for exposing external APIs. When these technologies...
  • @sultanovdev
    Anar Sultanov
    @sultanovdev
    Nov 8, 2022
    Long-lived streaming using @grpcio and observer pattern. #java #grpc #microservices
    sultanov.dev
    gRPC Long-lived Streaming using Observer Pattern
    gRPC builds on HTTP/2’s long-lived connections which provides a foundation for long-lived, real-time communication streams and allows gRPC to support multiple communication patterns, one of which is...
  • @sultanovdev
    Anar Sultanov
    @sultanovdev
    Feb 6, 2022
    Access Spring Beans from Unmanaged Objects #java #springboot #springframework
    Access Spring Beans from Unmanaged Objects
    From sultanov.dev