TIL: Ignoring other people's gits
One of the tricks that I've learned over the years is that if you're working in someone else's repo, git can be kind of annoying. Not in a bad way,
One of the tricks that I've learned over the years is that if you're working in someone else's repo, git can be kind of annoying. Not in a bad way, but in a way where, for instance, maybe you want to keep a notes file so that you can keep
TYL: npx setup-trusted-publishing
That's Today You Learnt instead of Today I Learned, enjoy!
That's Today You Learnt instead of Today I Learned, enjoy!
TIL: Docker build target
neat docker trick I just learned: will pull the image by default, but build to a specific target if --build is passed or docker compose build so you can use
neat docker trick I just learned: will pull the image by default, but build to a specific target if --build is passed or docker compose build so you can use target to stop at different places in one build context if you have like a web container, a queue container,