Django pocket reference guide
Django is one of my favourite frameworks; however, the official docs are not always the best resource to look up information when you are in a hurry. Don't get me wrong, the official docs are very use

Search for a command to run...
Series
This is a collection of articles related to Django; step-by-step tutorials, snippets, engineering essentials and loads more.
Django is one of my favourite frameworks; however, the official docs are not always the best resource to look up information when you are in a hurry. Don't get me wrong, the official docs are very use

In my early years, when my age was still single digits, I was tearing apart electrical things like there’s no tomorrow. I was trying to understand how they tick. How do they work? Where do sounds and pictures come from on TV? What happens when this V...

Many know and love Django admin (myself included). The problem is that it can be somewhat rigid, and well, let's be honest looks like it’s from 2010. Nevertheless, in Django, it’s stupidly simple to implement your own auth by extending the framework’...

I have been writing PHP since I first started programming. It's always been a very flexible and easy-to-use language that grows with you, and coupled with Laravel, you’ve got a gem of beauty, a super-charged modern framework that’s flexible, clean, a...
