Introduction There are lots of hosting websites, but I find firebase hosting particularly interesting. It is simple, with just few clicks, you can...
Introduction API is an important term to all developers. This is because mostly everything about software development revolves around this area. From...
In addition to creating a react toolchain from scratch, you can create an app in react with any of the react build tools such as: create react app,...
Instead of using the markup language for the web which defines the structure of a web page, web content can be displayed using simple Javascript. In...
Open source software (OSS) is a software released under a license, in which the original source code is made freely available for redistribution and...
Introduction This search bar basically searches through a list of names and does a partial match till it finds the name typed by the user. In this...