Rest is a stateless client-server protocol, where each HTTP requests contains all the information to run it. So, there is no need to remember the previous state, which makes the API become stateless. Using API, we can easily create web services that connect with our codebase/database and getting data either in XML or JSON format […]
How to install Visual Studio Code in your Ubuntu environment?
Microsoft now provides packages to install Visual Studio Code in Ubuntu environment. Isn’t it amazing to know this fact? Well, so let me tell you some other interesting things about the Visual Studio Code before proceeding to the installation part. Benefits of installing the Visual Studio Code • You can use command line prompt […]