The AI Revolution Accelerates: Tech Giants Race to Define Our Future!

The pace of AI innovation has reached a fever pitch, and the world's leading tech giants are responding with unprecedented speed, pushing the boundaries of what's possible and fiercely competing to shape the future of technology....

The AI Horizon Expands: Microsoft's Bold Moves in the Agentic Era

The air at Microsoft Build 2025 crackled with more than just electricity; it hummed with the potential of intelligent automation. This year's conference wasn't just about incremental updates; it felt like a definitive leap into the age of the AI agent....

Mastering the Transactional Outbox Pattern: A Deep Dive with Code, Pitfalls, and Best Practices

Keep your data consistent and your events reliable, even when things go sideways...

Custom Feign Client Builder library in Spring Boot

Creating a custom spring module to make HTTP client library using OpenFeign...

Accessing S3 content using CloudFront Signed URL

In this post, we will configure AWS CloudFront distribution to provide restricted access to S3 bucket private contents s...

Build your own Dependency Injection Framework

Dependency Injection is very useful for most projects and allows us to create our dependencies easily and makes the development process seamless...

Read more

All Stories

The AI Revolution Accelerates: Tech Giants Race to Define Our Future!

The pace of AI innovation has reached a fever pitch, and the world's leading tech giants are responding with unprecedented speed, pushing the boundaries of what's possible and fiercely competing to shape the future of technology....

The AI Horizon Expands: Microsoft's Bold Moves in the Agentic Era

The air at Microsoft Build 2025 crackled with more than just electricity; it hummed with the potential of intelligent automation. This year's conference wasn't just about incremental updates; it felt like a definitive leap into the age of the AI agent....

Mastering the Transactional Outbox Pattern: A Deep Dive with Code, Pitfalls, and Best Practices

Keep your data consistent and your events reliable, even when things go sideways...

Build your own Dependency Injection Framework

Dependency Injection is very useful for most projects and allows us to create our dependencies easily and makes the development process seamless...

Custom Feign Client Builder library in Spring Boot

Creating a custom spring module to make HTTP client library using OpenFeign...

Accessing S3 content using CloudFront Signed URL

In this post, we will configure AWS CloudFront distribution to provide restricted access to S3 bucket private contents s...

Schedulers and the Need for Concurrency

To get best computational efficiency from a multicore processor core kernels of operating systems uses Kernel-Level threads to provide concurrency...

Automate Kubernetes deployment using Argo CD

Argo CD is a declarative Git-Ops continuous delivery tool created for Kubernetes. k8s application manifests should be v...

Code Generation using Annotation Processor in Java

Generating REST Client from Swagger Documentation...

Demystifying JSON Web Token (JWT) Part-1

JSON Web Token or JWT or sometimes pronounced as 'jot' is an open standard ( RFC-7519 [https://tools.ietf.org/html/rfc75...

Internet of Value (IoV) and NFTs

Our ever changing desires and internet usage is creating new dimensions of money generation trends...

Decentralized Applications would change Web Apps

Recent progress in Decentralized Apps could lead to big changes in Web Apps and Social Media Platforms...

Generating Github Like Identicons

Github introduced user display images as Identicons way back in 2013. Github's Identicons are simple 5x5 pixel colored i...

Worker Threads in NodeJS

NodeJS for its design engine was preferred to be used as an I/O performant and not as a CPU performant backend....