PinnedBabel in JavaScript: What It Is and Why You Should Care.Photo by Danist Soh on UnsplashApr 22Apr 22
PinnedFunction Signature — What is it?Simply put, a Function Signature is a unique identifier for a function in a program. It is the hash of a function’s component which are:Dec 17, 2023A response icon1Dec 17, 2023A response icon1
PinnedPublished inCoinmonksHow to Install Mojo🔥on LinuxSeptember 11, 2023. I tried to install Mojo locally on my linux machine. But nope, it kept failing. Eventually, I got it to work. Here’s…Sep 12, 2023A response icon1Sep 12, 2023A response icon1
Why JavaScript’s Object.assign()?In modern JavaScript, a few methods quietly do the heavy lifting behind the scenes. One of those method is Object.assign().Jun 4Jun 4
TypeScript has a Required Utility TypeRequired in TypeScript is a built-in utility type that quietly enforces presence where you don’t want optional propertiesMay 31A response icon1May 31A response icon1
NPM vs Yarn vs PNPM: Why so many?NPM, Yarn, and PNPM all package managers that aim to do the same job. Find out what job.May 29May 29
What is Pick in TypeScript? Do you know? 🤔A big part of that is mastering TypeScript’s utility types. One of the most useful and often misunderstood is PickMay 28May 28
Microsoft’s ‘Edit’ Takes Aim at Vim: What It Means for Developers on WindowsA new terminal-based editor from Microsoft is challenging Vim’s decades-long reign. Here’s what you need to know.May 27May 27
Understanding Omit in TypeScript: A Beginner-Friendly, Deep DiveAt its core, Omit is an utility type. It lets you create a new type from an existing one, excluding one or more specified keys.May 23May 23
Understanding Partials in TypeScript: What, Why, and HowPartial<T> helps you write cleaner, more flexible code when you don’t need the full picture, just enough to get the job done.May 19May 19