RAJU KUMARhtmlforbegginners.hashnode.dev·Jan 22, 2025HTML For BeginnersWhat is Html Hypertext Markup Language. Markup: - Annotations tags used to markup context Hypertext: - One page linked to another page Html is Skeleton of web pages CSS provides formatting / appearance. JS provides functionality Building the...10 likestags
Joy Tari-Bagshawthejoyoftech.hashnode.dev·Jan 21, 2025Beginner's Guide to Creating Your Perfect Coding Workspace - 101 🛠️Hey, ladies! Ready to step into the world of web development? The first step is getting your space ready with the right tools. Think of it like setting up your makeup table or prepping your workspace—it has to be perfect for your coding journey. Let’...20 likesvscode extensions
Abeer MahmoudforDataclindataclin.hashnode.dev·Jan 19, 2025Code Your Way to the Future: The Power of PythonHave you ever wondered how computers understand and execute our commands? The answer lies in the art and science of computer programming. It's like teaching a computer a new language, giving it precise instructions to perform tasks that would be tedi...Analysiscoding
Mohcodingtides.hashnode.dev·Jan 18, 2025My Python Journey: From Zen to ListsWelcome to my very first post! I’m excited to begin documenting my journey of learning to code, sharing projects, and growing along the way. Why I Started This Journey Hi, I’m a husband, a father of three, and a full-time professional working with d...100DaysOfCode
Nwosu Promise Okennaokenna.hashnode.dev·Jan 11, 2025ALGORITHMS: Implementing Selection Sort Algorithm In JavaScriptIntroduction Suppose you are organizing a deck of cards, and you want to sort it from the smallest to the largest. Naturally, you might look through the cards, find the smallest one, and place it first. Then you would look for the next smallest, and ...15 likesData Structures And AlgorithmsJavaScript
Abdelfattah Ragababdelfattah-r.hashnode.dev·Jan 6, 2025Angular for Beginners: Everything you need to know by Abdelfattah RagabAngular for Beginners Everything you need to know Abdelfattah Ragab Introduction Welcome to the book “Angular for beginners: Everything you need to know”. In this book, I'll tell you all about Angular in a free discussion format. What is Angular, how...Angular
tanishin0week-1.hashnode.dev·Jan 5, 2025Week-1I started my web development journey by joining FreeCodeCamp. I had completed the basics, and today I completed the certification project for the survey form. Problems I faced: I had written some syntax incorrectly. For radio buttons, the name shou...Developer
Theja Thangavelthejj.hashnode.dev·Jan 4, 2025"Getting Started with Programming:A Beginners Guide"Introduction: Programming is difficult at first, but with consistent practice you can learn. There are many tech jobs beyond programming. But if you need a job based on development side, then your first step is to learn programming. In this, we’ll co...7 likes#beginners #learningtocode #100daysofcode
Hamilton Augustinemorefree.hashnode.dev·Dec 31, 2024Hashnode Explained: A Simple Guide for LearnersI just signed up for this platform. Am I a developer or a blogger? Introduction Hashnode is a vibrant and dynamic platform designed specifically for developers and tech enthusiasts who are passionate about sharing their knowledge and insights with th...58 readsBlogging
Jeremy Morganwww.jeremymorgan.dev·Dec 22, 2024How to Make a Retro 2D JavaScript Game Part 3Note: If you'd rather have a video tutorial, here it is: Let’s make the game more fun with scoring and difficulty progression. 1. Adding a Score Modify the create function to display a score: this.score = 0; this.scoreText = this.add.text(16, 16, '...How to Make a Retro 2D JavaScript Game with PhaserJavaScript