Golang

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 →

Maybe what you need is not floating-point numbers

There are many features in programming languages that are prone to problems and should be used with caution. One of the most famous examples is the goto operator. Floating-point numbers should also be considered as such features.

2023.02.26. Tags: Golang

Read more →