by Sammy Chafiqui | Jan 8, 2025 | Web Application
Docker has revolutionized the way we develop and deploy applications by solving the age-old problem of “it works on my machine.” At its core, Docker is a platform that packages applications and their dependencies into lightweight, portable containers that...
by samchaf | Dec 29, 2024 | Web Application
Server-Sent Events (SSE) have revolutionized how we handle real-time web communications, powering popular applications like ChatGPT’s streaming responses. In this tutorial, we’ll explore what SSE is, how it works, and build a simple demonstration to see it...
by samchaf | Nov 10, 2024 | Web Application
If I were starting from scratch to become a python software developer, here’s exactly how I’d go about it. Starting Out: HTML and CSS When you first start, the easiest road is to begin with HTML and CSS. These two technologies are relatively simple to learn, so you’ll...
by samchaf | Oct 12, 2024 | Web Application
Introduction: The Hidden Journey of a Web Request Have you ever wondered what happens when you visit a website or make a call to an API? It’s easy to take for granted the seamlessness of a page loading or an API returning data in milliseconds. But beneath the surface,...