OAuth 2.0 – In A Nutshell
What is OAuth 2.0 ? Did you know there are many different grant types? A grant type for each type of application you want to create? Come one, lets take…
Unity Game Development Issues On Linux Mint
linux-x86_64/bin/clang++: 1: clang: not found clang: error: no input files Starting from a fresh Unity install many start having issues when they try and "Build and Run" their projects. This…
Adding Materials & Texture To Blender Objects: Part 2
Applying images as a texture to a 3D object in blender is a lot like wrapping a gift.
Adding Materials & Texture To Blender Objects: Part 1
Objects in Blender are built fundamentally with mathematics. There are a couple of not so well known rules in Blender that will give you great foundation knowledge. What is no…
Install Docker Desktop On Linux Mint
The instructions to install Docker Desktop on Linux Mint differ to Ubuntu in one crucial part - let me prevent a headache.
Python Concurrency (or is that asynchronicity?) , With asyncio
Concluding post in the python concurrency series covering the asyncio module.
Python Concurrency, Multi-threading & Multi-processing
Run your tasks faster by taking advantage of python concurrency.
Portable Laptop Pi-Hole and Unbound DNS resolver
Run Pi-Hole and Unbound locally on your own laptop so that you have a portable 'as secure as can be' internet browsing experience. DNS - just a modern telephone book.
Working With Git Submodules
Using Git Submodules with your python packages helps stop you from re-inventing the wheel. Make one wheel, and use it in every project. Let me show you how.
You must be logged in to post a comment.