Validating a simple form using Vue 3
Often you want to validate a form before you send data to the backend. Here is a short guide on how to do this using Vue.
Code With Stein offer both free and premium courses and tutorials. And track your progress. You will learn how to build web sites, web apps, optimizations and so much more.
Write a comment or join our Discord server for free. Talk about programming, server stuff or just show of your work.
Often you want to validate a form before you send data to the backend. Here is a short guide on how to do this using Vue.
People of ask me here on YouTube and by e-mail how I have learned Django so well. I thought I could create a video where I explain it to all of you at once.... and here it is.
In the third part of this video series I'm going to teach you more about how to build a mobile game like Flappy Bird. I will use a free game engine called Solar2D or Corona SDK as they was called earlier.
In the second part of this video series I'm going to teach you more about how to build a mobile game like Flappy Bird. I will use a free game engine called Solar2D or Corona SDK as they was called earlier.
In this video I'm going to teach you how to build a mobile game like Flappy Bird. I will use a free game engine called Solar2D or Corona SDK as they was called earlier.
Welcome back to the second part of this series. In this part, we will do some more backend code.
In this video, I will show you how to build a simple CRUD (create, read, update and delete) app using Django 3.
In this part of "Learning HTML and CSS from scratch" we're going to start learning CSS, not just HTML.
From the two previous parts, you should have learned some very basic HTMl. Let's dive a little bit deeper and build a couple of more cool examples.
In the first part of this series, I talked about what HTML is and what it's used for. We also went over some very basic HTML.
HTML is the most fundamental thing you need to learn to build websites. All websites in the Internet started with HTML in the bottom of the stack.
Django's ORM is fast, powerful and easy to use. The problem is that it's easy to make mistakes. In this post I'll talk a little bit about optimizations.
A short guide on commenting your HTML.
When setting up a dynamic website, you're going to need a database. MySQL is one of the most popular, and in this guide I'll show you how to create one using the command line.
Creating and granting a user permissions is something you might not do too often using MySQL, so it's easy to forget the syntax. Here is a short guide on how you first create the user and how you grant it the permissions it need.
Learn how to quickly set up a simple blog using Django 3. The blog will have posts and comments.
Replacing strings in JavaScript can be done in many different ways. In this guide, I'll show you a couple of them.
In this little guide I'll show you how you can use JavaScript to check if a string starts with a certain word.
Splitting a string using JavaScript is something you do from time to time. But it's easy to forget the syntax, here's how you can split a string.
Let me show you how to use JavaScript to programmatically disable or enable a button.