Electron.js
Notes on Electron.js architecture, processes, IPC, APIs, packaging, and security.
Notes on Electron.js architecture, processes, IPC, APIs, packaging, and security.
GSAP (GreenSock Animation Platform) is a JavaScript animation library for
Personal reference notes on React — core concepts, hooks, patterns, and gotchas.
Personal reference for regular expressions, focused on JavaScript usage.
Three.js is a JavaScript library that wraps WebGL (and can target WebGPU) to make building 3D graphics for the browser dramatically easier. Instead of writing raw shaders and buffer management, you work with a scene graph made of familiar objects: cameras, lights, meshes, and materials.