RSSAmplifier

Blog

Cosmin Cloud

Random articles about software development

blog.cosmin.cloudRSS feed ↗5 posts

Latest posts

Designing a backyard deck for my house

Words: 3,500 Reading Time: 15 minutes

Create a minimal C++ HTTP service with Oat++ and Bazel

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.

Useful git commands

A running list of useful git commands. (Will update as I find them)

First Steps With Scala 3

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...

Rust Logging

One key component of any robust application is being able to configure a logging framework and produce logs.