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 in the underlying protocol, design, and structure of the API. Here’s a breakdown of...
The difference between XML that we get in response to any REST API and XML response from SOAP API lies in the underlying protocol, design, and structure of the API. Here’s a breakdown of...
I hope you already have WSL2 installed and enabled. So, setting up Apache2 on WSL2 (Windows Subsystem for Linux 2) involves a few steps. Below are the detailed instructions to install and configure Apache2...
Install NVM on Windows Node Js is a JavaScript runtime environment used widely in today’s web application development. If we are working on different Node Js projects then there might be a chance to...
You can easily reset WSL 2 users’ password, by just following the following steps. You will be asked to enter the password twice and password will not be appear on screen/terminal. Following is the...
DreamHost a web hosting company, founded in 1997. It is offering sort of hosting services, including shared, VPS, dedicated and WordPress hosting. It is reliable and affordable hosting provider to small and large businesses...
Menus in WordPress are highly versatile and can be easily modified to change in your website’s structure. You can edit existing menus, add, or remove menu items, and update the menu hierarchy at any...
Laravel is famous and robust PHP framework, widely used in different type of projects. While working on a Laravel project from scratch, after creating controllers and routes, you might get into following error. This...
Python is very powerful and famous language, which allow us to write code as per object orientated programming (OOP) concepts. Encapsulation is one of the fundamental concepts in OOP. In encapsulation, we can wrap...
In this article, I am going to show you how we can get specific dates like get start date for last week, end date of last week, first day of last month and last...
In Laravel, we can write validation rules in custom classes to validate form fields. These classes are extends from FormRequest. Sometimes, you can get a Boolean field value as string like ‘true’ or ‘false’...
More