Welcome to my blog!
This blog chronicles my journey of building things (currently interested in LLM-powered features) and figuring out life.
As a born designer who stumbled into data science before learning his first programming language (Python), I believe software is the (current) ultimate vehicle for great thinking and building.
But tools still need analytics to act as proof, and design to make them effortlessly digestible.
I live for these intersections, treat this as my playground for validating life thoughts by building them out, automating the (unfortunately essential) stuff to free up the fun.
Think of it as me trying to debug life while getting better at debugging programs.
Fueled by an insatiable curiosity (and AI's endless patience),
I'm pretty confident this entire script will be error-free by the end of this century.
🔎 Intro
In this post, I will explore the concepts of security, compliance, and governance in modern cloud infrastructure and their importance in ensuring the confidentiality, integrity, and availability of data and services. Security, compliance, and governance are critical aspects of cloud infrastructure that help organizations protect their assets, comply with regulations, and maintain operational efficiency.
🔎 Intro
In this post, I will explore the role of messaging systems in modern cloud infrastructure and their importance in enabling communication between distributed components, services, and applications. Messaging systems play a crucial role in building scalable, reliable, and decoupled architectures that can handle complex workflows and interactions in cloud environments.
🔎 Intro
In this post, I will explore the role of development and deployment technologies in modern cloud infrastructure and their importance in building scalable, reliable, and efficient web applications and services. Development technologies encompass a wide range of tools, frameworks, and practices that enable developers to create, deploy, and maintain software solutions in the cloud.
🔎 Intro
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.
🔎 Intro
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.
🔎 Intro
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.
🔎 Intro
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.
🔎 Intro
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.
🔎 Intro
When developing web applications that require flexible and dynamic user inputs, utilizing formsets in Django alongside JavaScript can significantly enhance user experience and functionality.
🔎 Intro
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.