-
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 » -
Agile
Beyond Agile: Reorganizing It For Faster Software Delivery
Nearly 40 percent of software development companies cite hiring new talent as one of their biggest challenges. Having the right…
Read More » -
Agile
Agile Transformation Secrets Series Posted
I just finished a series for my Pragmatic Manager newsletter about Agile Transformation Secrets: Part 1: Manage for Change Part…
Read More »