📰 Dev.to · Ajit Kumar
Articles from Dev.to · Ajit Kumar · 33 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (10306)
ArXiv cs.AIDev.to · FORUM WEBDev.to AIForbes InnovationOpenAI NewsHugging Face Blog

Dev.to · Ajit Kumar
4mo ago
Django + DRF Practical Testing: Blog, Writer, Category, SocialMediaMeta (Full Use Case) - Part 2
In Part 1, we configured pytest, created a test database, and set up fixtures. Now we focus on real...

Dev.to · Ajit Kumar
4mo ago
Introducing Automated Testing Late in a Django + DRF Project: Setup, Requirements, and Best Practices - Part-1
Many Django REST Framework projects begin with rapid feature development and no automated test suite....

Dev.to · Ajit Kumar
4mo ago
A Rough day with Ruff --fix in Django's apps
This blog post is a note on , Why Ruff (the linter) is trying to revert: def ready(self): ...

Dev.to · Ajit Kumar
4mo ago
Refactoring a Mature Airflow Project: A Practical Guide to Scaling from Solo Development to Team Collaboration
Running Apache Airflow for a year with ~10 DAGs is enough time to learn what hurts: inconsistent...

Dev.to · Ajit Kumar
4mo ago
How I Escaped the Commit-Hook Loop in My Django Project
As developers, we all want clean, consistent code. Tools like pre-commit make this possible by...

Dev.to · Ajit Kumar
4mo ago
Zero-Effort ER Diagrams in Django: Auto-Generate Directly From Your Models
When a Django project starts small, model relationships are easy to understand. But as the project...

Dev.to · Ajit Kumar
1y ago
Django Deployment : Serving Static files with Nginx and Gunicorn
All the Django Deployment (web or rest frameworks) needs to have a setup for serving static files and...

Dev.to · Ajit Kumar
1y ago
Dumping JSON data to Django Models: Using Django Setup and Commands
The need of data become most important when you complete your first version of website using Django...

Dev.to · Ajit Kumar
1y ago
Using Python to Dump Data into Django Models for Testing Frontend or API Endpoints:A Complete Django REST API Tutorial
As a developer working on APIs or front-end applications, you need data in your database to test API...
DeepCamp AI