Ignoring hosts with python vcr when writing tests with pytest and generating cassettes

Posted on Fri 02 December 2022 in Development • Tagged with python, development, python-vcr, programming, tests, pytest, vcr

How to ignore hosts with python vcr when writing tests with pytest and generating cassettes


Continue reading

Using pyenv and pyenv-virtualenv to install Python and create a virtual environment on MacOS

Posted on Sat 29 January 2022 in Development • Tagged with python, development, pyenv, virtualenv, pyenv-virtualenv, environment, python310, programming, pip, macos, install, version

How to use pyenv and pyenv-virtualenv to install a specific version of Python and create a virtual environment with that version on MacOS


Continue reading

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