Mid-Level JavaScript Interview Questions-Solutions (About Arrays)I’ve shown 9 questions related to arrays in JavaScript that I’ve encountered in mid-level interviews and beyond, along with their answers…Sep 13, 20234Sep 13, 20234
Data Structures — Linked ListsLinked Lists, consist of nodes connected to each other. When you connect these nodes in one direction, it’s called a Singly Linked List…Sep 12, 2023Sep 12, 2023
Introduction to Data Structures-Big OWe need different data structures to solve problems. For example, Binary Tree, LinkedList, Array, Stack, etc. Alternatively, on the same…Sep 8, 2023Sep 8, 2023
Creating Custom React Hooks — useToggleHi, today I’m going to explain React Custom Hooks and show basic example which is useToggle.Jul 28, 20224Jul 28, 20224
React Hooks : useRef and forwardRefHi, it’s me again! Today I’ll show you useRef hook and forwardRef in react. So, let’s start with useRef hook.Jul 20, 20222Jul 20, 20222
React Hooks : useEffectHi everyone! I will continue the series with another frequently used react hook useEffect. If you haven’t seen my article about the…Jul 19, 2022Jul 19, 2022
React Hooks : useStateAs you know, hooks are a new addition in React 16.8. and let you use some React features without writing a class. If you’re not familiar…Jul 18, 2022Jul 18, 2022
SOLID Design Principles Explained: The Single Responsibility PrincipleHi everyone, in this article I will talk about the single responsibility from SOLID principles. Then let’s see what single responsibility…Jun 6, 2021Jun 6, 2021