Blog


React Infinite Scrolling and Lazy Loading

React Infinite Scrolling and Lazy Loading

Infinite Scrolling — Infinite scrolling is a concept used by many sites to enhance user experience and performance. In infinite scrolling, the sites load with some data and as the user keeps on scrolling, more and more data gets loaded. This concept saves time since data is loaded in parts and enhance performance as all the components need not be rendered all at once.

ReactJavascriptInfinite-scrolling
React Hooks and the “Observer” Pattern

React Hooks and the “Observer” Pattern

How to integrate the “Observer” pattern when using React Hooks

ReactHooksObserver
React and TypeScript: Generic Search, Sort, and Filter

React and TypeScript: Generic Search, Sort, and Filter

A step-by-step guide leveraging the awesome powers of TypeScript generics to implement reusable searching, sorting, and filtering.

ReactTypescriptGeneric search
 Pyinstaller EXE False-Positive Trojan Virus [RESOLVED]

Pyinstaller EXE False-Positive Trojan Virus [RESOLVED]

Part 1. Manually Compile your Pyinstaller Bootloader

PythonPyinstaller
The Proper Way To Connect Redis and Node.js

The Proper Way To Connect Redis and Node.js

RedisNodejsJavascript
Fixing a common problem with a Git Merge

Fixing a common problem with a Git Merge

Please enter a commit message to explain why this merge is necessary

GitMergeCommit
Light and Dark Mode in React Web Application with Tailwind CSS

Light and Dark Mode in React Web Application with Tailwind CSS

How to make a simple React web application using Tailwind CSS

ReactTailwindcssCss
Keep Your AWS Lambda Functions Warm and Avoid Cold Starts

Keep Your AWS Lambda Functions Warm and Avoid Cold Starts

AwsLambdaServerless
Jest Spies and Mocks in Explained via Examples

Jest Spies and Mocks in Explained via Examples

Make your JavaScript tests deeper, leaner, and faster with these two Jest methods

JestJavascriptTesting
JavaScript Frameworks for building Desktop Applications

JavaScript Frameworks for building Desktop Applications

Best JavaScript Frameworks that can be used to create desktop applications

JavascriptElectronNodejs