blog.bmonish.comTech Dive 1: MongoDB's ObjectIdMongoDB is a famous NoSQL Database. If you're just getting started with MongoDB, I would suggest you begin with Mongo University Anatomy MongoDB's ObjectID is made of 12 bytes. The 12 bytes consists of a 4-byte timestamp. a 5-byte random value gene...Jun 3, 2024·2 min read
blog.bmonish.comTop 5 React HooksReact hooks were introduced in React 16.8 to use State and other React Features. It lets you hook into the features without needing to create Classes. 1. useState This might be the first hook you heard about when learning React. It is very common and...Oct 30, 2023·4 min read
blog.bmonish.comGitHub 101: Uploading Files to a New Repository via Command LineSo at this point I assume you should know How to create a Repository, If you don't do checkout my previous article here. Let's dive in and add files via the Command Line. Follow the steps 1, 2 and 3 from my previous article! Once done, You shoul...May 2, 2021·2 min read
blog.bmonish.comGitHub 101: Creating a New Repository in GitHubAs a software engineer, learning a version control tool is one of the best things you can have in your bag. Right off the bat, I want to clear this doubt many people have! Is Git and GitHub the same? The answer is NO! In order to explain it in sim...Apr 25, 2021·2 min read