Home
Kazi Ehsan Aziz
Cancel

An introduction to GitHub Actions

Photo by Mike Benna on Unsplash GitHub Actions is free to use for standard GitHub-hosted runners in public repositories. Concepts Each job runs-on in a fresh virtual environment Each job c...

ECS Fargate Task as a Web server

Photo by C Dustin on Unsplash You can manually run a one-off ECS Fargate Task based off a Dockerized image of your API server. But if you are expecting heavy traffic, you can setup Load Balancer,...

Server side authentication with Auth0

Auth0 can be daunting … at first. Photo by Micah Williams on Unsplash Your API Server handles registration and authentication So, you are coming from a traditional backend-handles-all-things...

Midnight appointments across timezones

When one’s availability today translates to another’s tomorrow. Photo by Richard Tao on Unsplash Premise A certain appointment scheduling feature allows a user (the host) to make themselves ...

Jekyll, Chirpy and the Github Pages

Github Pages lets you host Jekyll sites and Chirpy makes it even easier. Photo by Florian Bernhardt on Unsplash Prerequisites Make sure to have Ruby installed. On Mac: moncefbelyamani’s tut...

Maximizing asynchronous OCR operations with Tesseract and Quartz

Photo by Sear Greyson on Unsplash The Objective The application has to let a user upload multiple PDFs together. And on each of those PDFs, an Optical Character Recognition (OCR) operation needs ...