All Posts for 2021

Serverless Containers - AWS Fargate

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...

Lawrence Belo Lawrence Belo
Liquibase - Open Source Database Version Control

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...

Mark Joseph Remedio Mark Joseph Remedio
Detecting Face Mask Usage Using Inception Network

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...

James Arnold Nogra James Arnold Nogra
Maven Dependency Mechanisms

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...

Fealrone Alajas Fealrone Alajas
Introduction to BigQuery

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

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...

James Arnold Nogra James Arnold Nogra
For the Love of Code - AWS Lambda

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...

Lawrence Belo Lawrence Belo
Programmatic Advertising and ADMATRIX

Programmatic Advertising and ADMATRIX

This article is a short introduction of how ads are delivered in our browsing activities and its effects to the internet.

Cristopher Cutas Cristopher Cutas