go

go

Go is an open source programming language that makes it easy to build simple, reliable, and efficient software
Jun
28
Precise vs Accurate on Arbitrary-precision Arithmetic

Precise vs Accurate on Arbitrary-precision Arithmetic

When Math isn't accurate in code Precise vs Accurate So here's a simple example to get you started, punch a
3 min read
Jun
17
Only inexperienced developers use infinite loops

Only inexperienced developers use infinite loops

A language agnostic look at this common programming pattern. My hope is that once you've read my post you'll never
8 min read
Nov
27
range over channels in go - Fibonacci example

range over channels in go - Fibonacci example

Fibonacci. This sequence of numbers occurs in nature, and has many uses. > In a Fibonacci sequence, each number is equal
1 min read