30 simple tricks to level up your Python coding – You can write nonidiomatic (non-Pythonic) Python programs. It’s less readable, but odds are good it’ll work. Still, if you want to avoid annoying future coders who see (and judge, possibly harshly) your work, you might want to consider Yong Cui’s 30 tips for idiomatic Python development.
How to use pandas read_html to scrape data from HTML tables – Here’s a step-by-step tutorial on how to use the pandas read_html method for scraping data from HTML.
Running Go on the browser with WebAssembly and TinyGo - Mariano Gappa offers a tutorial using his Go chess API project cheesse as a WebAssembly binary, compiled using TinyGo, so JavaScript could use it without a server. If you’re thinking of exposing a Go API to JavaScript, this one’s for you.
Object Ordering in Go – Order between objects is done by comparing them, but comparison is also used for equality check, which can have various meanings. Go is very strict about the comparison operators, and allows to use them only in a limited number of cases. Additionally, Go explicitly chose not to permit operator overloading (probably justifiably). As a consequence, defining order between objects generally requires defining an order function. This makes Go very safe, with a tradeoff on usability and readability. In this post, we’ll discuss orderings and comparisons in general, ordering approaches in Go, and how the order library can help.
A detailed look at improving the performance of disk encryption in Linux.
A practical guide to writing technical specs – Writing a technical spec increases the chances of having a successful project, service, or feature that all stakeholders involved are satisfied with. It decreases the chances of something going horribly wrong during implementation and even after you’ve launched your product.
K3s – Lightweight Kubernetes. Easy to install, half the memory, all in a binary of less than 50mb. github.
An SRE’s guide to Memcached – Here’s how Memcached can help you effectively build scalable applications and infrastructure.
Learn regex the easy way – a guide to regular expressions.
GitOps - A Security Perspective (Part 1) – Learn about GitOps and Kubernetes security in this new series.
Music for coding: 50 Spotify playlists for developers - an open source plugin that curates and launches playlists for coding right from VS Code.
Ever dreamed of a free and open-source resume builder that doesn’t store your data? Meet Reactive Resume! – resume builder that keeps your privacy in mind.