←
Home
Tags
Archive
Search
Life Stack
Subscribe
Daniel Low
I write about
things
I find interesting. Usually they are related to
travels
,
programming
,
puzzles
,
food venues
, and
other random things
.
Using the reflect package
devlog
golang
intermediate
programming
reflect
694 words · 4 minutes read
Anti pattern: turning struct into interface
coding-design
golang
programming
376 words · 2 minutes read
Struct embedding as implicit composition
Inheritance through composition in golang, kinda.
beginner
coding-design
golang
java
programming
678 words · 4 minutes read
An example of leaky abstraction
An example of leaky abstraction
golang
software-design
153 words · 1 minute read
8 Weeks into Java and Scala
Some thoughts on getting starting and how it compares with golang
golang
java
languages
programming
scala
thoughts
683 words · 4 minutes read
Configuring Structs
golang
80 words · 1 minute read
More about struct allocation
Some notes on struct
beginner
golang
gotcha
programming
168 words · 1 minute read
Accept Interface Return Struct
beginner
golang
395 words · 2 minutes read
Concurrency Primitives
golang
182 words · 1 minute read
Forking golang library
golang
725 words · 4 minutes read
Errors and nil
golang
140 words · 1 minute read
Go Proverbs
golang
471 words · 3 minutes read
Getting around generics in Golang
How to deal with no generics
golang
gotcha
intermediate
programming
reflect
823 words · 4 minutes read
The case for typed variables
Should you assign types manually?
beginner
golang
programming
398 words · 2 minutes read
Mocking with callback hell
A rant about how writing callbacks make mocking difficult
golang
453 words · 3 minutes read
Introducing Explosm RSS
Writing a better RSS feed for explosm comic
app-engine
golang
projects
rss
386 words · 2 minutes read
A slice gotcha in golang
An unexpected behaviour
beginner
golang
gotcha
programming
392 words · 2 minutes read