←
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
.
bubble sort and tetrahedral numbers
What does the implementation for sorting a table by column have to do with the tetrahedral numbers?
maths
programming
696 words · 4 minutes read
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
Monadic Boolean 2
A nicer way to log and compose predicate
coding-design
programming
scala
273 words · 2 minutes read
Confusing syntax sugar
Trying to use two different monads in for-comprehensions does not work
programming
scala
480 words · 3 minutes read
Monadic Boolean
Combining several boolean predicates easily
coding-design
programming
scala
1050 words · 5 minutes read
Strategy Pattern
Some thoughts on strategy pattern
design-pattern
java
programming
435 words · 3 minutes 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
Java variance, covariance
A post on this needs to exist
beginner
java
programming
569 words · 3 minutes read
Comprehension with filtering
all, and using filtering
programming
python
202 words · 1 minute read
Kata: count in order
How to show functional way of thinking
kata
programming
python
209 words · 1 minute read
How to do common tasks in Java
A week into doing java
beginner
how-to
java
pattern
programming
890 words · 5 minutes read
Getting started with scala again
Proper start this time
beginner
how-to
programming
scala
538 words · 3 minutes read
More about struct allocation
Some notes on struct
beginner
golang
gotcha
programming
168 words · 1 minute 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
A slice gotcha in golang
An unexpected behaviour
beginner
golang
gotcha
programming
392 words · 2 minutes read