Tagged articles
15 articles
Page 1 of 1
Test Development Learning Exchange
Test Development Learning Exchange
Oct 16, 2025 · Backend Development

Boost API Testing Efficiency: Auto‑Generate Python Test Cases with AI & Jinja2

Learn how to eliminate manual test case writing by using a lightweight AI‑driven approach combined with Jinja2 templates to automatically parse API specifications or JSON Schemas, generate comprehensive Python test scripts, handle parameter combinations, edge cases, and integrate with your existing test framework in just a few commands.

AIAPI testingCode Generation
0 likes · 8 min read
Boost API Testing Efficiency: Auto‑Generate Python Test Cases with AI & Jinja2
Code Mala Tang
Code Mala Tang
Jul 12, 2025 · Backend Development

Master FastAPI Static Files: Best Practices, Project Structure & Production Tips

Learn how to efficiently serve static assets like CSS, JavaScript, and images in FastAPI applications by installing necessary dependencies, organizing a scalable project structure, mounting static directories, rendering templates with Jinja2, and configuring production-ready setups with Nginx or CDN, while avoiding common pitfalls.

FastAPIJinja2Static files
0 likes · 6 min read
Master FastAPI Static Files: Best Practices, Project Structure & Production Tips
Code Mala Tang
Code Mala Tang
May 9, 2025 · Backend Development

How to Render HTML with FastAPI and Jinja2: A Step‑by‑Step Guide

This tutorial walks you through installing FastAPI, setting up a project structure, creating routes that serve Jinja2‑rendered HTML pages, adding static files, building forms, and mastering essential Jinja2 syntax such as variables, conditionals, loops, template inheritance, filters, macros, and security considerations.

FastAPIHTML renderingJinja2
0 likes · 7 min read
How to Render HTML with FastAPI and Jinja2: A Step‑by‑Step Guide
MaGe Linux Operations
MaGe Linux Operations
Jan 2, 2020 · Backend Development

Build a Flask Web App Quickly: From Setup to Blueprint Modularization

This guide walks you through installing Flask, structuring a project with webapp, templates, and static files, writing core code and routes, using Blueprint for modularization, rendering Jinja2 templates, and running the app, providing complete code snippets and configuration tips for rapid backend development.

Backend DevelopmentBlueprintFlask
0 likes · 7 min read
Build a Flask Web App Quickly: From Setup to Blueprint Modularization