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

Optimise your website JavaScript loading speed with defer

Posted on Thu 15 October 2020 in Development • Tagged with optimisation, optimise, javascript, js, website, web, performance, speed, defer, page, fast, loading, webpage, quicker

A simple way to optimise the websites loading speed by deferring javascript download


Continue reading