š React Js
How to use CSS variable with React
This article helps you to understand how to take advantage of CSS variables in the React app. It is a pretty long read and opinionated but very interesting read for React developers.
Use CSS Variables instead of React Context
This article is like the one above to use CSS variables instead of the React context. It provides an example of how theme switcher works using CSS variables.
How to manage long-running tasks in a React app using web workers?
Any app wants to have a faster response time. But what if you have a long-running process, how do you keep the app responsive to the user and still do the task. Don't worry, check out this article.
š Javascript and MongoDB
How to optimize an aggregation query in MongoDB
MongoDB aggregation framework is very powerful. You can aggregate data from a single collection, and many collections together. In this article, you will learn how to optimize an aggregation query in MongoDB.
How to use different array methods
This article provides examples to use almost all the array methods in Javascript.
Quick tips for a Node Js application
- Why undefined variable is not sent in a JSON API response?
- Managing secrets and environmental variables in Node Js
- How client request and server response cycle works
ā”ļø JS - Quick bytes
- Check whether a condition is met on every value in a JS array?
- Find common items from two arrays in JavaScript
- Find unique by key field in an array of objects
- Merging more than one array using concat method
š„ Blog to follow
He writes about CSS, and React Js. You won't regret to follow his blog. It has quality content to read and learn from it.