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…
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…
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…
Applying images as a texture to a 3D object in blender is a lot like wrapping a gift.
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…
Getting to know the blender python API bpy
The instructions to install Docker Desktop on Linux Mint differ to Ubuntu in one crucial part - let me prevent a headache.
Concluding post in the python concurrency series covering the asyncio module.
Run your tasks faster by taking advantage of python concurrency.
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.
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.