Latest Posts
-
C Language Unit Testing with Unity
Unit Testing with Unity in C as I’ve learned it so far.
-
Certificate and Badge
I received the certificate and badge from passing my exam yesterday!
-
CLA - C Programming Language Certified Associate
I PASSED the CLA exam today!!!
-
Learning Modern C++
As I may have mentioned in an earlier post, I’ve been reading C++ Crash Course - A Fast-Paced Introduction to learn aspects of the language that have changed since 99-04. C++11, C++14, C++17, and the current spec for C++20, ie C++2a, have changed the whole landscape of C++ programming entirely.
-
Learning Jekyll
As I continue to pursue my new adventure in software development, I keep stumbling upon many other nuances of the job that keep my attention from the actual coding. For instance, blogging on this site.
-
Getting it not so quite right...
I didn’t quite continue my foray into the embedded C realm just yet, as I put it aside to finish reading development related books and grow in other directions.
-
After Thanksgiving Adventures in Embedded Memory Management
Embedded systems can have limited resources such as memory. With this in mind, developers try to maximize the size and performance of their code not only at compile time, but at link edit/load time, and runtime as well.
-
Welcome to my new blog!
So this is the start of my new coding blog! This initial post will be changing until i understand jekyll just a little more.