The author recounts their journey through programming languagesâstarting with ActionScript to solve early browser quirks, then shifting to JavaScript when Node.js enabled serverâside scripting; they note how PHP and Perl fell behind while JavaScript gained dominance. They touch on learning other languages (Python, Rust, C/C++), remarking that each offers its own strengths, but JavaScriptâs ubiquity remains key. The post also reflects on objectâoriented design in Java versus the more lightweight approach of JavaScript, and concludes with a practical suggestion: use Electron Fiddle to build a simple desktop environment (taskbar, windows, apps) as a learning exercise for combining HTML/CSS/JS into a cohesive UI.






















