Informática y Ciencias de la InformaciónInglésSquarespace

Blog - Bitfield Consulting

Blog - Bitfield Consulting
Tutorials, exercises, and articles on programming.
Página de inicioFeed RSS
language
Informática y Ciencias de la InformaciónInglés
Publicado
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.

Informática y Ciencias de la InformaciónInglés
Publicado
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.

Informática y Ciencias de la InformaciónInglés
Publicado
Autor John Arundel

Leaving a job is never easy, and it’s a consequential decision. But when it’s time, it’s time. Here’s how to escape the comfort trap, and take the next step in your career.

Informática y Ciencias de la InformaciónInglés
Publicado
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.

Informática y Ciencias de la InformaciónInglés
Publicado
Autor John Arundel

What are the best Go books this year? Read my (relatively) unbiased recommendations for the Go books you should absolutely buy and read right now, whether you’re a beginner or expert Gopher.

Informática y Ciencias de la InformaciónInglés
Publicado
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?

Informática y Ciencias de la InformaciónInglés
Publicado
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.

Informática y Ciencias de la InformaciónInglés
Publicado
Autor John Arundel

Tests are great, provided they actually test something. But are your tests too optimistic (assuming the code already works), or too persnickety (testing the irrelevant)?

Informática y Ciencias de la InformaciónInglés
Publicado
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.