Create OpenAPI spec for Django REST Framework APIs
Learn how to create OpenAPI spec for Django REST Framework APIs
Posted by
Harald Nezbeda
on Thu 14 July 2022
Create a Docker image to store Django static files
Serve static files for a Django application by using a docker container
Posted by
Harald Nezbeda
on Fri 29 October 2021
Create patches that you can deploy via FTP by using git
A tutorial on creating a custom linux command that generates patches via git, which can be deployed directly via FTP or SFTP.
Posted by
Harald Nezbeda
on Sun 22 August 2021
Install Python packages from git repository with pip
Learn how and why to install a Python package from a git repository
Posted by
Harald Nezbeda
on Fri 06 August 2021
WordPress plugin integration testing with Python and Docker
Proof of concept for creating integration tests and run them inside Docker containers against different versions of PHP and WordPress
Posted by
Harald Nezbeda
on Sun 23 May 2021
Increase performance via Range Fields in Django Querysets on PostgreSQL
A brief story from the database optimizations of a Django application that uses PostgreSQL
Posted by
Harald Nezbeda
on Wed 05 May 2021
Quick docker setup on Ubuntu Linux
This is a short article containing commands and links in order to quickly install and run docker on Ubuntu desktop.
Posted by
Harald Nezbeda
on Thu 23 July 2020
Fix Chrome scale factor on Ubuntu
How to fix the default Chrome scale factor when it suddenly changes
Posted by
Harald Nezbeda
on Mon 25 May 2020
Automatic Build for Ionic Android APK and Bundle using Github Actions
In this tutorial I will show how a build pipeline for an Ionic App can be created using Github Actions.
Posted by
Harald Nezbeda
on Sun 01 March 2020
Django REST Framework Permissions in Depth
How DRF permissions work and how to configure them in a Django application.
Posted by
Harald Nezbeda
on Mon 11 November 2019