A simple port scanner using Python
1. Overview
A Python Implementation of Set Theory
This week I spent some time to implement set theory fundamentals using Python. As COVID-19 is doing the rounds, chose the COVID-19 test kit clinical trials as a use-case.
Kafka as source for Flume
We are re-platforming a monolithic application into microservices, on the transition phase the services will be added incrementally and the monolithic app will be retired once all services are in place. To achieve the goal, we had to set up a real-time event processing model for syncing the data store.
Spring cache abstraction using Redis
1. Overview
This post will focus on integrating the Redis with the Spring Boot application to leverage the declarative annotation based caching support provided by the Spring cache abstraction.