nodejs

Debugging Node.js server code in Visual Studio Code

The purpose  Debug an HTTP server implemented in Node.js using Visual Studio Code. environment Node.js v20.16...
nodejs

Using port 80 with Node.js on Windows

The purpose  The following article launched an HTTP server using Node.js. I read that using Node.js on a Unix-li...
nodejs

Creating a server (module) in Node.js(module)

The purpose  I will create an HTTP server using Node.js. The implementation will use ESM (import) instead of CJS...
PR
Unity

【Unity6】Using the button without setting it up in the Inspector

The purpose  The following article uses buttons set via the Inspector. However, since the buttons are not used w...
Unity

【Unity6】Support for garbled Japanese characters(□ is shown)

The purpose  Troubleshooting Japanese character display issues in Unity's GUI (square boxes instead of text). ...
Uncategorized

Modifying the Gemini filter settings in a NodeJS environment

The purpose  Gemini has filters in place to prevent it from generating violent or sexually explicit content. We ...
nodejs

Gemini and Node.js Playground Summary

The purpose  This is a summary of articles that use Gemini, Google's AI, with NodeJS. Official Art...
Blender

Organizing copied materials in Blender

The purpose  When you copy an object in Blender, its materials are also copied and saved with a new name. While you ...
Unity

【Unity6】Notes on Creating FPS-like Behavior

The purpose  I'm creating FPS-like movement controlled by the mouse in Unity. I'll list the creation process and ...
Unity

【Unity6】Importing Blender objects into Unity

The purpose  Importing a simple 3D object (no rigs) created in Blender into Unity. Notes below. Environment ...
Copied title and URL