✉️ Issue #001: New JavaScript Course Published!! Hello Reader, We are thrilled to announce the launch of our brand-new web development course, hosted at TheDevSpace! This comprehensive course is designed to equip you with the skills and knowledge necessary to excel in the dynamic field of web development. Whether you're a beginner looking to start your coding journey or an experienced developer aiming to sharpen your skills, this course has something for everyone. 🚀 🎉 🚀 🎉 thedevspace.io 🚀...
4 months ago • 1 min read
Issue #4 November 20th, 2023 ✉️ Creating an Image Slider with HTML, CSS, and JavaScript In this article, we are going to discuss how to build an image slider using HTML, CSS, and JavaScript. I will demonstrate two different ways to create the slider, one opacity based and the other transform based. 🚀 🎉 🚀 🎉 Creating an Image Slider with HTML, CSS, and JavaScript A Crush Course in DNS (Domain Name System) DNS is a crucial service that translates domain names into IP addresses, allowing users to...
11 months ago • 1 min read
✉️ Issue #3: 3 Different Ways to Center A Div in CSS When it comes to designing a webpage, one of the most common problems we face is how to center or align different elements. In this article, we will explore three different methods that could help you center an element using CSS. 🚀 🎉 🚀 🎉 3 Different Ways to Center A Div in CSS 📝 Articles of the Week 3 Different Ways to Center A Div in CSS When it comes to designing a webpage, one of the most common problems we face is how to center or align...
11 months ago • 2 min read
✉️ Issue #2: How to Optimize Your Website You’ve put weeks of hard work into building your website, and now it’s finally ready to go live! However, to ensure your website performs at its best, there are a few things you need to take care of. In this article, we will explore various ways to optimize your website for better user experience and faster loading times, which leads to higher search engine rankings. 🚀 🎉 🚀 🎉 How to Optimize Your Website 📝 Articles of the Week How to Optimize Your...
12 months ago • 1 min read
✉️ Issue #1: JavaScript Tips to Help You Build Better Web Development Projects In the past few months, I've been working on my course on HTML & CSS and neglecting this newsletter. However, I would like to pick it back up starting from now. I am excited to announce that starting this week, I will be sharing six articles on web development and programming in general. Stay tuned for some interesting and informative pieces! 🚀 🎉 🚀 🎉 📝 Articles of the Week JavaScript Tips to Help You Build Better...
12 months ago • 1 min read
🚀 Create a Modern Application with Django and Vue Previously, in the Django for Beginners tutorial series, we talked about how to create a web application using Django, a full-stack Python-based web framework that follows the MTV design pattern. We call it full-stack because we can create both the frontend and the backend with it. This solution, however, has one small flaw. When the end-user requests a webpage, the page will need to be rendered in the backend, and then the rendered HTML page...
12 months ago • 1 min read
Eric's Newsletter October 9, 2023 HTML & CSS: A Practical Guide Hey there! I am thrilled to share with you that my latest course on HTML & CSS is finally live! HTML & CSS: A Practical Guide It doesn’t matter if you’re a beginner or have some experience since this course is designed to help you learn and grow. You'll learn everything from changing element colors to creating responsive layouts and even how to recreate YouTube using HTML and CSS. By the end of the course, you'll be able to...
about 1 year ago • 1 min read
Eric Hu April 17th, 2023 Dive into the DNS Records DNS records are the building blocks of the domain name system. They are used to map domain names to IP addresses, mail servers, subdomains, and other resources on the internet. In this article, we will explain the different types of DNS records and how they work. The most common types of DNS records are: A record: This is the basic type of DNS record that maps a domain name to an IPv4 address. For example, an A record for example.com could...
over 1 year ago • 3 min read
Eric Hu April 11th, 2023 What’s New in Laravel 10 Laravel 10 is the latest version of the popular PHP framework that was released in February 2023. It comes with several new features and improvements that make web development easier and more enjoyable. In this newsletter, we will highlight some of the most notable changes and additions in Laravel 10. PHP 8.1 support: Laravel 10 fully supports PHP 8.1, which introduces new features such as enums, readonly properties, fibers, and more. Laravel...
over 1 year ago • 3 min read