![CSS Basics CSS Basics](/courses/html-css/2/images/cover_hu486ff3835459f97399164dd99ab0f743_61782_1500x0_resize_q10_h2_box_3.webp)
CSS Basics
The Cascading Style Sheet (CSS) controls the presentation of the HTML documents, such as the element's color, spacing, …
![HTML Basics HTML Basics](/courses/html-css/1/images/cover_hu486ff3835459f97399164dd99ab0f743_61782_1500x0_resize_q10_h2_box_3.webp)
HTML Basics
This course on HTML and CSS will cover everything you need to know about these technologies. By the end of this course, …
![Working with Django Forms Working with Django Forms](/posts/working-with-django-forms/images/cover_hu3bcc5b494acba5a1e67a242061f84fba_83852_1500x0_resize_q10_h2_box_3.webp)
Working with Django Forms
In this article, we are going to discuss how to create forms the Django way, how to create new resources, update …
![How to Send Emails with Django How to Send Emails with Django](/posts/how-to-send-emails-with-django/images/cover_hu3bcc5b494acba5a1e67a242061f84fba_80588_1500x0_resize_q10_h2_box_3.webp)
How to Send Emails with Django
In this article, we will delve into the intricacies of sending emails in Django. From configuring the email settings to …
![How to Set Up a Web Server How to Set Up a Web Server](/posts/how-to-set-up-a-web-server/images/cover_hue754f8fccc2b50e40794c0a6bb57a2d2_78997_1500x0_resize_q10_h2_box_3.webp)
How to Set Up a Web Server
In this article, we are going to discuss how you can prepare your web server so that it is ready to host your …
![Create a Modern Application with Django and Vue #3 Create a Modern Application with Django and Vue #3](/posts/create-a-modern-application-with-django-and-vue-3/images/cover_hu3bcc5b494acba5a1e67a242061f84fba_95776_1500x0_resize_q10_h2_box_3.webp)
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 Create a Modern Application with Django and Vue #2](/posts/create-a-modern-application-with-django-and-vue-2/images/cover_hu3bcc5b494acba5a1e67a242061f84fba_95776_1500x0_resize_q10_h2_box_3.webp)
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 Create a Modern Application with Django and Vue #1](/posts/create-a-modern-application-with-django-and-vue-1/images/cover_hu3bcc5b494acba5a1e67a242061f84fba_95776_1500x0_resize_q10_h2_box_3.webp)
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 …
![How to Deploy a Django Project How to Deploy a Django Project](/posts/how-to-deploy-a-django-project/images/cover_hu3bcc5b494acba5a1e67a242061f84fba_85575_1500x0_resize_q10_h2_box_3.webp)
How to Deploy a Django Project
In this article, we'll talk about how to deploy a Django project manually on a Linux server with uWSGI and Nginx.
![Django for Beginners #5 Django for Beginners #5](/posts/django-for-beginners-5/images/cover_hu3bcc5b494acba5a1e67a242061f84fba_65800_1500x0_resize_q10_h2_box_3.webp)
Django for Beginners #5
In this article, we’ll add some optional advanced features for our Django blog website, including a paginator, related …
![Django for Beginners #4 Django for Beginners #4](/posts/django-for-beginners-4/images/cover_hu3bcc5b494acba5a1e67a242061f84fba_65800_1500x0_resize_q10_h2_box_3.webp)
Django for Beginners #4
Finally, it is time for us to create a complete blog application using Django. In the previous article, we explored how …
![Django for Beginners #3 Django for Beginners #3](/posts/django-for-beginners-3/images/cover_hu3bcc5b494acba5a1e67a242061f84fba_65800_1500x0_resize_q10_h2_box_3.webp)
Django for Beginners #3
In this article, we will dig deeper and find out how the URL dispatchers, models, views, and templates can work together …