InformatikEnglischSquarespace

Blog - Bitfield Consulting

Blog - Bitfield Consulting
Tutorials, exercises, and articles on programming.
StartseiteRSS-Feed
language
InformatikEnglisch
Veröffentlicht
Autor John Arundel

Meditation is easy when you know what to do: absolutely nothing! It's hard at first, like trying to look at the back of your own head, but there's a knack to it.

InformatikEnglisch
Veröffentlicht
Autor John Arundel

Thou shalt not suffer a flaky test to live, because it’s annoying, counterproductive, and dangerous: one day it might fail for real, and you won’t notice. Here’s what to do.

InformatikEnglisch
Veröffentlicht
Autor John Arundel

How do you design user-friendly APIs in Rust? The answer is easy: you use them! Let’s build a simple Rust CLI tool using what I call the “magic function” approach.

InformatikEnglisch
Veröffentlicht
Autor John Arundel

Which is a better choice, Rust or Go? Which language should you choose for your next project, and why? How do the two compare in areas like performance, simplicity, safety, features, scale, and concurrency?

InformatikEnglisch
Veröffentlicht
Autor John Arundel

You can't clear your mind, or achieve bliss by sitting on a special cushion. But you can start to gently train your brain to stop craving distraction and overstimulation. In this excerpt from Monk Mode , we'll see how.

InformatikEnglisch
Veröffentlicht
Autor John Arundel

Freedom is nothing without constraints, and Go’s generics gives us a powerful way to build polymorphic types and functions constrained by type sets . Let’s geek out.