Esp32 modules

Esp32 modules

5 years ago, December 22, 2020

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 […]

PiMP Ping-pong / table-tennis Management Platform with real-time scorekeeping function

PiMP Ping-pong / table-tennis Management Platform with real-time scorekeeping function

5 years ago, November 27, 2020

PiMP, also known as Ping-pong Management Platform is a one-stop solution to manage table-tennis matches. It consists of a beautiful GUI accessible on your browser built with the latest technology stack. It helps manage your Players’ data, matches data, and tournaments, and even lets you scorekeeping the table tennis match in real-time. PiMP offers real-time […]

Comfey

Comfey

5 years ago, November 22, 2020

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!

React MD v1 w/ Gatsby No!

5 years ago, November 2, 2020

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 […]

Gatsby build fails @ gatsby-source-wordpress

Gatsby build fails @ gatsby-source-wordpress

5 years ago, October 31, 2020

While trying to build my blog, the build started failing whenever I used my live WordPress site’s graphql endpoint. It resulted in the following error. It was clear that the site was not letting the parallel traffic. There is no way for me to configure my WordPress site to accept more traffic but to find […]

ML5 with Webpack and TypeScript

ML5 with Webpack and TypeScript

5 years ago, October 31, 2020

Why TypeScript? TypeScript allows you to add static typing to your javascript, which adds a possibility to type check on your code during compile time. Even better your IDE itself will be able to tell you if there are any issues with your data types, etc in realtime. Additionally, it can be used by your […]

© 2026 Anil Maharjan