Tomas Tulka's Blog
Random thoughts about programming and other stuff.
WebAssembly Serverless Computing from Scratch
Humble proof of concept of a serverless computing platform in Node.js based on the idea of nanoprocesses.
Serverless Is Not Just Lambda
Let’s take a look at the serverless AWS offerings that will save us a lot of money and effort.
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.
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.