BVBohdan Vanieievinwarchantua.hashnode.dev·Dec 22, 2025 · 3 min readHow to create your own custom Bitcoin signetA custom Signet allows you to create a private Bitcoin network where block validation requires a digital signature from a key you control. This offers a stable, predictable test environment compared to standard Testnet or Regtest. 1. Build Bitcoin Co...00
BVBohdan Vanieievinwarchantua.hashnode.dev·Oct 25, 2023 · 4 min readSupabase and GitHub App Authentication done rightEver wondered how to use GitHub to authenticate on your site? Or why your provider_refresh_token was null when using OAuth GitHub authentication for your Supabase backend? In this article, I share how I was able to configure Supabase and GitHub App (...00
BVBohdan Vanieievinwarchantua.hashnode.dev·May 3, 2023 · 3 min readHow to use tox 4 with pyenv and poetry?If you're a Python developer who uses tox, pyenv, and poetry in your projects, you may have encountered an issue when trying to use tox>=4, tox-pyenv>=1.1.0, and pyenv-win>=3.1.1 (or the Linux version of pyenv) together. This issue is caused by tox 4...00