KKirainblog.kiradev.co·Apr 23, 2022 · 32 min readHow to build a faucet CLI using NodeJS 🚀Hey everyone 👋! I guess I took a long break from blogging but I am back with some interesting web3 stuff. Today we are doing to be BUIDLing a command-line interface that would act as a faucet and we would be also adding metamask authentication to it...00
KKirainblog.kiradev.co·Feb 23, 2022 · 9 min read🚀 Solidity Quickstart [0]Hey folks 👀. Hope y'all are doing great. You might have heard about web3 and its hype on Twitter and maybe you wanna explore it as well. Well, so today I am here to give all a quick tour of solidity 🚀. So let's get started. NOTE: This blog post isn...01P
KKirainblog.kiradev.co·Feb 7, 2022 · 9 min readHow to build a blog using Remix and MDXHey, folks 👋. Today we are going to build a new blog from starch using Remix, MDX and TailwindCSS 🤔 What's Remix? Yet another JavaScript framework Remix is a full-stack web framework based on web fundamentals and modern UX. It is created by the tea...03BAP
KKirainblog.kiradev.co·Jan 21, 2022 · 14 min readHow to build a REST API using NodeJS👋 Hey everyone, I know it's been a long since I posted a new blog 😅. 👀 So in this blog post we are doing to build a REST API that would serve as a source of motivation for developers using NodeJS and MongoDB. So let's get started 🏄♂️ What's an ...01S
KKirainblog.kiradev.co·Jan 4, 2022 · 13 min readHow to build a CLI using NodeJS 💻How to build a CLI using NodeJS 💻 CLI (Command Line Interface) is one of the most basic and powerful applications ever created by mankind. We all use CLI every day, whether it be npm, git, or any other CLI. Does your daily basis workflow have someth...012TRTNT