Misc.

Tutorials on misc. web development tutorials.

Developing a RESTful API with Node.js, Express.js, MongoDB, and TypeScript

The ability to create reliable APIs is essential in today's web development environment. I'll show you how to create a…

3 weeks ago

XML in REST API response and SOAP XML.

The difference between XML that we get in response to any REST API and XML response from SOAP API lies…

6 months ago

How to install and configure Apache2 on WSL2?

I hope you already have WSL2 installed and enabled. So, setting up Apache2 on WSL2 (Windows Subsystem for Linux 2)…

10 months ago

How to install NVM on Windows?

Install NVM on Windows Node Js is a JavaScript runtime environment used widely in today’s web application development. If we…

11 months ago

How to reset WSL 2 user’s password?

You can easily reset WSL 2 users' password, by just following the following steps. Open PowerShell or Terminal run following…

1 year ago

DreamHost Web Hosting

DreamHost a web hosting company, founded in 1997. It is offering sort of hosting services, including shared, VPS, dedicated and…

2 years ago

Implement back link to previous link from where user came in React Project.

Sometimes, in a react project you might need to implement back URL link to previous URL from where user came.…

3 years ago

How to setup static IP for Plesk Instance in AWS Lightsail?

Static IP for Plesk Instance in AWS Lightsail I have setup Plesk hosting instance in AWS Lightsail for WordPress and…

4 years ago

How to fix about_Execution_Policies error in Windows PowerShell?

I was working on a Vue Js project on my windows laptop, and while running commands in Windows Powershell, I…

4 years ago

AWS Dynamodb using Nodejs

In this article, you will know how you can perform different DynamoDB operations with Node Js. I am going to…

4 years ago