
GoLang from a Java developer perspective
Gone are the days we can call ourselves as Java developer, .NET developer, Python developer etc. Nowadays we might need to work with multiple …
Browse

Gone are the days we can call ourselves as Java developer, .NET developer, Python developer etc. Nowadays we might need to work with multiple …

As software developers, most of us implicitly assume gaining strong technical skills might make us successful. Many of us assume being good at cutting …

We all know how to run Spring Boot application in debug mode from our favorite IDEs(IntelliJ IDEA, Eclipse etc) and debug the code. Recently I had to …

It’s been tough time for everyone due to the Corona virus situation. Staying at home for weeks and weeks is not easy, but it is very necessary …

While building the software, we all agree, as a team, to follow a set of guidelines which are typically considered as best practices. But during the …

I come across many blog posts from various sources like Twitter, StackOverflow, etc., and some of them are very helpful. Also, in day-to-day work I …

One of the many reasons for the huge popularity of Spring and Spring Boot is its great support for Testing. We can write unit tests using Mockito …

I have been working with Spring and Spring Boot for many years, and I needed to create a lot of Spring (Boot) applications for various reasons, like …

Postman is the most popular tool for testing REST APIs. I guess most developers are familiar with how to use Postman to send various types (GET, POST, …

Spring Boot is the most popular tech stack for building Java-based REST APIs. In this tutorial, we will learn how to write tests for Spring Boot …

In the previous post Kafka Tutorial - Java Producer and Consumer, we learned how to implement a Producer and Consumer for a Kafka topic using the …

Kafka, depending on how you use it, can be seen as a Message Broker, Event Store, or a Streaming Platform, etc. Kafka became a preferred technology …