All Posts for 2021

Serverless Containers - AWS Fargate
Ever since I learned about Docker containers, web application development has never been the same for me. Since then, I have been using Docker containers for every web application I...

Liquibase - Open Source Database Version Control
Liquibase is an open-source database-independent library for tracking, managing and applying database schema changes. Developers can easily deploy and roll back changes for specific versions without needing to know what...

Detecting Face Mask Usage Using Inception Network
Based on the research paper Face Mask Usage Detection Using Inception Network. Full repository of the code including the trained model is at Improper Mask Detector. To use the trained...

Maven Dependency Mechanisms
Whenever we use Maven as our build tool in our project, have we ever thought how Maven resolves dependency conflicts? Probably not, since Maven just automatically resolves them most of...

Introduction to BigQuery
Given today’s data-driven age, cloud platforms have generated a great advantage when it comes to reducing the dependency on physical IT systems and switching to a smoother and more seamless...

Introduction to Genetic Algorithm
Genetic algorithm (GA) is a search heuristic inspired by the processes of Charles Darwin’s Theory of Natural Selection. The algorithm reflects on how the fittest individuals have higher chances of...

For the Love of Code - AWS Lambda
When I got started as a software developer, all I cared about was writing code and seeing it run. As I got further into my career, I realized that developing...
