Nuno BispoScripts for Managing Files and Directories with PythonThis article is designed to guide you through the process of creating scripts in Python that effectively manage files and directories.20h ago20h ago
Osirus DjodjiImplementing Custom JWT Authentication in Django Rest Framework (DRF)When building APIs with Django Rest Framework (DRF), authentication is a critical component. While many developers opt for popular JWTโฆ1d ago1d ago
Saad JamilFrom Django Monolith to Microservices: A Practical Transition GuideMost Django apps start small. A single app, a few views, a handful of models, and everything under one roof. And for a long time, thatโฆ1d ago1d ago
Sanjay PrajapatiMastering Time-Series Data in Django with TimescaleDB ๐๐ Learn how to store & query time-series data in Django using TimescaleDB. Optimize PostgreSQL for real-time analytics! ๐2d ago2d ago
Sanjay PrajapatiRequests vs. HTTPX: Which Python HTTP Client is Right for You? ๐Requests vs. HTTPX! ๐โโโ Which Python HTTP client is right for you? Letโs compare! ๐Mar 20Mar 20
Nuno BispoA Technical Comparison of Python Web FrameworksโโโDjango vs. Flask vs. FastAPIIn this article, we will explore the technical aspects of three popular Python web frameworksโโโDjango, Flask, and FastAPIโโโby comparingโฆMar 20Mar 20
Sanjay Prajapati๐ Django + Google Project IDX: A Game-Changer for Developers โก?๐ Explore how Google Project IDX transforms Django development with instant cloud setup, seamless collaboration, and AI-powered coding! ๐ฅMar 182Mar 182
Sanjay Prajapati8 Essential Indexes Every Django Developer Must Know to Turbocharge Performance! ๐Boost your Django appโs speed with these 8 must-know database indexes! Optimize queries & enhance performance like a pro. ๐Mar 16Mar 16
Nuno BispoMaster **kwargs in Python: The Ultimate Guide to Flexible Keyword ArgumentsIn Python, **kwargs allows functions to accept any number of named arguments by collecting them into a dictionary.Mar 13Mar 13
Sanjay Prajapati๐ณ Secure Your Django App with django-encrypted-model-fieldsSecure sensitive payment data in your Django app with `django-encrypted-model-fields`. Encrypt card details & stay PCI compliant! ๐๐ณMar 111Mar 111