Do it with bazel

Hello community! Over the past few years bazel has become my preferred build tool and I figured I’d do a post on how to get started with Bazel. This is more of a “Hello World” article than a discussion of the trade offs. Covering the tradeoffs of between bazel and another tool like cmake would be a much more detailed article. Instead my hope with this article is just to inspire curiosity by giving a light intro.

Read More

Benchmarking and Testing

Have you ever had a piece of code you wanted to optimize but you also want to confirm it has the same results when you’re done?

Read More

Datamash

Hello everyone! Have you ever been on your command line and had some data you wanted to know more about?

Read More

More const voodoo

Hello everyone! I’m back with another post about const. Recently, I’ve learned of a strange behavior when it comes to const qualified member functions.

Read More

Const!

Hello everyone! To get this blog started I’ll be kicking off with a repository I created recently that includes some details about const I’ve come across in my time using C++.

Read More