2024
3 posts
11-26
Roman To Integer
09-14
Relying Solely on Multiple Stateless Servers Isn’t Enough for Effective Scaling
09-07
Scaling Needs More than Just One Server
2023
7 posts
06-08
Performance Testing
04-02
Setting up a Quarkus project
03-27
Architecturally significant as ADR
03-17
Choosing right database for service
02-22
Replace your Makefile with Taskfile
01-27
GraalVM Spring Boot Docker Container
01-13
Contains Duplicate
2022
7 posts
06-30
Find Maximum Average Subarray
06-19
Logging kubernetes using loki
06-12
Notification using kube prometheus stack
06-01
Metrics server setup in kubernetes
05-30
Do not make unnecessary comparisons in java
05-26
Kubernetes setup using kind
04-28
Jupyter Notebook in Ubuntu
2021
4 posts
09-14
How to add QR code on pdf using java
09-14
How to convert java object to properties format
08-30
Convert text to speech using Google Text-to-Speech (gTTS) library
08-10
Create and upload custom server certificate in AWS IAM
2020
17 posts
11-25
OpenAPI Docs Using ReDoc
11-19
Spring Boot App Using Java Code Generated From OpenAPI
10-16
How to setup elk stack in docker
09-03
Graceful shutdown in Spring Boot
08-14
Enforce onion architecture in your code
08-13
Error Handler with RestTemplate
08-03
Highlight of Jdk 15 Features
07-06
SSL in spring boot application
06-23
Spring Boot Docker Containerization
06-22
Semantic versioning on docker build and helm chart
06-19
Configmap in Spring Cloud Kubernetes
06-17
Expose spring boot microservice with ingress using helm
05-09
Safe Exchanging Information Across Microservices
05-02
Domain-Driven Design Building Blocks
04-24
Applying semantic versioning with git repository
03-08
Spring boot microservices example for highly scalable database
01-18
Secure application secrets by using spring vault
2019
13 posts
12-12
Definition of Ready (DoR) and Definition of Done (DoD)
11-18
JPA Model for Document Structure Entity
10-29
Implement a URL shortener with alphanumeric string
10-17
RSocket with Spring Boot
09-20
Implement rand7 using rand5
08-21
Implement Merge Sort
07-25
Generate random integers in range using Java
06-20
Find the longest palindromic contiguous substring
05-02
Determine Time Complexity of Algorithms
04-20
How to use jmh with spring boot
03-17
Find the maximum width of binary tree
02-07
Find the vertical sum of binary tree
01-05
How to create binary tree in Java