Generate a complete software project with single line of prompt with MetaGPT
8/13/2023

Generate a complete software project with single line of prompt with MetaGPT

What if AI could write fully functional software for us, with a one-line prompt?

Live coding – Flappy Bird game using P5js
4/30/2023

Live coding – Flappy Bird game using P5js

Live coding a game is an exciting experience, and that’s exactly what I did today! I streamed live on YouTube and LinkedIn and coded a Flappy Bird game from scratch using P5js. P5js is a popular JavaScript library that simplifies creating interactive graphics and animations. It is easy to use and allows you to focus […]

4/30/2023

FreeTouchDeck with air mouse feature

I recently wrote a post about building a FreeTouchDeck an open source DIY alternative for Stream deck. In this post, I will show you how I added an air mouse feature to it. For this project, I used the following components Replace BLE-keyboard by BLE-Combo The FreeTouchDeck uses T-vK/ESP32-BLE-Keyboard library to set up the device […]

Upgrading NextJs v11 to 12 hopefully to 13
4/17/2023

Upgrading NextJs v11 to 12 hopefully to 13

upgrading NextJs from v11 to 12. Webpack@4 is no more supported so first Upgrade Webpack v4 to v5 Simply run yarn up webpack Try running NextJs yarn dev Still uses webpack v4… Using webpack 4. Reason: webpack5 flag is set to false in next.config.js https://nextjs.org/docs/messages/webpack5 Change webpack5 to true in next.config.js Run NextJs again. ValidationError: […]

ESP32-S3 Pinout for WROOM-1 module
4/13/2023

ESP32-S3 Pinout for WROOM-1 module

It is hard to find one good colour-coded pinout drawing for ESP32-S3 so I made one myself.I will update it with for info as I get time. I plan to make more pin out images for other modules too like ESP32-C3 with detailed pin types.

© 2024 Anil Maharjan