Soulisozzy98.hashnode.dev·Sep 4, 20241 Bad Habit I Used To Have When I First Started Learning Web Dev — And How I Broke ItMost devs got straight to tutorial hell and never come back. When I started learning Web Development, I did like many aspiring developers do. I follow a tutorial to learn a tool, then another, then another and another without any purpose, mission or ...DiscussWeb Development
Musab Rayantechblogsbymusab.hashnode.dev·Aug 22, 2024Escaping Tutorial Hell: How to Break Free and Start Building Real SkillsIntroduction If you’ve ever tried to learn a new technical skill—be it coding, designing, or something else—you might have experienced what’s often called "tutorial hell." This happens when you spend hours watching tutorials and feel like you’re maki...Discusstutorial hell
Keep Codingkeepcodingblog.hashnode.dev·Jul 9, 2024Tailwind CSS UX/UI Design Course - ColorsColors in Tailwind CSS are defined as classes that you can apply directly to your HTML elements. In this lesson, we'll learn how they work. Color utility classes Tailwind CSS comes with a wide variety of predefined colors. Each color has different sh...DiscussTailwindCSS UX/UI Design CourseUIUX
Keep Codingkeepcodingblog.hashnode.dev·Jul 8, 2024Tailwind CSS UX/UI Design Course - Navbar icons & logoNow that we know how to work with icons in Tailwind, it's time to update the Navbar in our project. This is how it looks right now: First, let's change the icons on the right. Step 1 - change icons In Navbar's code, find the comment <!-- Right eleme...DiscussTailwindCSS UX/UI Design CourseTailwind CSS Tutorial
Keep Codingkeepcodingblog.hashnode.dev·Jul 3, 2024Tailwind CSS UX/UI Design Course - IconsIf you've used popular icon sets before, such as Font Awesome or Material Icons, you've probably used a simplified version where we include a link to the entire icon set, and then use these icons in our HTML in the form of defined classes, such as: <...DiscussTailwindCSS UX/UI Design CourseTailwind CSS Tutorial
Keep Codingkeepcodingblog.hashnode.dev·Jun 26, 2024Tailwind CSS UX/UI Design Course - Tailwind CSS IntelliSense.Before we move on to other topics related to Tailwind, I would like us to take a look at one extremely useful tool. I mean Tailwind CSS IntelliSense, which is an extension to the Visual Studio Code editor. To be honest, it's hard for me to imagine wo...DiscussTailwindCSS UX/UI Design CourseTutorial
Oluwatofunmi Otuneyegracetoffy.hashnode.dev·Mar 22, 2024Escaping Tutorial Hell: steps on how to escape and avoid 💀🔥👩🏽💻"Knowledge is of no value unless you put it into practice " ~ Unknown Intro so you are trying to learn how to code? watching tutorials seems like the most sensible path to take, so you spend time watching tons of tutorials and copying code upon code...Discuss·1 like·32 readsTutorial
Anugya Guptaanugyawrites.hashnode.dev·Feb 19, 2024Escaping Tutorial Hell: A Guide to Progress and MasteryHave you ever been stuck in the what seems to be an endless loop of tutorials? Where you're constantly learning but never feeling like you're making real progress? That is exactly what techies call as "Tutorial Hell". Here are some tips to get out of...Discuss·1 liketut
Yaroslav Prozorovbyka.hashnode.dev·Jan 10, 2024Breaking Free: My Journey Out of Tutorial HellIntroduction Tutorial hell is a cycle of endless consuming tutorials by learners without practical application. You constantly follow coding tutorials but struggle to write code without step-by-step guidance. You find yourself unable to finish a proj...Discussbreaking free
Obidur Rahmanashfin.hashnode.dev·Jan 7, 2024Python Functions & Logic via Adventure Game - Beginner's GuideHave you ever found yourself frustrated with the endless tutorial videos and boring textbooks while learning Python. You might be stuck in a rut known as tutorial hell. But don't give up just yet! There is a unique and fun way to learn these vital Py...Discuss·11 likes·90 readsPython