Overview
News
Technologies
Salaries
Products
People
Growth
Offices
Financials
Overview
Skip to content Home About me Works Privacy Policy My name is Marius Bancila, I am a software architect, author, and speaker from Timisoara, Romania. I have been developing desktop applications for almost two decades, using different technologies and languages, primarily with C++ and C#.
News
cppdashboard.dev - The aggregator of what matters in C++ right now
I am excited to announced I launched cppdashboard.dev, a website that aggregates the activity of the C++ community into one place. This is something I have planned for a while and modern tools finally allowed me to make it possible. What does it do The we
Read more
Report
The PImpl idiom and the C++26 std::indirect type
PImpl (which stands for Pointer to implementation) is a programming tehnicque to remove implementation details from a class by placing them in a separate class that is accessed through an opaque pointer. Its purpose is to separate interfaces and implement
Read more
Report
Improvements to std::format in C++26
The C++26 standard features a series of improvements to the format library. In this article, we will look at the most important of them. Printing an empty line Prior to C++26, printing an empty line had to be done like this: std::print("n"); In C++26, std
Read more
Report
Multiplying matrices in C++
I have recently come across a (click-bait) post on X claiming that multiplying two 10001000 matrices in Python was several times faster than in C++ or other languages. So how do you multiply matrices in C++? Let's see. First of all, how do you multiply ma
Read more
Report
Universally Unique Lexicographically Sortable Identifiers (ULIDs)
In my previous post, I talked about time-based universally unique identifiers - UUID v7 for short. An alternative to UUIDs (especially to version 4) is the ULID, which stands for Universally unique Lexicographically sortable IDentifier. These are similar
Read more
Report
Pro access
Upgrade to see all 39 mentions
Upgrade to a paid plan to read every media mention of this company - funding news, awards, product launches and press releases from all the outlets writing about it.
Every media mention and press release
Funding news, awards and product launches
Fresh coverage from every outlet writing about the company
Upgrade now
Cancel anytime. Secure checkout. Instant activation.
