-
REST
REST stands for Representational State Transfer is an architectural style for designing networked applications. It provides a set of principles and constraints that govern the behavior of web services. RESTful APIs (Application Programming Interfaces) are APIs that adhere to the principles of REST. Imagine you want to order a pizza from a restaurant using their […]
-
ONDC
ONDC Stands for Open Network for Digital Commerce. It is a private non-profit Section 8 company established by the Department for Promotion of Industry and Internal Trade (DPIIT) of the Government of India to develop open e-commerce. In India, more than 12 million sellers earn their livelihood by selling or reselling products and services. However, […]
-
What is Lazy minting?
Lazy Minting is a process by which creators can avoid paying gas fees to mint their NFTs. When the creator lazy mint, he/she can list their item for sale on OpenSea, but it’s not actually written to the blockchain yet. When someone buys their NFT, the mint and the sale are combined into one transaction, […]
-
What is minting NFT?
NFT stands for Non-Fungible Token. It is a type of digital asset that represents ownership or proof of authenticity of a unique item or piece of content, such as artwork, music, videos, collectibles, or virtual real estate, among other things. Unlike cryptocurrencies like Bitcoin or Ethereum, which are fungible and can be exchanged on a […]
-
What Is Ansible Playbook?
Before discussing Ansible Playbook let’s understand Ansible. In IT, doing repetitive tasks is not interesting and is also considered non-productive. So, Red Hat started an open source community project “Ansible” which is a simple automation tool that helps teams to automate most of their IT tasks. Now the question arises how do they do it? The […]