nodejsImplementing Gemini in Node.js The purpose Use Google's generative AI, Gemini, with Node.js. Implementation Generate API key Go to the fo...2024.10.092024.11.29nodejs
AndroidDebugging WebViews on Android The purpose Debugging a WebView (HTML, JavaScript) displayed on Android. Specifically, perform the following ta...2024.10.092024.11.29Android
Android(JAVA)Porting a Node.js web application to Android The purpose Port a Node.js web app into an Android app. (This will not include the server-side/backend.) use th...2024.10.092024.11.30Android(JAVA)
Phaser3Animation with discontinuous sprites(Phaser3) The purpose When animating a character in Phaser3, you create the animation from consecutive sprites (in the exampl...2024.10.032024.11.30Phaser3
BrowserDebugging scripts executed in Chrome extension content scripts The purpose I created a browser extension that executes JavaScript on specific pages. Debug the script run...2024.10.032024.11.30Browser
BrowserAdding an options page to a Chrome extension The purpose Some Chrome extensions, when their icon is clicked, display an "Options" menu item that opens the optio...2024.10.032024.11.30Browser
Phaser3Creating multiple HTML files with a Vite + Phaser 3 template. The purpose This Vite + Phaser 3 template, created from the article below, will be configured to build multiple HTM...2024.10.012024.11.30Phaser3
JavaScriptGetting the SHA-256 hash value in JavaScript The purpose Get the SHA-256 hash value in JavaScript. Implementation A hash can be retrieved using the follow...2024.09.292024.11.30JavaScript
JavaScriptReading aloud with text-to-speech using JavaScript The purpose I'll try it out, as it seems JavaScript can do text-to-speech. Implementation The example code o...2024.09.252024.11.30JavaScript
Phaser3List of Mouse Events for GameObjects (Phaser3) The purpose Summarizing mouse events for GameObjects in Phaser 3. How to receive event First, enable mouse i...2024.08.312024.11.30Phaser3