HomeAboutBlogPortfolio
If you are a React developer you may have considered using React Native, one of the most popular frameworks for creating cross-platform…
Recoil is a package made by Facebook which helps manage state in a React app. It is minimal and effective for smaller to medium projects…
The react-icons project provides a developer-friendly way to use thousands of open source icons in any React project. The great thing is…
I was using ECS Fargate to serve a NodeJS API for a project, but Fargate essentially requires the use of a load balancer which costs $16 a…
GitHub Actions present a great way to automate tasks. In this case, we are setting up a way to update a React component library, zati, on…
VSCode is the most popular code editor currently, thanks in part to its Marketplace for extensions. Most of the following list is…
We look at creating a script, using bash or Node.js, to calculate your current city using the IPinfo API (no sign-up required). Bash All it…
The purpose is to create a script that can create a cronjob on a user's computer. There are many cron related libraries on npm, however node…
Find out how to store a JSON file on a user's machine and retrieve it later using Node.js. Creating the File Running these commands creates…
Get up and running in minutes with this concise guide. Generating Project Files Install the pre-requisites and run the wizard: You will be…
You might have heard of extensions like JSON Formatter, WhatFont, and ColorZilla. Let's look at some other ones that might be able to save…
When you're forced to stop and make a commit after reaching a milestone, sometimes using Git can feel like a crutch rather than a tool. If…
This guide walks through setting up two SSH keys on your Mac for use with two different GitHub accounts. You can then seamlessly push to and…
DigitalOcean is sponsoring Hacktoberfest for the fifth year in a row. The first 50,000 people to sign up and make five pull requests in the…