Articles

A mix of personal and web development articles.

Djangonaut Space has officially started again, and I am one of the eighteen lucky participants!

Visual Studio Code (VSCode) adds language-specific features to files based on the file extension and provides sensible defaults. But what if your project uses different language modes per extension, depending on the framework used? Enter folder-based file associations.

Makefiles are convenient for semi-automating project tasks. We often use these files for running, building, and deploying projects. However, they often come without documentation.

This article explains how to print Makefile targets to the command line with help texts.