Programming Journey Learning to Code All Over Again If I had to learn code all over again, this is what I would do.
Programming Journey Featured You Should Write Code Outside Your Day Job Focus on breadth AND depth instead of just depth.
Python Programming How to Comment in Python? In this post, I'll show you how to comment on your code and give you some code examples of doing so.
Python Programming How to Split a String in Python? In this python programming tutorial, I will show you how to split a string in python using indexes or delimiters.
Python How to Write a Switch Case in Python Python introduced a new feature called the Match case that introduced a switch case behavior to Python code since version 3.10.6 - let's talk about it.
Ghost Theme Development How to Add a Comments Plugin to Your Ghost Blog? In this guide, I'll show you how to install Hyvor Talk on your Ghost Blog, but you can replace that with any comment plugin you like.
Ghost Theme Development How to Deploy a Theme From GitHub to Your Ghost Blog (With Secrets) This article shows you how to use a public fork from Casper without exposing your private information to deploy your version of Casper to your blog with a comments plugin.