PinnedFull Stack DeveloperMicroservice Design Pattern : API GATEWAY PATTERNNetflix, Amazon, Spotify, AirBnb, Twitter — they all use this special microservice Design Pattern. Let’s take a look at it.Aug 83Aug 83
PinnedFull Stack DeveloperComparison Between Static Classes and Spring-Managed Beans in Spring Boot: Beginner’s GuideWhy bother Spring when a Static Class would work too? Let’s explore. This one is for the beginners. (I recently realized, I had never much…Aug 111Aug 111
PinnedFull Stack DeveloperSpring doesn’t recommend @Autowired anymore???There are 3 ways we can inject dependencies and Field Injection is not recommended anymore.Jul 197Jul 197
PinnedFull Stack DeveloperApplication Security : Types of Token Based AuthenticationWhen it comes to Security, it is good to consider all possible optionsSep 16Sep 16
PinnedFull Stack DeveloperUBS Interview Q -Why do we need both Comparable and Comparator when they both perform the same job?To answer this, I have written down some features of both Comparable and Comparator in short and to the point, and then we can delve into…May 231May 231
Full Stack DeveloperWhen a Spring Cloud Config changes, do you restart your Application?Here is an easy way to refresh your Spring Cloud Config changes, without having to restart your application.21h ago21h ago
Full Stack DeveloperCORS Policy — Solve your Cross Origin issues — ERR_NETWORK, ERR_FAILED etc.In every project, the first issue a full stack developer faces when integrating UI with backend.3d ago3d ago
Full Stack DeveloperUnlock Maximum Query Optimization: Strategies for Mastering SQL and Database Efficiency!Ahhhhh! I am so bummed that my fetch query ran for 1.23 minutes. I wish I knew this before.5d ago5d ago
Full Stack DeveloperLearn Kotlin with me : Part 5 — var and val in KotlinI have used var and val interchangeably so far and I was doing it unconciously, because I did not get any error so far. Code worked fine…6d ago6d ago
Full Stack DeveloperJava — How to Sort a List which contains Words with Accent like ô , Ü, È etcWhen u sort this normally, Java considers these as symbols instead of alphabets and sorting will not be accurate.Nov 7Nov 7