Brain Blocks by Saiful Alam
About
Series
Tags
Open menu
All tags
javascript
5 posts tagged with “javascript”
JavaScript
8 min read
Understanding Zustand: A Lightweight State Management Library for React
State management is a crucial aspect of building robust and scalable React applications. While there are numerous state management libraries available, Zustand…
#javascript
#react
#reactjs
+7
Jul 16, 2024
3 min read
JavaScript Design Patterns: Best Practices for Building Scalable and Maintainable Code
Introduction JavaScript design patterns are essential tools for developers seeking to write clean, efficient, and maintainable code. By following established pa…
#design-patterns
#programming-blogs
#javascript
Feb 29, 2024
4 min read
Deep Diving into React Hooks
React Hooks revolutionized the way developers approach state management and lifecycle methods in React functional components. Introduced in React 16.8, Hooks pr…
#javascript
#reactjs
#frontend-development
+1
Jan 6, 2024
JavaScript
6 min read
Asynchronous Programming with Promises and Async/Await in JavaScript
JavaScript's ability to handle multiple tasks simultaneously, known as asynchronous programming, is what makes it so powerful. But this power comes with complex…
#javascript
#web-development
#promises
+4
Dec 18, 2023
JavaScript
10 min read
Usage of JavaScript array methods
In JavaScript, an array is a data structure that contains a collection of elements. Arrays are very useful because you can store, access, and manipulate multipl…
#javascript
#array
#usage
+2
Nov 25, 2023