Python — Distributed computing with RayThis story is first part of a series where we’ll explore Ray, its features, and what real world applications can be built using this. I am…Nov 25, 2024Nov 25, 2024
Custom Agent for your application observability needsModern software architectures often embrace microservices and distributed systems to enhance scalability, resilience, and modularity…Nov 19, 2024Nov 19, 2024
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 2, 2024Aug 2, 2024
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 2, 2024Aug 2, 2024
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
Working with drools using excel sheet decision table — part-3 (High Performance…part-2 link— https://paras301.medium.com/working-with-drools-using-excel-sheet-decision-table-part-2-52936db848fbNov 12, 20211Nov 12, 20211
Working with drools using excel sheet decision table— part-2part-1 link: https://paras301.medium.com/working-with-drools-using-excel-sheet-supplied-from-outside-project-part-1-8be30afc8180Aug 29, 2021Aug 29, 2021
Springboot REST-API Basic Auth with Google Secret ManagerSpringboot apps provide readily available security framework which can be implemented in many ways. Here I am implementing the in-memory…Aug 27, 2021Aug 27, 2021
Neo4j data processing with springboot with multiple database instanceReferring to my previous story on how to process Neo4j in springboot, I today underwent a unusual scenario on how can we build a ETL like…Jul 16, 2021Jul 16, 2021
Neo4j data processing with springbootNeo4j is enterprise-strength graph native database which stores the data in forms of nodes and relationships. It also provides features…Jun 27, 2021Jun 27, 2021
Working with drools using excel sheet supplied from outside project — part-1Drools is a great platform to execute the business rules. Its JAVA based and it runs on a Kie execution environment. RedHat also provides…Jun 26, 2021Jun 26, 2021
Initialize a Neo4j docker container using cypher scriptsNeo4j is a graph native database which many organizations are currently adopting as it can provide capabilities like missing data…May 28, 20211May 28, 20211