<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>Cosmin Cloud</title><link>https://blog.cosmin.cloud</link><description>Random articles about software development</description><item><title>Designing a backyard deck for my house</title><link>https://blog.cosmin.cloud/posts/diy-deck.html</link><description><![CDATA[<table>
  <tr><td>Words: 3,500</td></tr>
  <tr><td>Reading Time: 15 minutes</td></tr>
</table>]]></description><guid>https://blog.cosmin.cloud/posts/diy-deck.html</guid><pubDate>Tue, 16 Jun 2026 07:00:00 -0500</pubDate></item><item><title>Create a minimal C++ HTTP service with Oat++ and Bazel</title><link>https://blog.cosmin.cloud/posts/build-a-simple-http-service-with-bazel-and-c-framework-oat.html</link><description><![CDATA[<p>This blog post provides step-by-step instructions on how to build a minimal C++ HTTP service using the
<a href="https://oatpp.io">Oat++</a> framework.  We will jump through the hoops necessary to build this project with the
<a href="https://bazel.build">Bazel build tool</a>, which is required because <span style="white-space: nowrap;">Oat++</span> is
not built with Bazel and uses <a href="https://cmake.org">CMake</a> instead.</p>
]]></description><guid>https://blog.cosmin.cloud/posts/build-a-simple-http-service-with-bazel-and-c-framework-oat.html</guid><pubDate>Tue, 23 Jul 2024 21:27:00 -0500</pubDate></item><item><title>Useful git commands</title><link>https://blog.cosmin.cloud/posts/git-tips.html</link><description><![CDATA[<p>A running list of useful <code>git</code> commands.  (Will update as I find them)</p>
]]></description><guid>https://blog.cosmin.cloud/posts/git-tips.html</guid><pubDate>Fri, 03 Jun 2022 00:00:00 -0500</pubDate></item><item><title>First Steps With Scala 3</title><link>https://blog.cosmin.cloud/posts/first-steps-with-scala3.html</link><description><![CDATA[<p>So <a href="https://www.scala-lang.org/download/scala3.html">Scala 3</a> was <a href="https://github.com/lampepfl/dotty/releases/tag/3.0.0">released</a> on May 13, 2021.  I wanted to start writing some Scala 3 code but it turns out that <a href="https://github.com/gradle/gradle/issues/16527">Gradle doesn't support Scala 3 yet</a>.  I might be tempted to use sbt but for now let's do it like it's 1999...</p>
]]></description><guid>https://blog.cosmin.cloud/posts/first-steps-with-scala3.html</guid><pubDate>Sat, 17 Jul 2021 00:45:47 -0500</pubDate></item><item><title>Rust Logging</title><link>https://blog.cosmin.cloud/posts/rust-logging.html</link><description><![CDATA[<p>One key component of any robust application is being
able to configure a logging framework and produce logs.</p>
]]></description><guid>https://blog.cosmin.cloud/posts/rust-logging.html</guid><pubDate>Tue, 13 Aug 2019 22:53:49 -0500</pubDate></item></channel></rss>
