Building an Insider Trading Data API with FastAPI

A FastAPI service that scrapes SEC Form 4 insider trading data from openinsider.com, stores it in SQLite, and serves it through a secured, rate-limited REST API — built as a backend data layer for my trade journal.

Redis API response caching with Python

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

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

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

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

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 compose

Part 2 of Docker to the rescue! A short description of docker compose with a simple example: Docker Compose is a neat way to connect different docker containers as a single service.