39 articles tagged with dev
1st of November, 2023 · Updated on 12th of November, 2023 · Tagged with dev, rust
Cursed Rust: Printing Things The Wrong Way
There is a famous story about a physicist during an exam at the University of Copenhagen. The candidate was asked to describe how to determine a skyscraper's height using a barometer. The student suggested dangling the barometer from the building's roof using a string and then measuring the length o… More »
25th of October, 2023 · Tagged with dev, rust
Deploy Rust Code Faster
I've come a long way in my tech journey, from dealing with bare metal servers to exploring the world of cloud computing. Initially, it seemed so straightforward – spin up a server, deploy a container, and you're done. But as I delved deeper, I realized that the ease of infrastructure is not as simpl… More »
3rd of November, 2022 · Tagged with dev, rust
A Reader Mode Proxy for the Slow Web
Reader showing an article in light and dark mode. tl;dr: I built a service th… More »
5th of October, 2022 · Tagged with dev, rust
zerocal - A Serverless Calendar App in Rust Running on shuttle.rs
Every once in a while my buddies and I meet for dinner. I value these evenings, but the worst part is scheduling these events! We send out a message to the group. We wait for a response. We decide on a date. Someone sends out a calendar invite. Thi… More »
31st of May, 2021 · Tagged with dev, rust
How Does The Unix `history` Command Work?
In which we learn about the intricacies of the Unix `history` command, rewrite it in Rust and throw it away again in the end as we uncover the truth. More »
14th of September, 2020 · Updated on 14th of April, 2021 · Tagged with dev
My Blog Just Got Faster: Cloudflare Workers and AVIF Support
Did I mention that this website is fast? Oh yeah, I did, multiple times. It's never fast enough, so today I go one step further by adding support for the new AVIF image format to the blog. The results were suprising. More »
2nd of July, 2020 · Updated on 11th of October, 2021 · Tagged with culture, dev
What Happened To Programming In The 2010s?
How has programming changed in the 2010s? You'd roughly need a decade to talk about all of it, but let me pick out some of the highlights. More »
29th of May, 2020 · Tagged with dev
Gravity
Here's a test to check your age: Do you still remember that funny JavaScript gravity effect, which Google used on their homepage ten years ago? More »
17th of October, 2019 · Updated on 15th of February, 2022 · Tagged with dev, oss, rust
A Tiny, Static, Full-Text Search Engine using Rust and WebAssembly
I wrote a basic search module that you can add to a static website. It's very lightweight (50kB-100kB gzipped) and works with Hugo, Zola, and Jekyll. Only searching for entire words is supported. Try the search box on the left for a demo. The code is on Github. Static site generators are magica… More »
21st of March, 2019 · Tagged with business, culture, dev, oss
Maybe You Don't Need Kubernetes
Kubernetes is the 800-pound gorilla of container orchestration. It powers some of the biggest deployments worldwide, but it comes with a price tag... More »