About Redis, it only took me ~3 hours to re-deploy FastAPI app with redis, lol.
Docker WebTechWhat 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! WebTechNow that I have my Raspberry Pi setup, it's time to move this website (boring-is-good.com) to Pi.
Docker WebTech IoT NetworkingAs 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 WebTechServer-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.
WebTechWe 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.