Tomas Tulka's Blog
Random thoughts about programming and other stuff.
Java Concurrency Made Easy
About motivation for the project Loom and some boring concurrent code as a bonus.
A Note on Animation in Canvas with WebAssembly
Giving back control of the game rendering loop to the WebAssembly module. Partly.
Learning WebAssembly Series
A series of learning texts covering the first steps with WebAssembly for complete beginners.
2D Video Game in AssemblyScript Tutorial
How to build a web-based video game from scratch with HTML canvas and AssemblyScript.
Difference between POST, PUT, and PATCH
Practical guidelines for meaningful use of the modifying HTTP methods with examples.
Spring Boot Custom Components
Let's build domain-oriented custom components with Spring Boot starters, auto-configuration and configuration properties.
How to Test Date and Time in Spring Boot
Testing temporal events in Spring Boot Java applications with JUnit 5 and Spring Boot Test.
My Favorite Esolangs
It’s Sunday, a perfect day to do something useless and impractical, yet beautiful, like esoteric programming languages.
Compiling to WebAssembly with Binaryen
Compile your own programming language to WebAssembly binary instruction format (Wasm) using Binaryen’s JavaScript API.
Rethinking API Versioning with Domain-Driven Design
How to manage breaking changes elegantly and get rid of version IDs for good by being nice to your clients.