Published onAugust 28, 2021Learning Python Basics as a JavaScript DeveloperPythonIn this post, you’ll learn the basics of Python from the viewpoint of JavaScript Developer and know the differences between these Programming languages.
Published onAugust 21, 2021The Complete Guide to Refs and useRef() in ReactReactHooksIn this post, you’ll learn about accessing DOM elements & specially useRef() hook of React to create persisted mutable values.
Published onAugust 14, 2021An introduction to Object-Oriented Programming in JavascriptJavascriptOOPProgramming-ParadigmIn this post, you’ll learn the basics of Object-Oriented Programming in JavaScript with the help of some images and simple codes.
Published onAugust 7, 2021How to Correctly Debounce and Throttle Callbacks in ReactReactCallbacksIn this post, you’ll learn how to correctly use React hooks to apply debouncing and throttling techniques to callbacks in React.