Skip to content
View anilerc's full-sized avatar
Block or Report

Block or report anilerc

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. SAGA-choreography-hexagonal-architecture SAGA-choreography-hexagonal-architecture Public

    Full implementation of choreography-based SAGA pattern following Hexagonal Architecture to handle distributed transactions involving different microservices. Powered by Java/Spring & Apache Kafka.

    Java 3

  2. circuit-breaker-resilience4j-redis-spring circuit-breaker-resilience4j-redis-spring Public

    Fault tolerance is a crucial aspect of microservices system design. Here, I implemented the circuit breaker pattern using Resilience4j for services written in Java/Spring Boot, with Redis as a fall…

    Java 1

  3. eureka-rabbitmq-microservices-discovery eureka-rabbitmq-microservices-discovery Public

    Communicating fraud detection, customer and notification microservices with Eureka Service Discovery, RabbitMQ, Spring Cloud Gateway, OpenFeign, Web MVC and many more. Repo to further hone my skill…

    Java 2 1

  4. multithreaded-tcp-udp-gateway-design multithreaded-tcp-udp-gateway-design Public

    Socket programming and multithreaded IoT Gateway-Server model development. Concurrent flow of data via UDP/TCP and a handshake protocol design for data transmission.

    Java 1

  5. adaptive-learning-ai-cleaner adaptive-learning-ai-cleaner Public

    Environment simulation and adaptive learning algorithm development for a cleaning robot. Using probabilistic models to estimate the environment state during decision-making.

    Java

  6. CQRS-design-pattern-kafka-spring CQRS-design-pattern-kafka-spring Public

    Core Command-Query Responsibility Segregation design pattern implementation with Apache Kafka for processing events and Java/Spring for microservices.

    Java