Posts in category "programming"

Templating your class hierarchy partially for testing in C++

Read more

Using basic type-level programming to add templates to only some classes.

The hacker mentality

Read more

The good ones. The ones who build stuff, not break them.

Structuring your first Haskell project with Stack

Read more

Stack 101. Code structure, Toolchain, dependencies, the whole nine yards

Speeding up Haskell CI builds with Nix and Docker

Read more

Build required haskell packages in advance for CI

Practical Monad Transformers

Read more

Real-code examples of usages.

Using self-signed certificates with ElasticSearch on Scala/Java

Read more

Definitely not trivial

Calling Golang functions from Haskell

Read more

Exploring Dynamic and Static linking