Arindam Majumderarindam1729.hashnode.dev·Sep 22, 2023Demystifying Hoisting in JavaScriptIntroduction Hoisting in Javascript is a very interesting yet confusing Concept. Many developers (including me) face problems understanding this concept in the beginning! If you are facing problems to understand Hoisting, you are in the right place! ...kunal gavhane and 1 other are discussing this2 people are discussing thisDiscuss·64 likes·55 readsJavaScript SimplifiedJavaScript
ArjunProblog.arjunsingh.tech·4 hours agoFigma for Beginners: Getting Started with the BasicsHey there! 👋 Are you new to Figma and looking to get started with the basics? You've come to the right place! In this blog post, I'll walk you through everything you need to know to kickstart your journey with Figma. Later on, I will be adding more ...Discuss·40 likesDesign
Nanonanohere.hashnode.dev·31 minutes agoThe beginning of my journeyHello world :) 25 Sept 2023 Hi there, I'm Nana and my blog is Nano Here, where I will be sharing my journey of learning web and software development. For a while now I have been trying to learn web development technologies like HTML, CSS, Tailwind, J...Discusstechnology
Prititechsimplifiedbypri.hashnode.dev·32 minutes agoA Web3 Full Stack To-do list Dapp with NotificationsThis is the simple implementation of a To-do list that includes - deploying your smart contract, making frontend using React, chakra-ui and also integrating Push Protocol to receive notifications for incomplete tasks. At the end of the tutorial, this...DiscussWeb3
Purneema Shresthafreehtmltemplates.hashnode.dev·an hour agoHTML Essentials: Building the Foundation of Modern Web DevelopmentSharing some beginner guides that helped me in the beginning to get familiar with HTML. In today's digital age, web development has become an indispensable part of our lives. From websites to web applications, everything we access on the internet rel...DiscussHTML5
Oyebamiji Boluwatifeoyebamiji.hashnode.dev·6 hours agoMy scrimba coding Journey as A sapa motivated NigerianIntroduction My journey into the world of coding has been nothing short of an adventure. From the moment I decided to take the Scrimba Frontend Development course, I knew I was in for something special. Little did I know how much this journey would s...Discuss·1 likecoding
Jamesjames-reed.hashnode.dev·18 hours agoJavaScript Functions and the Call StackIntroduction In this article, I am going to explain the benefits of functions including how to declare and then invoke them. Then we will take a look at how the JavaScript compiler looks at and runs our code. Lastly, I will go through the concepts of...DiscussJavaScript
Pragati Vermapragativerma18.hashnode.dev·18 hours agoHTTP Status Codes That Will Make You ThinkLast year, I wrote an article on how we might be using some of the HTTP status codes wrong, and this time I discovered some HTTP status codes that we don't use that commonly, but they can have fascinating use cases. So, in this article, we will discu...Discuss·1 likeWeb Development
Becoming A Data Expertbecomingdataexpert.hashnode.dev·a day agoGenesis - The Initial AttemptWho's Mr. A? Hello everyone, my name is Mr. A (real name withheld) and I am an engineering student currently interning at a research institute in Bubble Land. Why the article? In this article, I want to share my journey of how I began writing compute...Discussstories
Qasim Aminqasim.au·a day agoThe Layout File In NextJsWhat Is Layout Layout is a file convention in NextJs that allows coders like us to access or implement code through the file branch. An example could be to make a navbar that is only used in that file tree, so you would create a navbar in the layout...Discusslayouts
Jason Smiththejason.hashnode.dev·Sep 24, 2023Introduction To JavaScript ObjectsIn JavaScript, objects play a fundamental role in representing and storing data. Objects are versatile and crucial in many aspects of the language, making it essential to grasp their concepts thoroughly before delving into more complex aspects of Jav...Discuss·10 likesJavaScript