Month: September 2020

  • 5 Tips on How to Get Started as a Software Developer Without Quitting Your Job

    5 Tips on How to Get Started as a Software Developer Without Quitting Your Job

    You are considering one of the biggest changes in your life. You want to become a software developer. Should you quit, your job and start learning straight away? The answer to the question above depends a lot on your situation in life. But 99.99% of us shouldn’t quit our jobs just yet, and I will […]

  • Python for Beginners — Booleans

    Python for Beginners — Booleans

    Is it True or False that in Python or any other programming language Booleans are the most important thing you will learn? If True:then you must read this article to learn more about Booleans. Else:then leave immediately and read something else. Let’s debug the code above. Premise) Booleans are the most important language constructs in Python or any other programming language. […]

  • How to Develop Locally for Kubernetes Using Skaffold and Minikube

    How to Develop Locally for Kubernetes Using Skaffold and Minikube

    This is a very practical tutorial. I am not going to dwell on why microservices are here to stay and why Kubernetes is a beast to set up. I am going to cut it straight to the core. You have come here for a solution to your problem, and I am going to give you one. You are probably […]

  • Python for Beginners — Lists

    Python for Beginners — Lists

    Lists are the single most used data structure in Python. It is crucial that you learn it well, as lists are used pretty much everywhere in Python programs that you will come across. If there is a topic in Python you will want to spend time on, List is the ONE What is a list? A list […]

  • Gatsby + p5.js

    Gatsby + p5.js

    Are you looking to use p5.js with Gatsby JS? You have come to the right place. Here you will find the exact instructions to get you started. Also, consider watching my Youtube video where I create an example Gatsby JS application with p5.js Install latest node.js for Mac Follow this link for steps on how […]

  • How to reduce the size of KVM QCOW2 images that grow out of hand

    How to reduce the size of KVM QCOW2 images that grow out of hand

    This is a very short and practical article useful to anyone who uses KVM in production and somehow needs to reduce the space used by a QCOW2 disk image. It is not enough to just free up space from the VM itself. Once a QCOW2 grows in size it never goes back down, on its […]