PinnedJyotiDomain driven design 101I recently attended a Domain Driven Design (DDD) workshop and worked on a project which is based on DDD principles. This article will give…Jul 14, 2023Jul 14, 2023
JyotiServer Sent EventsIn one of the recent projects I worked on with my team, we implemented Server-Sent Events (SSE). While it’s a fairly simple concept, I…Oct 121Oct 121
JyotiHexagonal Architecture: Why and HowIn my team, we recently started following hexagonal architecture design for designing micro services. This decision came because of…Aug 7Aug 7
JyotiDDD Discussion: Business logic validationDomain Driven Design, a software design approach where we model or design application closely related to business domain with input of…Oct 22, 2023Oct 22, 2023
JyotiGetting Started With Kubernetes : Part 02In this blog we will see the architecture of kubernetes, different component of kubernetes and their functionality in brief and how…Oct 20, 2023Oct 20, 2023
JyotiGetting Started With KubernetesKubernetes also known as K8s is an orchestrator for containers.You deploy your application to cloud but thats not the end. You need to…Oct 16, 2023Oct 16, 2023
JyotiDealing with two different names for same field in Api response with spring boot MapperWe often make changes in api, and changing names of same field in different api version leads us to make change in the way we are handling…Jul 3, 2023Jul 3, 2023
JyotiReactive Programming with Kotlin and Spring WebFlux : Part 2In this article we will see how to create a application using kotlin and spring webfluxApr 15, 2023Apr 15, 2023
JyotiReactive Programming with Kotlin and Spring WebFlux : Part 1Background: Reactive programming : reactive rest api with kotlin and spring webFluxDec 30, 2022Dec 30, 2022
JyotiJava : Constructors, static blocks, Inheritance and their connection with each otherWhenever I heard of Java Object Oriented Programming concepts all that come to my mind is definitions and just basic syntax of abstraction…Apr 19, 2022Apr 19, 2022