Chandan Rajpurohit

An Artist With Technical Skills

  • 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 […]

    Continue Reading

  • 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, […]

    Continue Reading

  • Next.js Overview

    Next.js is the react framework used for building web applications and user interfaces. It is loaded with a lot more features that enable you to build full-fledged production-ready applications. Features like routing, styling, authentication, and bundle optimization. There’s no need to install additional packages. Next.js provides everything that you need to make the Web Faster. […]

    Continue Reading

  • 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, […]

    Continue Reading

  • 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 […]

    Continue Reading

  • 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 […]

    Continue Reading