SivaLabs Weekly Newsletter - 2023, Week 29

SivaLabs Weekly Newsletter - 2023, Week 29

What I Learned This Week

A happy moment

One of my YouTube channel subscribers pinged me and said he was looking for Job change, and my Top 5 Tips to succeed in Technical Interviews helped him a lot. That made me feel the time and effort of making videos is worth it 😄

Getting Started with Spring Boot

Getting Started with Spring Boot

Introducing Spring Boot

Spring Boot is the most popular framework for building applications in the Java world. Spring Boot is an Opinionated and Convention Over Configuration based approach to building Spring framework based applications.

Using Spring Boot, you can build different kinds of applications such as monolithic applications, microservices, serverless applications, Batch applications, etc.

SivaLabs Weekly Newsletter - 2023, Week 28

SivaLabs Weekly Newsletter - 2023, Week 28

What I Learned This Week

Keep learning. Cheers.

My Thoughts on DevOps, Platform Engineering, and FullStack Developer

My Thoughts on DevOps, Platform Engineering, and FullStack Developer

In the software development world, once in a while a new ideology or process or technology will be introduced. And, the whole developer community goes crazy on that shiny new stuff. A decade ago it was Agile/Scrum, then DevOps, then SRE and now Platform Engineering.

Somehow, I got curious about what is all the fuss about Platform engineering and read a bit about it, and I felt “Oh, people realized that DevOps is a good idea but impractical, and they are correcting it now”.

SivaLabs Weekly Newsletter - 2023, Week 27

SivaLabs Weekly Newsletter - 2023, Week 27

SivaLabs Weekly Newsletter - 2023 Week 27

Keep learning. Cheers.

Should you use Lombok? Or, is it bad for you?

Should you use Lombok? Or, is it bad for you?

I’m a happy Lombok library user. I found this library a decade ago, and I’ve been using it ever since. I don’t remember facing any major problems with it so far.

However, I see a few people that I greatly admire and learn from often complain that Lombok is very bad, and you should avoid it. Obviously, I am curious to know what am I missing? I know a couple of scenarios where using Lombok brings some challenges. Apart from it, I really enjoy using the Lombok library.