Why use lodash It reduces the lines of code significantly Supports common operations done on Objects and Arrays Supports common
Continue readingAuthor: banerjeer2611
How to package an existing typescript project and release it to npm in 5 steps
We will ensure the following things The npm package only contains the relevant javascript files along with type declarations Our
Continue readingSome Experiments with GitHub Copilot
Check out my recent article on writing tests with GitHub Copilot I recently got my hands the GitHub Copilot extension
Continue readingA cheat sheet for JavaScript’s Axios
Since quite a few people found my previous article helpful, I decided to make a similar cheatsheet for axios. Axios
Continue readingA cheat sheet for JavaScript’s fetch API
The fetch API in JavaScript is used to make requests. It can also be used to consume APIs. Let’s take
Continue readingHow to Authenticate using Keys, BasicAuth, OAuth2 in JavaScript
Not all APIs are as well documented as Twilio. This guide should help you work with APIs which are secured
Continue reading3 Ways to Store and Read Credentials Locally in Python
Secrets are called secrets for a reason. We do not want others to know about them, be it in real
Continue readingFrom JavaScript to TypeScript Crash Course/CheatSheet : Basics
TypeScript Compiler Install or Run the Compiler If I have a file named “index.ts” The TypeScript compiler essentially converts a
Continue readingHow to Balance Chemical Equations in Python using Constraint Optimization (PuLP)
We will be using PuLP and the chemparse libraries to balance chemical equations You can find the source code here
Continue readingHow to get a JSON file of your Medium Stats and create a Dashboard using Streamlit
How to get a JSON file of your Medium Stats and create a Dashboard using Streamlit We will be doing
Continue readingHow to Score a Great Software Internship
My Views are my own and my own only. Internships are a great way to get valuable experience and make
Continue readingJavaScript: Do you know the fastest way to iterate over arrays, objects?
There are multiple ways to iterate over an array or objects in JavaScript but do you the fastest way? Let’s
Continue reading