I like to write. I like to share things that I am working on, challenges that I face and how I overcome them. I do find some interesting stuff over time and I like to share them with the world. This is my contribution to the community. I hope you find them useful.
- #kafka #java #serialization #deserialization #serde #kyro ~ 15 minutesApache Kafka Using Java
Apache Kafka is a buzz word these days. Originally developed by LinkedIn in 2011 the project has been donated to Apache, many companies…
- #REST #expressjs #nodejs #javascript ~ 18 minutesRest Web Service Using Express Js
In this post, we will be using expressjs to create REST web services. We will also learn about what is ExpressJS, its features, and as we…
- #protobuf #serialization #deserialization #serde #java ~ 6 minutesSerializing Data Using Google Protobuf
In this post, we will see how to use Google Protocol Buffers a language-neutral, platform-neutral, extensible and a popular data format to…
- #spring #spring-boot #conditional-beans #beans #spring-core ~ 9 minutesConditional Beans Creation In Spring Boot
Spring Container is core to Spring Framework. It manages the entire lifecycle of Spring Beans. A bean is nothing but an instance of a class…
- #spring #design-patterns ~ 6 minutesService Locator Using Spring Framework
How to create a service locator in spring to access multiple beans or locate a specific service bean implementation programmatically