HTML Basics
This course on HTML and CSS will cover everything you need to know about these technologies. By the end of this course, …
Create a Modern Application with Django and Vue #3
Now that you know how to retrieve data using queries and how to send data using mutations, you can try something a …
Create a Modern Application with Django and Vue #2
In part two, we are going to talk about how to connect the backend and the frontend using GraphQL. GraphQL is a REST API …
Create a Modern Application with Django and Vue #1
In this tutorial, we are going to discuss how to create a modern web application using Django as the backend, Vue as the …
Create a Portfolio Website
In this article, we are going to use what we've learned about HTML, CSS, JavaScript, and Vue.js so far to create a …
Vue.js for Beginners #2
In this article, we are going to dig deeper into this JavaScript framework, and event handling, data options, and …
Vue.js for Beginners #1
Vue is a frontend JavaScript framework that helps us quickly create user interfaces. It is more lightweight and …
JavaScript Basics #5
If you've made it to this article, congratulations, we are done with the frontend basics of JavaScript. It is almost …
JavaScript Basics #4
In this article, we are going to discuss two separate topics in JavaScript, regular expression and canvas.
JavaScript Basics #3
Starting from this article, we are going to dive into the practical application of the JavaScript language in web …
JavaScript Basics #2
In this article, we are going to talk about arrays and objects, they are two new data types that allow us to group …
JavaScript Basics #1
JavaScript is the first programming language we are going to introduce in this web development course. It was created in …