In a web server, authentication (https://g.co/kgs/Yy9RH2) is used to verify a user in the client-side trying to access the database or the site. The server can achieve this in various ways but in most cases, the server uses the user's information li...
HTML stands for HyperText Markup language, and its basic function is providing a structure for a web page. It consists of tags that help create the structure with their various uses. Some of which includes; <html>, <head>, <title>, <h1>, <p>, <a>, <i...
People use Ethereum to create tradable tokens (which are digital assets built by creating smart contracts on the blockchain). These tokens aren't just created, they follow a standard like the ERC-20 token standard that was proposed by Fabian Vogelste...
Recently, in the Tech Community, there have been a lot of conversations about Blockchain technology. Blockchain is not a new technology but so many organizations in recent times have employed the use of Blockchain. Organizations like Microsoft, Paypa...
Have you always wondered how to securely store your secrets and environment variables in your application? Then you’ve come to the right spot! Managing and storing secrets to avoid data breaches in your application is a matter of great concern. To e...
Introduction This article focuses on explaining the concept of Docker in a simple and detailed manner. Docker is a very useful tool and a proper understanding of what Docker is and what it is used for is very essential to a Software Developer and D...