As a software engineer in the age of AI, when machine produces code faster than any human, mastering the foundations of science and engineering is a must, to supervise, correct and refine the output to get the highest quality.
- Mizton's Blog: All technical articles and their corresponding code examples.
- Minimalism: Projects are intentionally small, focusing on demonstrating mastery of a specific domain or concept.
- C & C++: A dedicated focus on these languages, often comparing implementation differences between the two.
- Languages: C and Modern C++.
- Build Systems: CMake for robust projects; simple Bash scripts for lightweight examples.
- Testing: Focused on minimalist, manual testing suites to keep dependencies at zero.
- Database: SQLite—the default choice for its flexibility, power, and zero-configuration requirements.
I welcome feedback, advice, and contributions from those who share a passion for bare-metal development.
- Fork & PR: Feel free to submit improvements, fixes, or documentation updates.
- The Minimalist Rule: Avoid external dependencies unless they are absolutely critical to the project's core functionality.
- Licensing: All repositories use The Unlicense, placing the code into the public domain for your freedom and use.