Developer & Knowledge Chaser

I enjoy coding and learning new things.

Cloud's Avatar

Recently Published

An Introduction to Recursion in JavaScript

An introduction to recursion in JavaScript with examples! Recursion, in essence, is a function's ability to call itself. It creates a self-referential loop where the function breaks down a problem into smaller, similar subproblems, eventually reaching a base case that halts the recursion and provides the final answer.

Mar 28 2024

Understanding ASTs With an ESLint Rule

Learn about ASTs and put that knowledge in to practice! We are going to dive into the world of ASTs and once we have a firm grasp of the topic, apply our knowledge into building a custom ESLint rule.

Mar 17 2024

Next.js Sitemap Generator Script

Learn about creating your own sitemap generator script for a static Next.js website. Of course there are packages out there that do just this, but there is great value in writing your own and understanding the solution fully.

Mar 10 2024

Hosting a Static Website For $0.01 A Month

Create your own static Next.js personal website on Google Cloud for under $1 a month. The target audience for this post is anyone with some JavaScript experience and a general understanding of web development.

Mar 01 2024

Introduction to Prompt Engineering

Ever wonder about how to prompt ChatGPT or Gemini? Check out this post! We'll learn the basics of prompt engineering!

Feb 17 2024