Home

Posts (Page 7)

Written content to help you along your web development journey, without forgetting to have some fun along the way.

Using Notion as a Publishing Workflow

To minimize friction in publishing new blog content, I went through an experiment that used Notion as a publishing engine. After three months, I’m posting at a rate faster than ever before.

Aug 03, 2022

Custom XML Sitemap from a Catch All Route in Next.js

Building an XML sitemap in Next.js is a bit of an odd process. Here’s how I’ve done it by leveraging getStaticPaths methods from page components.

Aug 02, 2022

Automated Tweets after Successful Netlify Build

This is the (custom) workflow I use to automatically tweet after publishing new content to my blog.

Aug 01, 2022

Delete All Local Git Branches Except One

Delete all local git branches except main, master, or your current branch.

Aug 01, 2022

Git Checkout Previous Branch

Checkout the previous git branch without needing to remember or type the name.

Jul 27, 2022

Render JSON Page with Next.js

Build a JSON page component with Next.js.

Jul 26, 2022

Change Back to Previous Directory

Navigate to the directory you visited previously without the need of remembering or typing the name.

Jul 23, 2022

Demystifying jQuery’s Syntax

Although jQuery has long since faded out of style, it is style widely used. For those that encounter it for the first time, here’s a quick breakdown of the syntax to better understand how it works.

Jul 23, 2022

Render XML Page with Next.js

Learn how to generate an XML page with Next.js.

Jul 23, 2022

Difference Between React and Vue.js

React and Vue are two of the most popular component frameworks used in modern website development. Let's break down the differences between these two everyday tools.

Harikrishna Kundariya
Jul 22, 2022