General Middleware

NodeJS exec() command for both Windows and Linux

Use the below code for NodeJS exec() command for both Windows and Linux. As a […]

General Middleware

Read line by line from file in nodejs

Below is a simple NodeJS code that will read the file from path <Current_Directory>/filename.txt, and […]

General Middleware

Loader icon with SVG animation in Photoshop

SVG stands for Scalable Vector Graphics. Creating SVG animation in Photoshop is very convenient. Other […]

General Middleware

Create React Router from scratch

React router is a very important module. It helps to create the different URL paths […]

General Middleware

Use Redux Store in Functional Components

The most important aspect of React is the State. Greater the flexibility to store and […]

General Middleware

How to create a Share Extension in Swift

When other apps want to share data to your app, you need a Share Extension. […]