A Chronicles of a π¨βπ»Programmer (with ππAnalytical Mindset Who was Once a π¨ποΈDesigner): Learn to Debug Life
Welcome to my blog!
This blog chronicles my personal exploration into the worlds of coding (with LLMs ofc, what were you expecting?) and life itself.
Here, I share the things I encounter while learning to program.
Think of it as me trying to debug life while getting better at debugging code.
Fueled by my own insatiable curiosity (and AI's endless patience), bolstered by my humble attitude of learning (with millions of searches on Google),
I'm pretty confident this debugging process will be wrapped up by the end of this century.
In this post, I will explore the role of databases in modern cloud infrastructure and their importance in storing, managing, and retrieving data for web applications and services. Databases are a critical component of cloud infrastructure, providing a structured and efficient way to store and access data for various use cases.
In this post, I will explore Content Delivery Networks (CDNs) and networking technologies that play a crucial role in delivering content efficiently and securely over the internet. CDNs and networking solutions are essential components of modern cloud infrastructure, enabling fast and reliable access to web applications and services.
In this post, I will explore the key storage technologies that underpin cloud computing. Storage is a critical component of any cloud infrastructure, enabling data persistence, retrieval, and management for applications and services.
In this post, I will delve into the key infrastructure technologies that underpin cloud computing. Understanding these technologies is essential for building scalable, reliable, and secure cloud-based applications.
From this post onwards, I will start exploring the related knowledge of infrastructure for software applications, particularly in the cloud. This post will cover the basics of cloud computing.
When developing web applications that require flexible and dynamic user inputs, utilizing formsets in Django alongside JavaScript can significantly enhance user experience and functionality.
In this blog post, Iβll walk through how to model complex relationships between products using Django, specifically focusing on a scenario where products can be composed of other products, and vice versa.
As the business model of Inomad is updating constantly especially the product lines during the scaling-up stage, the product model also requires to be updated frequently.