Writing data files to flash memory of ESP32

Writing data files to flash memory of ESP32

2 years ago, March 31, 2023

There are several reasons why you would want to write some data files to an ESP32 or similar MCU’s flash memory. In most of the projects, we need to work with configurations that we don’t want to hard code in our code. One of the most common use cases with ESP32 or similar MCUs is […]

Build SuDoKu game using ReactJs

Build SuDoKu game using ReactJs

3 years ago, March 19, 2022

I recently thought of creating a SuDoKu game using JavaScript. Having played the classic game and enjoyed it in the past, I did not think of how complex the process of generating an instance of a game would be in the beginning. I quickly realized even after generating the random completed state successfully, creating a […]

How to use Neo4j recommendation engine in your GatsbyJs static generated site

How to use Neo4j recommendation engine in your GatsbyJs static generated site

4 years ago, November 15, 2021

We have the Ne4j graph database running and the Cypher query ready to get the recommendation for every drink. We will need an Apollo server running in front of it to enable graphQL. GatsbyJs will connect to that graphQL endpoint during the build time to query for the recommended/similar drinks while building each drink’s detail page.

© 2025 Anil Maharjan