Designing a backyard deck for my house
Words: 3,500 Reading Time: 15 minutes
Random articles about software development
Words: 3,500 Reading Time: 15 minutes
This blog post provides step-by-step instructions on how to build a minimal C++ HTTP service using the Oat++ framework. We will jump through the hoops necessary to build this project with the Bazel build tool , which is required because Oat++ is not built with Bazel and uses CMake instead.
A running list of useful git commands. (Will update as I find them)
So Scala 3 was released on May 13, 2021. I wanted to start writing some Scala 3 code but it turns out that Gradle doesn't support Scala 3 yet . I might be tempted to use sbt but for now let's do it like it's 1999...
One key component of any robust application is being able to configure a logging framework and produce logs.