Build Minesweeper game using ReactJs
4/26/2021

Build Minesweeper game using ReactJs

Here is the demo of Minesweeper game I built using ReactJs. http://react-minesweeper.anilmaharjan.com.np/ I will be creating a step-by-step guide on, all the possible challenges, (hard parts) and the way I approached them. These are just one of the ways we can approach these problems. I appreciate your feedback and PR with suggestions and improvements. The […]

Low waste data modeling using graph
5/1/2021

Low waste data modeling using graph

Hello internet, I decided to write this up after presenting a talk about it to my colleagues at Inviqa recently. I will try to walk you through this mindblowing journey of modeling your data from scratch to building a graphQl API, to consuming the API and then serving it in a ReactJs app.

Radar diagram visualization in VanillaJs
4/16/2021

Radar diagram visualization in VanillaJs

I have recently written a vanilla javaScript library to visualize Radar diagrams. It is open source and you are free to use it and contribute. The library itself can be found in NPM https://www.npmjs.com/package/radar-diagram run npm install radar-diagram or yarn add radar-diagram in you project to add it to your dependencies. The demo radar can […]

Esp32 modules
12/22/2020

Esp32 modules

There are several different options to choose from when buying an esp32 Modules. The most common ones I have come across are the following. Espressif / AI Thinker WROOM / WROVER WROOM32U has the smallest footprint among all. WROVER comes with integrated 8MB PSRAM ESPRESSIF ESP32 Modules The footprints are different in size and positioning […]

Comfey
11/22/2020

Comfey

Comfey is a tiny data binding and state management library inspired by React hook useState. https://www.npmjs.com/package/comfey

React MD v1 w/ Gatsby No!
11/2/2020

React MD v1 w/ Gatsby No!

Please avoid using ReactMD v1 with GatsbyJs, since ReactMD 2 is out with full rewrite, that could be an option if you want to stick with ReactMD. I had started to port this blog from WordPress to Gatsby and I had used React-MD ‘s Gatsby starter to start with the project. Because of issues in […]

© 2023 Anil Maharjan