Latest Dev Posts
View Dev

Building & Testing React Hooks with NPM
Sep 12
Table of Contents Introduction Setting Up the Project Rollup Configuration Create Our...
View Post

React Calendar: A Guide to Building Dynamic Calendars with Events and Todos
Aug 28
Table of Contents Introduction Key Features Setting up the Project Create the...
View Post

Next.js Auth and Dashboard Boilerplate: Building a Full-Stack Web App
Aug 23
Table of Contents Introduction Technology Overview Architecture and Code...
View Post

A Guide to Using the Option Type in TypeScript
Aug 18
Table of Contents Introduction The Problem with Null and Undefined The Option Type: A...
View Post

Visualizing Data in React: A Guide to Beautiful Charts with React-Chartsjs-2
Aug 16
Introduction Visualizing data is an essential aspect of modern web development, allowing...
View Post

Better Code Quality with TypeScript’s Utility Types: Pick, Partial, and Omit
Aug 14
Introduction I see a lot of projects that don't use TypeScript's type helpers like Pick,...
View Post

Create and Publish Your First NPM Package: A Comprehensive Guide
Aug 12
Table of Contents Introduction Prerequisites Getting Started Setting Up Your...
View Post

Simplifying Complex TypeScript Types with the 'Unpack' Helper: Improve Developer Experience
Aug 10
Introduction In the world of TypeScript, developers often deal with numerous types and...
View Post

Type Safety with Non-Empty Arrays in TypeScript
Aug 4
The Problem with Empty Arrays When working with arrays in TypeScript, we can specify the...
View Post

Help with entrepreneurship and starting a SaaS
Sep 10 '22
Hi! I have a few years of experience as a full-stack developer and I have a job that I enjoy very...
View Post

Recursion
Jul 27 '21
Table Of Contents Introduction Examples Factorial Search Quick sort Tree...
View Post

A short introduction to Functional Composition
Aug 6 '20
Function composition is a mathematical concept that allows us to combine two or more functions into a...
View Post

RESTful API with Deno, Oak and MongoDB
Aug 3 '20
In this tutorial, we will create an API to manage contacts. We connect the API to MongoDB Atlas, a cl...
View Post

Common JavaScript array methods
Jul 25 '20
In this post we will look at some of the array methods in JavaScript. We start of with an array of us...
View Post
View GitHub