Posts

Posts on aspects of various interesting things and my developments

How to make Go, WebAssembly and TypeScript work together

Recently in one of my pet projects I added Go code compiled in WebAssembly (WASM) for client-side execution. The interface is made with Svelte with TypeScript, and the logic is implemented in Golang. As a result, I got an interesting experience that I want to share: how to make Go, WebAssembly and TypeScript work together.

2023.11.29. Tags: Golang, Development History, Case

Read more →

Image processing in Hugo

The image processing system in Hugo was an interesting discovery and I really liked it: it’s quite powerful and functional, but it also has a simple interface that allows you to customize it with a few lines of code. It also supports WebP, an image format that I also really like.

2021.06.22, updated 2023.01.03. Tags: Hugo

Read more →

Development history: Octava Page

Octava Page is a web application for novice musicians that helps to understand the notes.

2021.05.31, updated 2023.01.07. Tags: Development History, Case

Read more →