Skip to content
KSCodes
  • Java 21
  • Java
    • String Handling
    • Collections
    • Exception Handling
    • JDBC
    • File IO
    • Apache POI
    • XML Parsing
    • JSON
  • Spring MVC
  • HTML5
  • jQuery
  • Tutorials
  • Misc

Distributed Tracing with Spring Cloud Sleuth and Zipkin

In microservices, requests often span across multiple services. When something goes wrong or performance degrades, it becomes challenging to trace the root cause. This is where distributed tracing

Read More →

Circuit Breaker and Resilience with Resilience4j

In a microservices architecture, service-to-service communication is common. However, it introduces the risk of cascading failures when one service goes down. To address this, we use Resilience4j,

Read More →

Centralized Logging with ELK Stack (Elasticsearch, Logstash, Kibana)

In a microservices architecture, logging becomes more complex as logs are scattered across multiple services. This makes debugging and monitoring challenging. Centralized Logging with ELK Stack sol

Read More →

Centralized Configuration with Spring Cloud Config Server

As microservices scale, managing their configurations across environments becomes complex. Hardcoding properties in each service is inefficient and error-prone. Spring Cloud Config Server solves th

Read More →

Client-to-Client Communication with OpenFeign in Spring Boot

In a microservices architecture, services often need to communicate with each other to fulfill a request. While RestTemplate or WebClient are commonly used, OpenFeign offers a declarative and clean

Read More →

Load Balancing with Spring Cloud LoadBalancer

In microservices architecture, multiple instances of a service often run to handle increased traffic. But how do clients decide which instance to call? This is where Spring Cloud LoadBalancer comes

Read More →

Spring Cloud Gateway as API Gateway for Microservices

As microservices architectures grow, the need for a centralized entry point becomes vital. This is where API Gateways come in. In the Spring ecosystem, Spring Cloud Gateway offers a powerful, light

Read More →

Service Discovery with Spring Cloud Eureka

In a microservices architecture, services often scale dynamically. IPs and ports change, and hardcoding service URLs becomes unreliable. This is where Service Discovery comes in. Spring Boot Eureka

Read More →

Introduction to Microservices Architecture with Spring Boot

As applications scale, monolithic architectures can become bottlenecks in agility and scalability. That’s where microservices come in — breaking a large application into independently deployabl

Read More →

Spring Boot CI/CD with GitHub Actions

In today’s fast-paced development cycle, Continuous Integration (CI) and Continuous Deployment (CD) are essential for building reliable, testable, and deployable applications. In this post, we

Read More →

Posts pagination

< 1 … 4 5 6 7 8 … 40 >







Aim

The aim of this blog is to try to give some useful tips that can make developers life easy at work. For any queries or suggestions please email us at kscodes.web@gmail.com

Links

  • About Us
  • Privacy Policy
Copyright © 2021