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...

Read more

All Stories

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 [https://github.blog/2013-08-14-identicons/] way back in 2013. Githu...

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....