java

A collection of 5 posts

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

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

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