Advanced Python Tips for Development – explore 15 advanced Python tips that can help improve your development workflow and make your code more efficient.
Postgres: The Graph Database You Didn’t Know You Had – PostgreSQL can be used for a wide range of sometimes surprising database needs. This post explains how to store graph data in Posgtres.
Replace dockerfile with dagger – Dockerfile is ubiquitous, but if you’d rather write container build scripts in other languages then Dagger allows that and lots more. Nice example.
Makefile tricks for Python projects – a bunch of handy tricks for writing more powerful Makefiles for Python projects.
10 Small Search Platforms: Powerful Alternatives to Elasticsearch, OpenSearch, and Solr – a nifty list of (mainly) open source search engines beyond the big names you’re probably familiar with.
Bingo – is billed as “go get, but for binaries”. It’s a Go specific tool used to install specific versions of Go executables, ideal for reproducible development environments.
10 Best Tools to Monitor SSL Certificate Expiry – Expiring SSL certificates is an all-too-common problem, and worth setting up monitoring to avoid. This post looks at a wide range of services to help.
jless – jless is a handy command line tool for reading, exploring and searching through JSON data.