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 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.
WebTechYou know how we always have web version and app version for website? Example: Instagram web-login and mobile-login. Usually that means maintaining both website and mobile app. But Progressive Web Apps make the website to be able to add to home screen of devices (desktop/ mobile) just as native app!
WebTechLife is complicated. There are so many options to do something and every choice carries pros and cons. So is hosting your website 😬! In this post, we look at different types of web server software available in the market. Reading Time: ~ 5 mins.
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.