Ayan Mehtafromhimalayas.hashnode.dev·Nov 16, 2024Mastering Async JavaScript: From Callbacks to Promises and Beyond 🚀TOPICS Callbacks Promises Async/Await .then/.catch finally Why do we need promises in Javascript : let's understand this first by some basic topics Callbacks: to understand promises we first need to understand callbacks. callbacks are function...DiscussAsync Programming Tips
Bharat Kumarbharat2044.hashnode.dev·Oct 6, 2024How to Copy Objects in JavaScript: What Are Shallow and Deep Copies and How Can You Achieve Them?Copying Objects in JavaScript: Shallow and Deep Copy Explained In JavaScript, when dealing with objects, it is often necessary to create copies of an object. However, copying objects isn’t as simple as copying primitive data types like numbers or str...Discuss·1 likeJavaScript
Frhan Afzalfarhanafzal.hashnode.dev·Sep 26, 2024"Web Development: A Gateway to Innovation and Growth"Web development is not just about building websites or applications; it's a journey of transforming ideas into reality. If you're passionate about creating something new in today's world, web development is an essential tool in your hands. It’s a pow...Discuss·1 likeWeb Development
9th Techblog.9th.tech·Jul 24, 2024FeaturedEverything You Need To Know About Caching in NextJsIntroduction Although Next.js is a fantastic framework that greatly simplifies the process of developing intricate server-rendered React applications, there is one major issue. The caching mechanism of Next.js can quickly result in hard-to-debug and ...Andrew Baisden and 3 others are discussing this4 people are discussing thisDiscuss·85 likes·1.3K readsNext.jsAmazing tips. Thanks for sharing. 20
Mohmmad Arifarifblog.hashnode.dev·Jul 5, 2024what is Front-end development ?Front-end development refers to the process of building the user interface and user experience of a website or application. It involves writing HTML, CSS, and JavaScript code to create the structure, design, and interactivity of the interface. Front-...DiscussWeb Development
Ochuko Whorojsdoctor.hashnode.dev·Jun 28, 2024Frontend Development Technologies: A Simple DiscussIntroduction It wasn't too long ago when the Frontend aspect of websites was just built with HTML, CSS and JavaScript. Moreso, there was nothing like the WebApps we have today. Web development has taken a leap in a very short period from the traditio...Discuss·27 readsFrontend Development
Simarjeet Kaurdevspire.hashnode.dev·Jun 20, 2024Introduction to HTML: The Backbone of Web DevelopmentIn the world of web development, HTML stands as the foundational language that structures the internet as we know it. HTML, or HyperText Markup Language, is the standard markup language used to create web pages. It forms the backbone of all websites,...Discuss#webdev #html #css #tech
Jalaj Singhaljalajsinghal3.hashnode.dev·May 22, 2024Css HoverCSS Hover: It is a property in CSS which help us to see different effect whenever we hover on something that is present on our website. We can use it by specifying it for a particular target. These targets can be a div, a id , button or anything p...DiscussHTML5
Idriss Koneidrisskone.hashnode.dev·Dec 4, 2023My Software Developer Journey: A Self Taught StoryIntro Hey, I'm Idriss! To be honest, sharing things about myself doesn't really come naturally. There's a vulnerability there I'm still not quite comfortable with and I more often tend to downplay my wins rather than celebrate them. But this is a sto...Discuss·76 readsWeb Development
Ojeifo Davidojeifodavid842.hashnode.dev·Oct 21, 2023What Happens When You Type "google.com" In Your Browser And Press Enter.When a Client(User) types "https://www.google.com" into the URL space of their browser, there are a lot of things that happen within the milliseconds the Client(User) hits the enter key on their device be it desktop, PC or mobile device. The whole pr...Discuss·62 reads#webdev #html #css #tech