All my articles

Building a “thing”

One of those times when I actually built a thing...

Building something for fun

Building something to keep my family entertained

Checking on your twitter friends

Checking followers & friends on twitter

Apartment hunting for the lazy ones

Scripting my way to find a new house

Automating my way to a king’s feast

How to use your dev skills to win a feast

Filling a cup with drops of water

The year is 20 something, after some time of struggle with COVID-19, ...

Customize django admin's colors in 5 minutes

A 5 minute guide to customize the colors of django admin

Configuring django to support multiple environments

Learn how to configure your django to support multiple environments

How to keep business logic out of the views in django?

Small guide to help you figure out where to put your business logic in a django project

Project ideas for django to improve your skills

List of ideas to build in django to sharpen your skills

What should be in your SaaS starter kit?

A list of the features of a SaaS that are always the same

Backend developers can make good looking web apps too

Some ways to make good looking web apps if you are not a designer

What to test?

A couple of examples to give you ideas about what to test when you have never written a test before

Managing an array with useState

This article will show you how to use the useState hook to manage an array

Managing an array with useState with performance in mind

This article will show you how to use the useState hook to manage an array

Happy django devs: @override_settings

Use of override_settings for a happy django developer

Pick Django and avoid the maintenance burden

Main reason why you should pick django for your next project.

The 7 sins you commit when learning to code and how to avoid tutorial hell

The mistakes you want to avoid, so your learning feels more like a rocket ship and not a lawnmower with a roof.

The one mistake all new developers make with dependencies and how to avoid it

A chain of mistakes

Every beginner does this mistake: not managing their projects dependencies separately. If you have only one project, there's no problem. With more than one, you are looking for trouble.

Manage two forms in one page

Two forms in one in the same page with django

Depending on your situation, managing two forms in one page might not be straightforward. You might have tried to do it in a page with 2 forms and 2 submit buttons but that didn't work. Maybe you tried to use some javascript to manage the data of the...

Make your django admin (v5) look good with a couple lines of CSS

A pig with lipstick

Your Django admin looks boring, somewhat dated. Mybe your boss asks you to improve it, maybe your wide... It definitly needs of some spice 🌶️. After all, one can only take so much of that blue and yellow.

The full Django polls tutorial source code

Header for the page to access the full django polls tutorial source code

The full source code for the Django polls tutorial for anyone who needs to take a peek to the end or to clarify some doubts.

Previous page Next page