Vivek Kumarbewake24.hashnode.dev·Dec 1, 2024Diving dipper into arrays, Packed vs HoleyPacked Array and Holey Array So, I guess you are here after watching Hitesh Sir, tutorial on javascript, If you are at beginner or intermediate level you must do that. Also I’m embedding his video below. Now lets discuss. https://youtu.be/ZRS485LxX0s...2 likesJavaScript
Rohit Gawanderohit253.hashnode.dev·Nov 15, 2024Chapter 6: Full Stack JavaScript Bootcamp Revision Class – Mastering CSS FundamentalsTable of Contents Introduction to CSS What is CSS? Importance of CSS in Web Development Overview of CSS Integration Methods Three Ways to Link CSS Inline CSS Internal CSS External CSS Priority of CSS Methods How CSS Works Selectors De...Full Stack Javascript#CSS, #AdvancedCSS, #WebDesign, #ButtonStyling, #LinkStates, #Hover, #Focus, #WebDevelopment, #FrontEndDevelopment, #FullStackJavaScript, #JavaScriptBootCamp, #WebDesignTricks, #UXDesign, #ResponsiveDesign, #CSSStates, #LearnCSS
Shivam Goswamishivamgoswami5123.hashnode.dev·Nov 10, 2024🚦 Essential HTTP Status Codes You Should Know 🚦🌐 Day 4 of DevOps 🌐 A video just dropped on my YouTube feed about HTTP Status Codes 📺. Out of sheer curiosity 🤔, I watched it and found it super interesting! As a developer, you constantly encounter these status codes when making requests—like th...DevToDevOpsHashnode
Cap Visionfirst-assignment-of-learning-python.hashnode.dev·Nov 3, 2024Python Inner WorkingPython’s inner workings, often referred to as the "Python internals," involve the processes and components that the Python interpreter uses to execute code. Here’s a look at some fundamental aspects of these inner workings: 1. Python Bytecode When yo...Python
Abhishek Kumar Singhaccess-token-refresh-token-abhi.hashnode.dev·Oct 27, 2024Difference Between Access Token and Refresh TokenAccess tokens and refresh tokens are both part of token-based authentication in modern web applications, especially when using OAuth or JWT-based (JSON Web Token) systems. Here’s a breakdown of each: Access Token Purpose: The access token is a short...1 likeJavaScript
Tanay Nagdetanaynagde.hashnode.dev·Oct 26, 2024Understanding Higher-Order Functions in JavaScriptThis blog is inspired by a conversation I had with ChatGPT while grappling with the concept of asyncHandler from the backend series by Hitesh Choudhary. As I faced challenges in understanding this important aspect of error handling in asynchronous pr...1 likeJavaScript
Risharth pardeshirisharthpardeshi.hashnode.dev·Oct 20, 2024Express 5 is finally outExpress 5 has finally arrived after years of development, marking a significant evolution for one of the most popular Node.js frameworks! The update brings several new features, enhancements, and some breaking changes, making it both exciting and nec...kunalkushwaha
Tilak Singhdeveloperdotcom.hashnode.dev·Oct 20, 2024Access Tokens and Refresh Tokens: A Quick GuideIn modern web and mobile apps, user authentication is critical. Two key components that help manage secure authentication are access tokens and refresh tokens. Here's a brief overview of what they are and how they work. What is an Access Token? An ac...Web Development
Divy Raienviornment-setup.hashnode.dev·Oct 15, 2024Environment Setup in React-native for windowsHey everyone! 👋 So, you’ve heard about React Native and want to start building cool mobile apps using JavaScript on your Windows machine? You’re in the right place! In this post, I’ll walk you through the steps to set up the React Native environment...React Native
Ibrahim Abdullahiiamibrahimzengi.hashnode.dev·Oct 9, 2024useStateWhen you're building interactive applications with React, you often need a way to keep track of data that can change over time. For example, if you have a button that users can click to increase a counter, you'll need a way to store and update the co...React Native