JavaScriptThe main language for developing code on the web.
React Forms Without State
React forms are often created with state, but this can quickly get complicated and confusing, especially with larger forms. Find out how to create React forms without state, which can help make your code easier to reason with.
TypeScript Port of Box2D Lights
I love working on the TypeScript version of Box2D Lights.
JavaScript Proxy Object
Need to provide an object without knowing which operations are applied to it and without writing them manually? No problem with JavaScript Proxy Object!
WebGL is totally underrated
I had some fun porting Box2D Lights (libgdx version) to TypeScript and WebGL.
What Is Jsx / TSX?
Anyone who has ever worked with React will know the file extension JSX (TSX for TypeScript) and the HTML-related syntax. But what lies under the hood?
Using the Browser’s Full Potential
Everyone knows how to use a browser to perform certain tasks. And yet there are problems many people might work around, because they don't know the browser’s full potential.