Getting started with TinyGo and WebAssembly (WASM)

Posted on Fri 23 October 2020 in Development • Tagged with go, golang, tinygo, web, webassembly, wasm, assembly, js, javascript, html, browser, macos, code, development, embedded, programming, language

This tutorial explains how to call a method written in Go and compiled to WebAssembly (WASM) from JavaScript by using TinyGo


Continue reading

Python 3.9 introduces removeprefix and removesuffix

Posted on Sun 11 October 2020 in Development • Tagged with python, development, python39, programming, version, language, strings, manipulation

A quick tutorial to removeprefix and removesuffix methods which have been introduced with Python 3.9.0


Continue reading