Salawu AhmedforDev talk asally.hashnode.net·Oct 18, 2022Variable Scopes in JavaScriptHello! everyone 👋🏾, Welcome. In today’s post we will be learning about scopes in JavaScript with regards to variables. Introduction Scope in programming refers to the accessibility of a variable or a function in a program. It also refers to the p...Discuss·32 likes·69 readsJavaScript
Shivam KatareforReactPlay Blogreactplay.hashnode.net·Nov 11, 2022How to get started with GitHub ActionsYou are probably familiar with Github. A platform to build software, collaborate with folks and contribute to open-source projects. GitHub provides many functionalities that make your life easier as a developer. In this blog, we are going to learn ab...Discuss·31 likes·312 readsGit and GitHubgithub-actions
Salawu AhmedforDev talk asally.hashnode.net·Oct 26, 2022Data types in JavaScriptHello! everyone 👋🏾. Welcome, in this post we’ll be learning about data types in JavaScript. introduction What is a data type? In JavaScript the values/data that can be stored in a variable are grouped into different categories based on the kind(...Discuss·30 likes·87 readsJavaScript
Team TDFforTheDevFolksthedevfolks.hashnode.net·Apr 17, 2023Mastering Cron Jobs: A Beginner's Guide with Real-World ExamplesIntroduction Cron jobs are an essential tool for any system administrator or developer. They allow you to schedule and automate tasks to run at specific times, freeing up your time for more important work. In this article, we will discuss how to teac...DiscussLinux
DotnuelforDotnuel's Piecedotunel.hashnode.net·Apr 12, 2023Avoid These Common Pitfalls When Learning Python as a Beginner"I don Arrive, I be badass tech bro, Data Scientist, Data Engineer" This was what comes to most of our minds when we output our first "Hello World" after the whole stress of learning to install it on our windows and adding to path if you use a MacBoo...DiscussPython
DotnuelforDotnuel's Piecedotunel.hashnode.net·Apr 10, 2023Why You Should Learn Python: The Best Programming Language for BeginnersWhen starting one very important question to ask yourself is Why? Many different questions can follow, like why do I want to learn this? why do I want to go into this? why is it so popular? And so on... This piece talks about why you should learn Pyt...Discuss·10 likes·63 readsPython
Sylvia AkraforSylvia Akra's Blogsylviaakra.hashnode.net·Apr 7, 2023Finding my Niche in TechThis is an article that tells how I started my data journey; what inspired me and the challenges I’ve faced so far. Hey lovely Reader, I am so happy you are here reading my article. I hope you stay with me till the end… What inspired me? While growin...Discuss·6 likes·164 readsData Science
Tanmay AdithyafortheExistentialCrisistnottanmay.hashnode.net·Apr 5, 2023How to Lose Your First Hackathon by BobOkay, alright. I'm going to stop goofing around. Now, as much as I hate to break it to you, I'm not Bob. I'm simply a random guy who won third place (along with some cash) in a hackathon while still in his first semester of college. But I'm not here ...DiscussWeMakeDevs
Smart ShockforSmartShocksmartshock.hashnode.net·Apr 5, 2023Understanding React's Context API: A Beginner's Guide with Working CodeContext API is a powerful feature of React that allows us to manage global state in our application without the need for prop drilling. It provides a way to share data between components without passing props down through every level of the component...Discuss25 React Exercises for Practical LearningTutorial
Atrikaforatrikashow.hashnode.net·Apr 1, 2023My First Day of Learning React: A Beginner's JourneyHave you ever heard of React JS? Are you curious about React JS? It's a widely used JavaScript library that's becoming increasingly popular among developers and companies worldwide. In this blog post, I'll share my experience learning React and what ...Discuss·28 readsReact
Mariam AminuforThe Tech Journal mariamamin.hashnode.net·Apr 1, 2023Google Chrome User Guide For MobileIntroduction Web browsers are software applications used to access and navigate the World Wide Web. There are so many popular web browsers such as Google Chrome all of which come with their unique features, interface, and functionality, but they all...Discuss·11 likesbeginnersguide
Bhavika Mauryaforbhavikamaurya.hashnode.net·Mar 28, 2023A Beginner's Guide to HTML ElementsA web page is not a singular entity, but rather a collection of many different building blocks that work together to create the user experience. These building blocks are constructed using HTML, and This building blocks known as HTML Elements . What ...Discuss·5 likesHTML5
B ZforBzzzbzzz.hashnode.net·Mar 27, 2023A Beginner's Guide to Contributing to Open-Source Projects: Navigating Git and GitHubAs I made the transition to a career in software engineering, I kept hearing about the benefits of contributing to open-source projects. Although the idea initially intimidated me, I eventually found an open-source project that aligned with my values...Discuss·3 likes·144 readsGitHub