Ishant Kumarletscodeishant.hashnode.dev·Nov 12, 2024The Kahani Begins: Meet the Variables!Imagine you’ve got three friends, each with a unique way of holding onto things. Let’s call them var, let, and const. They’re a little quirky, and each has their own rules. Scene 1: var – The Forgetful Friend Our friend var has been around for ages,...DiscussJavaScript Aur KahaniJavaScript
Shikhar Shuklashikhar99.hashnode.dev·Nov 9, 2024Modern ESLint Configuration in React: Managing Prop Types and Unused Variables WarningsWhen working on React projects, ESLint is an invaluable tool for enforcing code quality. But sometimes, the default rules may not align with the specific needs of your project. In this article, we’ll explore how to configure ESLint for React applicat...Discusseslint
Ishant Kumarletscodeishant.hashnode.dev·Nov 9, 2024JavaScript Syntax & Basic OperatorsWelcome to today’s kahani! Imagine JavaScript as a magic language you use to tell the computer what to do. But here’s the catch – you’ve got to say things just right, or the computer won’t understand! Today, we're talking about JavaScript syntax and ...DiscussJavaScript Aur KahaniJavaScript
Ishant Kumarletscodeishant.hashnode.dev·Nov 8, 2024Introduction to JavaScript - What, Why, and How?JavaScript aur Kahani: Introduction to JavaScript - What, Why, and How? Ah, JavaScript. The language that brings life to the web. Imagine a world where all websites are silent, unmoving, like posters stuck on your screen. Boring, right? Enter JavaScr...DiscussJavaScript Aur KahaniJavaScript
Vasant Mestryvasantmestry.hashnode.dev·Nov 7, 2024Day 2 of 30 days of JavaScript ChallengeHello guys welcome back to new series of JavaScript, where we‘ll be solving 30 days of JavaScript Questions from LeetCode. Here is link of all the problems In this series, we'll tackle each question one by one. I'll guide you by providing solutions a...Discuss30 days of JavaScript LeetcodeJavaScript
Vasant Mestryvasantmestry.hashnode.dev·Nov 6, 2024Day 1 of 30 Days JavaScript ChallengeHellooo guys, welcome back to new series of JavaScript, where we‘ll be solving 30 days of JavaScript Questions from Leetcode. Here is link of all the problems In this series, we'll tackle each question one by one. I'll guide you by providing solutio...Discuss·1 like30 days of JavaScript Leetcode30 Days of Code
Sahil Sharmasahil950.hashnode.dev·Nov 5, 2024Understanding access tokens, refresh tokens in web authenticationAuthentication of users and safe access to resources are the prime needs of modern web and mobile applications. Users must remain authenticated safely and hassle-free without having to log into each site or app every time they log in. Access tokens ...Discussauthentication
Oluwatobi Abidoyesardius.hashnode.dev·Nov 3, 202410 Useful React Libraries You Should KnowIn this article, I will discuss the useful React Libraries that can help a front-end developer. I have tried them out, and I feel it is a good idea to share them with the Frontend community: some you have used before, and some you have not used befor...Discuss·11 likesFrontend Development
Olga TashlikovichforSVAR UIsvar-widgets.hashnode.dev·Oct 28, 2024Benefits of Using SVAR Svelte Gantt in Your Project Management AppIf you’re looking for an effective way to visualize project workflows, you can’t overlook the Gantt chart option. It has been used in project management for decades, helping teams plan tasks and track progress and performance. Starting from charts d...DiscussSvelte
Yash Sharmayashsharma8433.hashnode.dev·Oct 22, 2024Understanding Best, Average, and Worst Case Time Complexity in AlgorithmsIn the world of algorithms, analyzing how long an algorithm takes to run is crucial. One way to measure this is by examining its time complexity—how the runtime grows as the size of the input increases. However, algorithms can behave differently depe...DiscussJavaScript