Arsalaan Siddiquiarsacodes.hashnode.dev·Dec 1, 2023Day 1: My Coding CampaignIntroduction Hello everyone and welcome to my first ever blog post! As this is my first post I thought I should first introduce myself so you're not left wondering "okay but who is this guy?" My name is Arsalaan, I'm a 20 year old software engineerin...DiscussSoftware Engineering
Emmanuel Soetanimmanuelsoetan.hashnode.dev·Nov 27, 2023Golang variables for beginnersIntroduction One of the first things or concepts or syntax you have to learn when trying to grasp a programming language is variables. As simple as it may sound variables are what hold a programming language together. Just like fuel is to a combustio...Discussgolang
Oluwatobi AbidoyeforZaycodes Publicationzaycodes-1686045136273.hashnode.dev·Nov 25, 2023Getting Started with Twitter: A Beginner's GuideIntroduction Twitter is a social networking service that allows users to post and interact with short messages known as "tweets". Founded in 2006, Twitter has become one of the world's most popular social media platforms. and it is popularly known as...Discuss#beginners #learningtocode #100daysofcode
Joshuablog.joshytheprogrammer.com·Nov 16, 2023Mastering Interactivity: A Deep Dive into Events and Event Handling in JavaScriptIn the dynamic landscape of web development, events play a pivotal role in creating interactive and engaging user experiences. Understanding the significance of event-driven programming is key to harnessing the full potential of JavaScript in buildin...DiscussJavaScript
Joshuablog.joshytheprogrammer.com·Nov 14, 2023Mastering Functions and Scope in JavaScript: A Comprehensive GuideIn the world of JavaScript, functions act as essential building blocks, encapsulating reusable pieces of code. A function, essentially a set of instructions, can be invoked multiple times, promoting modularity and enhancing code organization. On the ...DiscussBeginner Developers
Joshuablog.joshytheprogrammer.com·Nov 14, 2023Mastering JavaScript Loops: A Comprehensive Guide to Efficient IterationIn the vast landscape of programming, where efficiency and precision are paramount, loops stand as indispensable tools that empower developers to navigate through repetitive tasks with finesse. Whether you are a novice coder or a seasoned developer, ...DiscussJavaScript
Chinenye Oluyedeennycodes.hashnode.dev·Nov 14, 2023A beginner's guide to TypescriptIn complex words, typescript is a syntactic superset of Javascript. In simple words, typescript is built on Javascript's syntax, but it allows developers to add types. Getting started with Typescript To get started using typescript, you need to insta...DiscussWeb Development
Delia Alinadelia.hashnode.dev·Nov 4, 2023Navigating the Software Development Journey: What I Wish I Knew as a Junior DeveloperBecoming a senior developer is a journey filled with learning, challenges, and growth. When I reflect on my path, I can't help but think about all the things I wish I knew when I was just starting as a junior developer. While experience is a great te...Discuss·1 likeJavaScript
Manoj Kumaremanoj.hashnode.dev·Oct 26, 202314. Starting with effects, animations, and typography (Day 10)In today's live lecture, we delved into the captivating world of Effects and Animations, as well as Typography. While this might sound intricate at first, rest assured that with a bit of practice, it can become a skill you can comfortably add to your...DiscussLearning to CodeLearning Journey
Samoinasamoina.hashnode.dev·Oct 24, 2023Setting up my journaling app project using Vite, ReactJS and Tailwind - Beginner FriendlyI set out to #buildinpublic about a week ago and settled for a personal project that is meaningful to me. A journalling app which you can read about here.I chose to build it with React JS and Tailwind CSS. I have gotten my feet wet with React-JS and ...DiscussReact