排序
What should I be doing as a backend Django developer?
What should I be doing as a backend Django developer?,I am working as a backend Django developer for the past year (10 months or so), and mostly specialize in using the django-rest...
Django Quick Tip #1: Human Friendly Timestamps with Django’s Humanize
Django Quick Tip #1: Human Friendly Timestamps with Django's Humanize,Welcome to this short Django Tip. No long story here since this is a 'Quickie'. This is what we would achieve:...
Prevent Multiple Sessions for a User in your Django Application
Prevent Multiple Sessions for a User in your Django Application,Welcome to my first tutorial on this platform. In this one i'm going to show you how to prevent a user account from ...
Creating a production ready API with Python and Django Rest Framework – part 1
Creating a production ready API with Python and Django Rest Framework - part 1,The aim if this tutorial is to show how to create a production ready solution for a REST API, using P...
Migrating our API Gateway from Flask to Django
Migrating our API Gateway from Flask to Django, “Fresh pineapple sitting on the ocean shoreline” by Pineapple Supply Co. on Unsplash At G Adventures, we’ve been building a publi...
Should I carry on with Django or Node.js?
Should I carry on with Django or Node.js?,Hello everyone I'm just another fellow beginner, I've been trying to learn Node.js from mostly YouTube videos and MDN and other online res...
Django: Moving away from project vs app dichotomy
Django: Moving away from project vs app dichotomy,I was looking at one of exercise of a developer learning how to build app using Django. His directory structure look like this:- c...
Getting Started with Python and GraphQL – Part 1
Getting Started with Python and GraphQL - Part 1,note: this post is written by my co-worker Keyur, but we blog at the same location. Since it’s introduction by Facebook, GraphQL i...
Django API – List of States from Different Countries
Django API - List of States from Different Countries, [TL:DR] I was searching for a list of states of every country. There are some API projects help to reveal the currency, latitu...
Let’s build it
Let's build it, unsplash-logo James Pond Discovery After many years of developing web applications, I found my passion is building Web APIs. so why I like it, I like it because I t...
Porting to pytest: a practical example
Porting to pytest: a practical example,Originally published on my blog. Introduction The other day I was following the django tutorial. If you never read the tutorial, or don't wan...
CookieCutter based project generator on the web
CookieCutter based project generator on the web,I have recently started a few Django projects, mostly to play around with some new tech and automate some of my workflows. Then I th...