Summary: Using linters and auto-formatters can ensure consistent and uniform code, improve code reviews, and eliminate trivial issues. Examples of linters and formatters for Python and JavaScript.
Summary: First steps in using Electron to package a simple web app for Windows.
Summary: Building a map viewer for the retro video game Syndicate.
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.
Summary: First steps with the Web Speech API, which allows for text-to-speech synthesis in web applications.