Published inNerd For Tech·PinnedWhat is the Difference Between Scope vs Context?JavaScript is a weird language but still, I am in love with it and enjoyed working with it regardless it's a core JavaScript, Angular, React, or NodeJS. I get interacted with JavaScript with the library jQuery. …JavaScript4 min readJavaScript4 min read
5 days agoSeamless Integration of Localisation and URL Optimization in Next.js 13: Hiding the Default LocaleIn this guide, discover how to achieve cleaner and more user-friendly URLs in Next.js 13 by concealing the default locale. Learn the steps to streamline your application’s URLs for improved readability and aesthetics, enhancing the overall user experience. But first let’s see how to implement internationlization with Next.js 13. Next.js 13 doesn’t support internationalised routing in app directory out of the box. But you can easily implement by following below steps.Nextjs 134 min readNextjs 134 min read
May 29Understanding Event Loops: Managing Asynchronous Programming with Efficiency+-----------------------------------------+ | | |…Event Loop12 min readEvent Loop12 min read
Jan 24, 2022What is the Difference Between Scope vs Context?312Rakesh KumarThanks Jake for your comment.Thanks Jake for your comment. I was only talking about Global, Local and Block scope(added Block Scope as 3rd bullet point). Which I am explaining further. If we talked about module scope that can be referred by Local scope or private scope for that module it self. For example IIFE function which protects the scope safe and prevent to being global.1 min read1 min read
Published inNerd For Tech·Jun 6, 2021Let’s See together What is Data Types in JavaScript and Why it’s Different from Other Languages?All programming languages have some kind of data type available, and they are different from one language to another language. These data types help us to understand the type of data any variable contains. Good to Know As we know JavaScript is a loosely typed and dynamic language. What I mean if we…JavaScript3 min readJavaScript3 min read
May 23, 2021Good Habits Make us a Better Learner as well as Better Person.Following good habits makes you a better programmer as well as a better person. Hi, I am Rakesh Kumar passed 35 years on earth with some good and bad experience of life. I have 12+ years of experience in the IT industry. Last year I was attending a training session…Habit Building4 min readHabit Building4 min read