Django REST Framework — Programatically get related entity and serializer
Image: infinite realities nexus point by TellOfVisions Let’s say we have an entity nexus point, i.e. many other entities that have o2m relations to the …
Image: infinite realities nexus point by TellOfVisions Let’s say we have an entity nexus point, i.e. many other entities that have o2m relations to the …
Usain Bolt, famous sprinter. If he were a programmer, he’d definitely be a sprintf-er. I’ve seen many developers steer clear of the sprintf function. In …
How do we keep a readable and manageable .gitignore in a team of many members? The following solution takes advantage of the 3 different files where …
I’m embarrassed to have only found out about this cool gimmick. Using the command line, when you cd to a given path, you can always …
Just like my previous article on the meaning of COALESCE, the following problem is one of those brain teasers that keeps developers busy for a …
I decided to make this small guide for those in search of YAML support in Laravel 5, since most of the articles online describe outdated …
This is a very common trick, but there are still some developers around who struggle with applying it. The idea is to cut through the …
A lot of times, when learning something in college, you may think “What good is this to me in real life?”. COALESCE is one of …