Analyze the Internet in Seconds! This is one of those tools that can be used for good or evil I guess. Shodan is a search…
Just another software engineer in this world.
Analyze the Internet in Seconds! This is one of those tools that can be used for good or evil I guess. Shodan is a search…
One of the more unique tools out there is Compiler Explorer. This tool allows you to write code in a variety of programming languages and…
Why is Google building a new RTOS called Fuchsia? Unlike Chrome OS and Android, which are based on the Linux kernel, this OS is based…
My primary test framework for C++ projects is Google Test due to its heavy support for mocking and other advanced features. I also really like the fact that…
Catch is one of my favorite unit-test frameworks for C/C++ and it just got better with the release of Catch2. This header-only framework is extremely…
Need a modern and extremely powerful C++ library for cross-platform development? POCO is certainly a great choice and it has extensive support for networking, strings,…
I often find myself writing code that has to run on multiple desktop and mobile platforms. This makes C/C++ my goto language for high portability.…