profile

Join my newsletter

✅ News and tutorials every other Monday ✅ Unsubscribe anytime ✅ No spam. Always free.

Featured Post

Creating an Image Slider with HTML, CSS, and JavaScript

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...

6 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...

6 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...

6 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...

7 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...

7 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...

7 months 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...

about 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...

about 1 year ago • 3 min read

Eric Hu April 3rd, 2023 HTTP and HTTPs HTTP (Hypertext Transfer Protocol) and HTTPS (Hypertext Transfer Protocol Secure) are protocols used for communication between web servers and clients. The main difference between the two is that HTTPS uses SSL/TLS encryption to secure the data being transmitted, while HTTP does not. HTTP is the foundation of data communication on the World Wide Web. It is used for transmitting data from a web server to a web browser. However, since HTTP does not provide...

about 1 year ago • 2 min read

Eric Hu March 28th, 2023 Understanding HTTP Methods: A Beginner's Guide HTTP, or Hypertext Transfer Protocol, is a protocol used for communication between web browsers and web servers. One of the key features of HTTP is the ability to define methods that indicate the desired action to be performed on the resources identified by the URL. These methods are also known as HTTP verbs. In this blog post, we will discuss the most commonly used HTTP methods and their functions. GET Method The GET...

about 1 year ago • 5 min read
Share this page