🌱 Digital Garden
Where my ideas grow. A permanent Work In Progress.
Where my ideas grow. A permanent Work In Progress.
This is a docker file I pushed that relies on docker caching to optimize builds:
ProgrammingSo I have a file like: --- title: Server infrastructure description: IPFS Cluster provides data orchestration across a swarm of IPFS daemons by allocating, replicating, and tracking a global pin-set distributed among multiple peers.
ProgrammingI want to customize the build process of a piece of go code. It’s dockerized. I know there are a few parameters I want to use, like -modfile that lets you change the go.
ProgrammingContext & Knowing the Current Branch https://docs.github.com/en/actions/learn-github-actions/contexts#github-context What is the difference between github.head_ref and github.ref in github actions?
ProgrammingI’m learning Rust by updating a library, this is tricky. Resources to get started Basics: https://doc.
ProgrammingI am working on porting a Go SDK to Rust. My goal right now is to figure out the I/Os of a certain SDK function and replicate it in go.
Programming