How to integrate Shiki with mdsvex.
How to integrate Shiki with mdsvex.
Dan Abramov wrote an excellent piece on how the AT Protocol works.
How to add CSS classes to the body tag of a Svelte project.
I came across a way to make embroidered charts using R, and decided to reimplement the technique in Python.
While working on refreshing my cookiecutter-pyproject repository, I ran into a ModuleNotFoundError when running my tests with pytest. Here’s how I fixed it.
canine: A Developer-friendly PaaS for your Kubernetes.
ty: An extremely fast Python type checker and LSP.
I’ve been spending more time in Discord lately, and I’ve been wanting a way to see the status of my Todoist tasks directly in Discord.
Managing deprecations oftentimes requires a lot of manual work and communication. But what if we could automate this process instead?
I’ve recently started writing more Go, and one pattern I miss from Python is context managers, which are especially useful when doing IO.
A quick how-to for installing Go tools globally.
In working with Playwright, sometimes you need to search for an element like a button or dropdown that might have one of several attributes.
How to automating the management of a GitHub organization using infrastructure-as-code tooling.
How does the python pathlib library use the forward-slash character to construct paths?
How to setup fbprophet on Windows 10.
Using reflection to handle constructing dynamic objects.
Brief definitions for engine, session, ORM, etc.
Linux comes equipped with a handy utility aptly called join which performs join operations on text files.
A common choice for manipulating and processing large text files on UNIX systems is awk. I was using awk in March of 2017 and thought it would be helpful to have a list of awk built-in variables for future reference.