Have you ever struggled to manage your Python projects? From installing different Python versions, creating virtual environments, installing different libraries and dependencies and creating configuration files for your project. I have been through this j...
Visual Studio Code (VSCode) is currently one of the most popular code editors. I myself use VSCode daily for multiple tasks, including taking notes, writing markdown for posts, writing other documentation and off course writing code....
Having an efficient and tailored terminal setup is almost as important as your IDE or code editor in my opinion. Lets face it, whether your a Software Engineer, working DevOps or any other role within IT, chances are pretty good you will be spending a lot...
In this post we will be looking at creating some views, managing the URL paths, creating some fancy HTML templates and finally adding some Markdown support. Writing your posts in Markdown lets you focus on your content creation, without worrying about by...
Today, we will be creating our Blog App, create the models and setup a super user to draft and manage posts and categories through the Django admin view....
In this post I will be guiding you on how to setup a host where you can deploy Django, Gunicorn and NGINX in order to serve your website or blog. Note that I will be focusing on configuring the host, installing Django, Gunicorn and NGINX in order to serve...
For many years now I have been trying to start my own blog. I just never got around to it. My go to excuse to myself was: "I just don't have time. I am too busy juggling family, work and life." The truth is, there is time, you just have to make some time...