How to comment your code | JavaScript essentials
Commenting your code is important for readability and maintainability. Here's a couple of ways to add comments to your JavaScript code.
Read more
Commenting your code is important for readability and maintainability. Here's a couple of ways to add comments to your JavaScript code.
Read more
In this part of the tutorial series we'll learn about lists. Lists are collections of data like strings, numbers, etc.
Read more
In the previous post we learned the basics about string. In this part, we'll learn how to create a python file and execute it in the command line.
Read more
In the previous post we installed Python and checked that we had the correct version installed. In this post we'll start diving into some basic python coding.
Read more
Python can be used for a wide variety of things. Everything from small scripts, to websites, games and applications. In this step by step guide, I'll teach you everything you need to know to get started with Python.
Read more
Sending files using the command line can be tricky. But by using a command called scp, it might be easier than you think.
Read more
Programming can be really stressful because it can be so intense. Strained eyes and soar neck are very common.
Read more
SASS is a CSS tool that makes it possible to set variables and much more. Grunt is used to compile the SASS to CSS.
Read more
If you want to get JSON from a website you need to import a few libraries and run a request. Here's how you do it.
Read more
In this guide, I will show you how to read a file, line by line using Python.
Read more
In this guide, I will show you how easy it is to store information in files using Python.
Read more
This is part 2 of this series. In this part, we will make it possible for users to sign up, log in and log out. Plus a few other things.
Read more
I'm working on a cool new feature here on the blog. I'm going to make it possible for you to create an account where you can track the progress you have on my courses.
Read more
This is part 1 of this series. In this part, we will install some software and set up our environment. I will also create a Django app and some templates. The templates will be used for the front page, terms of service, privacy policy and plans.
Read more
In this short post, I'll explain how and what you can do with the unix command "ls"
Read more
There are a huge number of commands for Unix out there. Here's a few nice ones to know.
Read more
In this short post, I'll explain how and what you can do with the unix command "tail"
Read more
I'm soon ready to start publishing videos for my upcoming series "Building a time tracking SaaS using Django and Vue". In this post, you'll get to see a pre release video with information about it.
Read more
In this short post, I'll explain how and what you can do with the unix command "mkdir"
Read more
In this short post, I'll explain how and what you can do with the unix command "cd"
Read more