Graphics reffers to graphical programming, typically referring to writing shaders or configuring rendering pipelines to acheive a particular appearance on-screen.
JavaScript is an object-oriented programming language used alongside HTML and CSS to give functionality to web pages.
Procedural generation is a technique used to generate parts of a game or interaction semi-randomly, to allow for greater replayability and design speed.
RxJS is a library for reactive programming using Observables, to make it easier to compose asynchronous or callback-based code.
shell script is a command line scripting language useful for building simple CLI tools that can run anywhere
Test Driven Development is the practice of writing tests first, then driving the implementation by making the tests.
Tooling is anything developed with the goal of accelerating further design and development.
TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.
Unity is a game engine used to develop 2D and 3D games