🎮 Momocoder.click — My New Home for All Things Gaming

🎮 Momocoder.click — My New Home for All Things Gaming

a year ago, June 17, 2025

I have a new website for all gaming-related things. I have been playing games and streaming lately. I have also built some tools or scripts that make it gaming more fun. I’m a gamer and developer who loves building cool tools for our gaming community. Here’s my collection of apps and gadgets that I use […]

Backend to go! Bare minimum Lambda HTTP endpoint

Backend to go! Bare minimum Lambda HTTP endpoint

2 years ago, September 28, 2024

Scenario So you are developing a web or mobile app that is mostly static except for this one feature that would require a backend/database to store data.We will be looking at the solution that would require least effort and knowledge of AWS technologies. Prerequisites Why? As described in the Scenario, you don’t want to spend […]

Using font icons in Webflow in seconds (the easiest way)

Using font icons in Webflow in seconds (the easiest way)

2 years ago, September 28, 2024

Using font icons in webflow may be tricky if you are coming from a front-end web development background. You might be comfortable using Font Awesome or Fontello, etc. Where you may be used to using class names to choose from your icon set. In Webflow, if you are limited with Font-awesome or Fontello or similar, […]

Avoid trailing slashes in Gatsby site URLs

Avoid trailing slashes in Gatsby site URLs

2 years ago, September 28, 2024

I just realized that Google was having a hard time indexing my site. That may sound too dramatic, yeah, it’s not that big of a deal but, I was having a hard time understanding what was indexed and what was not. So half of the indexing queue had an issue with the heading â€œPage is not […]

Joke bot with a state machine using XState

Joke bot with a state machine using XState

2 years ago, April 13, 2024

In this blog post, we’ll build a Joke bot using XState, a popular state management library for JavaScript. Our joke bot will be able to tell jokes, respond to user input, and transition between different states based on the user’s messages. The DEMO site can be found here: https://jokes-bot.netlify.app/ The Github repo for this project […]

Code Katas, why, what, and how?

Code Katas, why, what, and how?

2 years ago, April 8, 2024

Code katas are like fun challenges for programmers, similar to practice routines in martial arts. They’re designed to help developers refine and perfect their coding skills through repetition and practice. These tasks focus on writing neat and fast code. Usually, developers follow a method called Test-Driven Development (TDD). They start by writing a test that […]

© 2026 Anil Maharjan