RBRakshit Bhardwajinrakshit911.hashnode.dev·Dec 23, 2022 · 2 min readWeb-hook and it's use case.A webhook is a way for an application to provide other applications with real-time information. It allows one application to send a notification to another application when a specific event occurs. This notification is sent in the form of an HTTP POS...00
RBRakshit Bhardwajinrakshit911.hashnode.dev·Dec 12, 2022 · 1 min read50 Good fonts for your website!Roboto Open Sans Lato Montserrat Raleway PT Sans Source Sans Pro Muli Poppins Nunito Arial Verdana Helvetica Times New Roman Courier New Impact Georgia Trebuchet MS Comic Sans MS Arial Black Futura Gotham Gill Sans Calibri Fra...00
RBRakshit Bhardwajinrakshit911.hashnode.dev·Dec 12, 2022 · 2 min readWhat's API?API stands for "Application Programming Interface." It's a way for different software programs to communicate with each other. In a sense, an API acts as a messenger that delivers your request to the provider that you're requesting information from a...00
RBRakshit Bhardwajinrakshit911.hashnode.dev·Dec 11, 2022 · 2 min readWhat are Pseudo-Elements in CSS?CSS Pseudo-elements are a way to style certain parts of an HTML element. They are called "pseudo" because they are not actually part of the HTML document, but are instead added by the browser using CSS. For example, the ::before and ::after pseudo-el...00
RBRakshit Bhardwajinrakshit911.hashnode.dev·Dec 11, 2022 · 3 min readWhat is a promise?JavaScript promises are a way to handle asynchronous operations in JavaScript. They are a kind of placeholder for the result of an asynchronous operation. For example, if you make an API call to a remote server, you don't know how long it will take f...00