Limitless Containers without dynamic memory allocation in C/C++.
Lists, FIFOs, dictionaries, maps, etc. are handy-dandy data structures when designing and implementing code. However, most container implementations either use […]
Lists, FIFOs, dictionaries, maps, etc. are handy-dandy data structures when designing and implementing code. However, most container implementations either use […]
My first response is a yet more questions. Is the question why is writing software hard about an individual software […]
This posting is the first in a series of postings (okay rants) on what goes wrong with software development, my […]
Visual Studio is one of the better C/C++ source code editors available today that provides Intelligent Code Completion and source code […]
In my book — Patterns in the Machine: A Software Engineering Guide to Embedded Development — I discuss the Main Pattern. The Main Pattern states […]
The Pico-Sketch application is an etch-a-sketch like game running on the Raspberry Pi Pico using the Pimoroni Pico-Display as the user interface. Why does the world need 1.14″ […]
Colony.Pico is my Github repository for Raspberry Pi Pico projects that are built using the Raspberry Pi Pico C/C++ SDK and the Colony.Core […]