Redis API response caching with Python

Published on 2025-01-02

About Redis, it only took me ~3 hours to re-deploy FastAPI app with redis, lol.

Docker WebTech

So many Gateway Interfaces: CGI, FCGI, WSGI and ASGI, to name a few

Published on 2024-12-31

What exactly are those Gateway Interfaces? The interface dictates how the server should pass incoming requests to the application and how the application should respond to those requests.

Flask Could be Interesting! WebTech

Self-hosting this site on a Raspberry Pi with CloudFlare Tunnel

Published on 2024-09-08

Now that I have my Raspberry Pi setup, it's time to move this website (boring-is-good.com) to Pi.

Docker WebTech IoT Networking

Domain Name Registration and binding it to the Containerized Web App (AWS Elastic Container Service) with Load Balancer in AWS Cloud Service

Published on 2024-02-24

As of 2022, there are ~1.8 billions websites (unique domain names). 17% of all websites, that is, ~300 million are active. The rest are parked domains or similar. Let's unleash another domain to the internet. 😆

Docker WebTech

Deploying Containerized Web App (Image) to Amazon Online Web Service (AWS Cloud Service)

Published on 2024-02-24

Server-less solution (sort of)... we are paying for cloud service but we don't need to maintain our own server for scaling, security, etc. Popular cloud service providers are Amazon Web Services (AWS), Microsoft Azure, Google Cloud Platform (GCP), DigitalOcean, Heroku and many more.

WebTech

Motivation

We all have our preferred learning style. For me, when it comes to learning, I am more of a read, learn and do person. I prefer reading the materials than watching an hour long video. I believe reading gives me time to absorb and digest the knowledge, then, think of the potential implications. However, learning without an implementation is just an entertainment. So, I built and wired up this site to reflect my learnings. (Utilized Flask Framework, containerized with Docker and first deployed on AWS in Jan 2023).

Disclaimers: By no means, my write-ups are absolute truth. There are many different ways to achieve something. Besides, technology is always evolving and some of my posts might be outdated but fundamentals stay the same.

Categories

Big Data Computer Vision Could be Interesting! Data Science Docker Flask IoT Networking WebTech