Latest PostsA chronological list of posts on this blog
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.
Mozilla Workshop Summary
I attended a workshop at Mozillas office in London on the topic of Manifest V3 and the future of the Recommended Extensions Program.
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.