
Django and Vue web app for creating and sending pdf invoices
In this brand new tutorial series I will show you how to build a web app where users can sign up, create clients, generate pdf invoices and send them.
Read more
In this brand new tutorial series I will show you how to build a web app where users can sign up, create clients, generate pdf invoices and send them.
Read more
I often get asked how people can become a better Django developer, how to go beyond the basics and what they need to know to get a job.
Read more
A few years ago I wanted to build an affiliate website that could be fully automated to see how much money it could make me. Now, that website makes me around a thousand dollars of profit per month.
Read more
Going to bed to solve a problem instead of almost throwing your computer in the wall.
Read more
Working from home can be both good and bad at the same time.
Read more
I use DigitalOcean for all of my projects, Code With Stein as well. DigitalOcean is cheap, good servers and a easy to use control panel.
Read more
Structuring code in large projects can be hard, but it's really important and it can be rewarding in the long run.
Read more
Every week days look almost identically for mer. This is how I wake up and get ready for a day in front of my computer.
Read more
Over the years I've tried a lot of different frontend frameworks. Both CSS and JavaScript. And here you can read about my favorites.
Read more
In this Django and Vue.js tutorial we'll be building a simple todo app. This is a trivial thing to do when you know a programming language, but it's also a great way to learn many of the key concepts of programming.
Read more
To prevent errors, we sometimes want to check if a key exists in a Python dictionary. Here's how you do that.
Read more
Sometimes we have a list of objects we want to clean for duplicates. Here's how you do that.
Read more
Every now and then, we want to check if an e-mail address is valid. Maybe you're building a user sign up or a newsletter registration form?
Read more
Learn how easy it is to connect to your twitter account and post a tweet using Python
Read more
This guide will show you how to install and manage multiple versions of Python.
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