Difference Between an Array and a List in C#

I share the difference between an array and a list in c sharp(C#). How to instantiate an array and a list, and when to use an Array vs a List.

How to sort next.js blog posts by date

In this article, I share how to sort your blog posts by the most recent date

My most used git commands

I share git commands I find myself using most often in my day-to-day job as a Software Developer

How to solve Jest storybook test error “cannot find interopRequireDefault.js”

In this article, I am going to highlight how I got this storybook jest snapshot test error "cannot find @babel/runtime/helpers/interopRequireDefault.js" and what I did to fix this jest snapshot test error

Setup a Newsletter with Next.js and Mailchimp

In this tutorial, you will learn how to set up a Newsletter on your Next Js blog with Mailchimp.

The Complete Guide to Building React Forms with useState Hook

This tutorial teaches how to build forms in react with uesState hook, how to pass the data as props to another react component and have it rendered to the browser

4 New ES2021(ES12) Features JavaScript Developers Need to Know

These new Javascript features have reached final stage of the Ecmascript proposal and are included in the latest draft. It will be published between June 2021 and Jul 2021.

How to Check if an Object is Empty in JavaScript

In this article, I will be sharing 6 different javascript methods you can use to check if an object is empty or not

How to Build Forms with Multiple Input Fields using React Hooks

In this article, I will show you how to use React Hook to build forms with multiple input fields.