Field notes
Writing through
what I build.
I'm Ankit, a software engineer at an asset management firm, writing about the practical side of building software. Essays, build notes, and things I wish someone had documented better.
Latest
Recent writing
Installing ML-Agents on macOS M1 ( A Troubleshooting Guide ) 👨💻
/Posted on:August 23, 2023 at 12:00 AMIf you're an AI and ML enthusiast like me, you might have encountered challenges while trying to install the ML-Agents Python library on your Mac M1. Fear not, I've gone through the pains 🥲👍 and want to share my experience to make this process smoother for you. 🤖
Mastering Prisma ( A Comprehensive Guide for Beginners )
/Posted on:July 30, 2023 at 12:00 AMPrisma - the ultimate tool that will revolutionize your backend development journey! This comprehensive guide will take you through every step, from the initial setup to mastering the art of database management with Prisma.
Create and deploy your own token using hardhat in just 2 mins
/Posted on:June 23, 2023 at 12:00 AMIn this tutorial, I will guide you through the process of creating and deploying your own ERC20 token using the Hardhat development environment.
A Step-by-Step Guide of using Ethers v6 library connect Metamask 🦊 to Your React JS Website
/Posted on:June 23, 2023 at 12:00 AMMetamask is a well-known browser extension that allows users to interact with the Ethereum blockchain effortlessly. In this step-by-step guide, we'll explore how to connect Metamask to your React JS website using the ethers.js library.