© 2026 Hashnode
Storing food images in a database In Part 1 of this series, the country store was built with FastAPI, Jinja templates, and Tailwind CSS using hard-coded data in pages.py. The cards looked fine, but the data model was basic and every change required e...

JavaScript has been the backbone of web development for decades, powering the interactivity and logic of web applications. Its evolution gave birth to JSX, an HTML-like syntax embedded within JavaScript, which transformed how developers build dynamic...

Flask is a friendly lightweight Python framework for creating fast websites. It is a highly customizable and beginner-friendly framework to start with. And you can create APIs very smoothly 🤩 So what is an API? API stands for Application Programmin...
