Now 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 WebTechPart 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.
DockerOne of the issues we often encounter during software development is that our solution works in the development environment, but when deploy to the production environment, it miraculously stops working! Docker provides a consistent environment across development, testing, and production environments
Flask DockerWe 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.