Nov 16, 2025 · 8 min read · 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...
CCraig commented
Jun 8, 2025 · 15 min read · Data quality auditing is a process of ensuring that data is fit for a given purpose. Poor data quality results in wrong business decisions and might decline corporate performance. some of these metrics are: MetricDescriptionFormula Completenes...
Join discussion
Feb 18, 2025 · 4 min read · Understanding Jinja2 Tags with Examples Django is a powerful web framework that allows developers to build robust web applications. To get started with the Django setup and installation refer here. Jinja2 is a powerful templating engine for Python, w...
Join discussion
Dec 8, 2024 · 4 min read · 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...
Join discussion
Jul 6, 2024 · 17 min read · Python Flask is a lightweight, flexible web framework ideal for building web applications and services. Learn its features, structure, and use cases with examples. Introduction Python Flask is a micro web framework for Python, designed to be lightwei...
Join discussion
Jun 17, 2024 · 2 min read · Usually, as network engineers, we use Jinja2 to store configuration templates, so let us check the structures, thinking of a practical approach for our daily jobs. You might want to follow up with some testing for the following blog. Packet Coders ha...
Join discussion
Jun 15, 2024 · 3 min read · Documentation as Code Jinja2 templates are mainly used for configuration templates. You can also use Jinja2 to format raw or parsed data into text reports, CSV, JSON files, or Markdown documents. Using it together with Python to gather/push informati...
Join discussion
Mar 24, 2024 · 9 min read · 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...
Join discussion