Resolution 2025
Prioritize the attainable over that which is merely possible. After all, as a famous proverb states, one in the hand is worth more than two in the bush.
Prioritize the attainable over that which is merely possible. After all, as a famous proverb states, one in the hand is worth more than two in the bush.
Implementing resource management within software has been a problem faced by developers for decades. Conventions such Resource Allocation is Initialization (RAII) and language features such as Rust’s ownership concept are attempts at addressing the resource management problem. Deciding between returning a byte[] or Stream object from a C# method requires thoughtful consideration. There is a […]
In an effort to develop and maintain skills, I read the following books in the last three months: Gookin, Dan. Programmer’s Guide to nCurses Klabnik, Steve and Carol Nichols. The Rust Programming Language van Rossum, Guido. The Python Tutorial