Implementing SSL/TLS in Springboot — Mutual TLS (mTLS) part-2This is part-2 of a two part series where I show how to implement SSL/TLS in springboot using self-signed certificates. This post covers…Aug 2Aug 2
Implementing SSL/TLS in Springboot — Standard TLS part-1This is part-1 of a two part series where I show how to implement SSL/TLS in springboot using self-signed certificates. This post covers…Aug 2Aug 2
Rust — WebAssembly — Docker IntegrationI am a newbie to WebAssembly and with this story I’ll be sharing my learning on this topic. A lot of information is there on web, so I’ll…Mar 11, 2023Mar 11, 2023
Springboot File Streaming application with data validationsThis post is related to one of my previous story on Spring Cloud File Streaming. Though many companies are trying to move to cloud based…Sep 23, 2022Sep 23, 2022
Netflix Conductor DO_WHILE loop implementation with task retry logicNetflix Conductor is a open source orchestration tool from Netflix to orchestrate workflows that spans across microservices. While I have…Jun 30, 20221Jun 30, 20221
Spring Cloud Stream Application for Google Cloud StorageFrom Spring documentation —May 27, 2022May 27, 2022
Cucumber BDD testing using Junit Framework for Rest APIs using RestAssuredMany modern application architectures are now cloud based and even though being could native doesn’t mean microservices architecture, still…Apr 17, 2022Apr 17, 2022
Cucumber BDD testing using TestNG framework with Selenium webdriver and Cucumber reportsThis new age requires all development to be test driven and Cucumber is a great tool to support behavioral driven development. It also…Apr 12, 2022Apr 12, 2022
Drools — Drive your rules from databaseLately we were presented with a requirement on our rules engine app that all the rules should be driven from a database. What basically it…Jan 29, 2022Jan 29, 2022
Drools — Agenda-Group vs Activation-Group and how to use them togetherDrools documentation has good examples on what Agenda-Group and Activation-Group are and this post is to demonstrate exactly that.Nov 12, 20212Nov 12, 20212