Articles tagged with: Development

Course Review: Building with Bazel

Summary: Review of the course 'Building with Bazel'.


Trying Electron for packaging web apps

Summary: First steps in using Electron to package a simple web app for Windows.


Syndicate Map Viewer

Summary: Building a map viewer for the retro video game Syndicate.


Parsing HTML and XML in Javascript

Summary: The search for a library to parse HTML and XML in JavaScript. Showcases a NodeJS code example using various packages to fetch and parse a webpage.


Python Hashbang/Shebang

Summary: The use of hashbangs or shebangs in Python scripts.