Adding Docker secrets to existing images
Self Review
Review your own code before asking others to
Minifying Docker Images
Making your Docker images smaller and reducing attack surfaces
You’re Doing Cli Passwords Wrong
Stop putting passwords into your shell commands!
“Bash”
Why you should always quote Bash variables
Useful Bash Options
Helpful options that you should include in all Bash scripts
Dry Code Is Brittle Code
Stop drying your code out so much
Opaque Types
Hiding the implementation details and values of your types
Monads for the Dysfunctional
Since React took off, Functional Programming has really taken off and is being used in more places. Not one to get left behind I tried learning it and applying it in as many places as I could 5 or 6 years ago but quickly realized it wasn’t for me. I’m not going to get into all the reasons for that since most of them are just preference but the big reason why I keep my usage of Functional concepts to somewhat of a minimum is that it makes things overly complicated in many cases.
More Kwargs Please!
You don’t need positional arguments