JSPassing JSON data from the client to the Node.js server Things I want to do This code passes JSON data from the client-side JavaScript to the Node.js server. implementat...2024.11.012026.03.15JS
JSDebugging Node.js server code in Visual Studio Code Things I want to do When implementing an HTTP server with Node.js, I debug it using Visual Studio Code. Environme...2024.10.312026.03.15JS
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
JSSetting up a server with Node.js (module) Things I want to do We will set up an HTTP server using Node.js. We will implement this using ESM (import) instea...2024.10.312026.03.15JS
Unity[Unity 6] Using buttons without configuring them in the Inspector Things I want to do The following article uses buttons set from the Inspector. However, since the button is not u...2024.10.292026.03.15Unity
Unity[Unity 6] Japanese character encoding issue (squares are displayed) Things I want to do This explains how to fix the issue where squares appear instead of Japanese characters when tryi...2024.10.282026.03.15Unity
JavaScriptChange the filter settings for Gemini in a NodeJS environment. Things I want to do Gemini has filters in place to prevent responses that are violent or sexual. We will change t...2024.10.262026.03.15JavaScript
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
BlenderOrganizing copied materials in Blender Things I want to do When you copy an object in Blender, the material is also copied and saved under a different name...2024.10.242026.03.15Blender
Unity[Unity6] Notes on creating FPS-like behavior Things I want to do I will create an FPS-like behavior in Unity that is controlled with a mouse. I will list some...2024.10.232026.03.15Unity