General Middleware

Get Started with Bootstrap

Bootstrap is an excellent CSS and JavaScript framework for building responsive websites. It has built […]

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. […]

General Middleware

Fetch User Contacts with CNContactPickerDelegate in Swift

Follow below steps to pop the Contacts List and choose one from there. Import ContactsUI […]

General Middleware

How to handle Dark Mode in Swift

Apple introduced a new mode called “Dark Mode” from iOS 13.0 onwards. Users can easily […]

General Middleware

Add a Share Button in your IOS App in Swift Xcode

When you want to share a media to other apps on the device, you need […]