How to fix the default Chrome scale factor when it suddenly changes
In this tutorial I will show how a build pipeline for an Ionic App can be created using Github Actions.
How DRF permissions work and how to configure them in a Django application.
How I fixed my Ubuntu to boot again after upgrading from 19.04 to 19.10
This isn’t complicated but in the perspective of a software developer it is done only once after the OS setup or latter when required...
How to add static code analysis on a Python project using Pycodestyle, Pylama and Travis CI and help better maintain the code.
A quick guide on how to configure bash in order to show more details if the current directory is part of a git repository.
A guide on how to enable the k8s dashboard for the Kubernetes Clusters provided by DigitalOcean.
Developing libraries for Angular has become much smoother since version 7 of the framework. The Angular CLI is doing...
The typical way of consuming a REST API in Angular is to write custom services using the HttpClient
. The code of such a...