Skip Navigation
Automated local developer setup using VMs
  • Have you looked into devcontainers? Could be a good option.

    We use tilt right now for running the apps themselves. Haven’t delved into virtualized dev environments yet. We’re a Mac shop so we just have a list of brew commands to run. And for some critical tools they are invoked through docker so no cli install needed.

    We have a file that houses the version and everything is done through a Makefile. So on the next main pull people will always invoke the correct version of a build tool.

  • Go 1.21 Release Candidate
    go.dev Go 1.21 Release Candidate - The Go Programming Language

    Go 1.21 RC brings language improvements, new standard library packages, PGO GA, backward and forward compatibility in the toolchain and faster builds.

    Go 1.21 Release Candidate - The Go Programming Language

    Go 1.21 RC released today. Some really interesting new additions. I'm pretty excited to see the map and slice package additions that contain a lot of generic methods. Will be nice not to have to maintain my own going forward.

    0
    InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)NI
    nickel @programming.dev
    Posts 1
    Comments 2