How to safely store Arduino secrets

Posted on Wed 16 December 2020 in Development • Tagged with arduino, secrets, secret, security, password, passwords, storage, howto, safe, hide, secure

Best practices to store Arduino secrets safely


Continue reading

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

Set specific environment variables activating a Python virtual environment

Posted on Fri 16 October 2020 in Development • Tagged with set, environment, variables, activate, python, virtual, terminal, bash, zsh, env, dotenv, script

How to set specific environment variables when we activate a Python virtual environment


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