Skill focus
C++
C++ is part of my computer science coursework and a skill I am actively turning into portfolio projects that show fundamentals, not just tool familiarity.
C++GitVS CodePowerShellGitHub
How it helps in an office
While C++ is less common for everyday office automation than Python or Power Automate, learning it strengthens problem solving, memory awareness, debugging discipline, and the ability to reason through how programs actually work.
Practical examples
- Build small command-line utilities that read, process, and write files.
- Practice sorting, searching, arrays, linked structures, and other core concepts.
- Use GitHub to document project goals, source code, and lessons learned.
- Connect algorithm practice to data validation, reporting utilities, and systems thinking.
What I focus on
algorithms
debugging
data structures
command-line programs