JSUsing port 80 with Node.js on Windows Things I want to do In the article below, we started an HTTP server using Node.js. I came across an article stati...2024.10.312026.03.15JS
JSA summary of playing around with Gemini + NodeJS Things I want to do This is a compilation of articles on using Google's AI, Gemini, with NodeJS. Official ...2024.10.262026.03.15JS
JSImplementing a GUI in NodeJS + Gemini Things I want to do The article below shows how to use Gemini with NodeJS. However, since it lacks a GUI and is c...2024.10.102026.03.16JS
JSImplementing Gemini in NodeJS Things I want to do We will use Google's generative AI, Gemini, with NodeJS. implementation Creating an API ke...2024.10.092026.03.15JS
AndroidDebugging WebView on Android Things I want to do This debugs a WebView (HTML, JavaScript) displayed on Android. To be more precise, we will do...2024.10.092026.03.16Android
AndroidDebugging WebView on Android Things I want to do This debugs a WebView (HTML, JavaScript) displayed on Android. To be more precise, we will do...2024.10.092026.03.15Android
Phaser3Animation using discontinuous splittes (Phaser3) Things I want to do When animating a character in Phaser3, you create the animation from a sequence of Splits (in th...2024.10.032026.03.16Phaser3
browserDebugging scripts executed by content_scripts in Chrome extensions Things I want to do I created an extension that executes Javascript on specific pages using the following page. ...2024.10.032026.03.15browser
browserAdd an options page to your Chrome extension. Things I want to do Some Chrome extensions allow you to access their options page by clicking their icon, which disp...2024.10.032026.03.15browser
Phaser3Creating multiple HTML files using Vite + Phaser 3 templates Things I want to do The Vite + Phaser 3 template created in the following article will be used to build multiple HTM...2024.10.012026.03.15Phaser3