-
Software Development
[MEGA DEAL] The Complete Raspberry Pi 3 Training Bundle (91% off)
Start Learning, Coding & Creating Projects with This Tiny Computer After 21 Hours of Education Hey fellow geeks, This week,…
Read More » -
Enterprise Java
Guidance for Building a Control Plane for Envoy Part 2 – Identify Components
This is part 2 of a series that explores building a control plane for Envoy Proxy. In this blog series,…
Read More » -
Software Development
Architect for business, not technology
Based on which side of maturity timeline the market is in, either technology drives business or business drives technology. In…
Read More » -
Enterprise Java
How to Setup Multifactor Authentication (MFA) for your AWS account
Step 1 : Go to AWS console and login with your username ,password. Step 2 : Go to Services ->…
Read More » -
Core Java
New life of old Visitor design pattern
Introduction Visitor [1, 2] is a widely known classical design pattern. There are a lot of resources that explain it in…
Read More » -
Enterprise Java
Centralized Authorization with OAuth2 & Opaque Tokens using Spring Boot 2
If you are looking for JWT implementation please follow this link This guide walks through the process to create a centralized…
Read More » -
Core Java
How to put Java application behind Apache HTTP server
In the “old days” it was very common thing to put Apache HTTP server in front of your Java application…
Read More » -
Core Java
Two ways to extend enum functionality
Preface In my previous article I explained how and why to use enums instead of switch/case control structure in Java…
Read More » -
Core Java
Var and Language Design
What is var in Java The var predefined type introduced in Java 10 lets you declared local variables without specifying…
Read More »