PinnedEric HuinLevel Up CodingRecreating YouTube Using HTML and CSSIn this chapter, we will put everything we have learned so far together to recreate YouTube using only HTML and CSS…Dec 21, 20231Dec 21, 20231
PinnedEric HuinDevDiveHTML & CSS: A Practical GuideWelcome to “HTML & CSS: A Practical Guide”, a comprehensive course designed to equip you with the essential skills needed to create…Oct 7, 2023Oct 7, 2023
PinnedEric HuinDev GeniusCreate a Modern Application with Django and VueIn this tutorial, we are going to discuss how to create a modern single-page application using Django as the backend, Vue as the frontend…Apr 18, 20232Apr 18, 20232
Eric HuinLevel Up CodingHow to Implement Pagination with JavaScriptPagination is the process of dividing a large set of data into smaller individual pages, making the information easier to process and…Jul 23Jul 23
Eric HuinLevel Up CodingIntroduction to Arrays in JavaScriptThe array is a commonly used tool for storing data in a structured collection. There are two different syntaxes for creating arrays in…Jun 3Jun 3
Eric HuinLevel Up CodingSome CSS Tools and FrameworksIn the previous chapter, we saw the challenges of building a webpage using raw CSS, evident from the 340 lines of code required for a basic…Jan 9Jan 9
Eric HuinJavaScript in Plain EnglishBuilding a Calculator with HTML, CSS, and JavaScriptIn this article, we will discuss how to create a calculator using HTML, CSS, and JavaScript. This project focuses on the most fundamental…Jan 3Jan 3
Eric HuinPython in Plain EnglishHow to Send Emails with DjangoIn this article, we will discuss how to craft and send personalized emails using Django…Nov 22, 2023Nov 22, 2023
Eric HuinLevel Up CodingCreating an Image Slider with HTML, CSS, and JavaScriptIn this article, we are going to discuss how to build an image slider using HTML, CSS, and JavaScript. I will demonstrate two different…Nov 20, 20232Nov 20, 20232