Sumith Puri13 articles
In part #2 of my article series on Spring Boot Annotations, we focus on the REST and Spring Stereotype Annotations.

- Sumith Puri
-
Spring Boot – Annotation Reference – 01/a
Spring Boot Annotation Guide, providing an easy reference for daily development and provides code samples.
- Sumith Puri
-
Clean Shutdown of Spring Boot Applications
Article discusses and presents five ways to shutdown Spring Boot apps cleanly. It provides inline code samples and link to GitHub.
-
Starting Docker Desktop with Spring Boot
In this article, we discuss Docker Desktop, including the Docker file, creating/pushing Docker images, creating/running Docker containers.
- Sumith Puri
-
GoF Design Patterns Using Java – Part 02
Let’s continue learning design patterns by implementing the Adapter, Facade, Template, Iterator, and State patterns using Java.
- Sumith Puri
-
SKP’s Agile Cheatsheet : Part 03
SKP’s Agile Cheatsheet that lists the most important terminologies in Agile, Scrum, Lean, Kanban, and SAFe.
- Sumith Puri
-
SKP’s Agile Cheatsheet: Part 02
SKP’s Agile Cheatsheet is a three part series of articles focused on daily agile terminology, ideal to be printed out and pinned up near your workstation.
- Sumith Puri
-
SKP’s Agile Cheatsheet: Part 01
SKP’s Agile Cheatsheet listing the most important terms in agile, devops, scrum, lean, kanban, and more.
- Sumith Puri
-
SKP’s Definitive Primer: Failures, Pitfalls & Disadvantages of Microservices
Microservice adoption has almost become the norm in most software product and IT services organizations.
Below, I take the opportunity to make you aware of real-world issues faced by organizations of all sizes in migrating or adopting microservices.
Since learning from others’ mistakes and knowing pitfalls upfront can be helpful in preparing and planning better, this overview will be of help to those planning a shift to a microservices strategy.
- Sumith Puri
-
GoF Design Patterns Using Java – Part 01
To understand the philosophical and historical perspective on the Gang of Four’s design patterns, I made a short, 10-minute video, which was also my PluralSight Author Audition.
I came up with my own examples to understand design patterns further. Try downloading the code and see if it helps you in comprehending the patterns in a better way.
Some brief code snippets follow each pattern so you can get quick demonstrations. Feel free to bookmark this article as a quick reference/cheat sheet for when you want to quickly review each of them.
-
Deep Dive Into Multi-Threading in Java
Multi-threading represents a very intriguing topic, even after years of research and development for high quality, robust, and efficient software. With equal emphasis on hardware improvements and the software that runs on it – we have newer paradigms for parallelism.
The most important yet basic concepts are the ones which I present here. I then explain the intricacies of multi-threading in the Java programming language. Some of these are newer features and supported only from the Java Platform Standard Edition 5.0. Let us start with a quick overview and understanding of the core concepts.
- Sumith Puri