Explore >> Select a destination


You are here

buf.build
| | galowicz.de
3.6 parsecs away

Travel
| | Most big C++ projects lack a clear structure:They consist of multiple modules, but it is not as easy to create individuallybuildable, portable, testable, and reusable libraries from them, as it is withprojects written in Rust, Go, Haskell, etc.In this article, I propose a C++ project structure using CMake that makes iteasy to have incremental monorepo builds and a nice modular structure at thesame time.
| | earthly.dev
7.6 parsecs away

Travel
| | This tutorial explains how to use Pants, a monorepo tool, to build, configure, and manage a Python monorepo. It covers setting up the project, defi...
| | www.salvis.com
6.1 parsecs away

Travel
| | Database centric development
| | bartlomiejmika.com
70.6 parsecs away

Travel
| Did you just finish reading the gRPC Basics tutorial and you dont know where to begin with using it? In this post Ill explain how to take a fast time-series database called tstorage and write a gRPC server and client with it.