What I learned
The important parts were memory-level thinking in C, algorithmic complexity, data structures, SQL, web programming with HTML/CSS/JavaScript, and the discipline of solving programming problems from first principles.
After finishing the TensorFlow track, I realized that my goal was not only to train models. I wanted to build software around models. CS50 became the step where I expanded from Python-only AI work into computer science and software engineering.

The important parts were memory-level thinking in C, algorithmic complexity, data structures, SQL, web programming with HTML/CSS/JavaScript, and the discipline of solving programming problems from first principles.
CS50 helped explain why my later projects became more end-to-end: model training, APIs, databases, frontend interfaces, and deployment all require stronger software foundations.
CS50x: Introduction to Computer Science was not just a certificate item. I used it as one layer in a longer path: understand the concept, implement it in code, test it on assignments or notebooks, then connect the idea to future portfolio systems.
After finishing the TensorFlow track, I realized that my goal was not only to train models. I wanted to build software around models. CS50 became the step where I expanded from Python-only AI work into computer science and software engineering. The reason it matters on this page is that it shows the exact stage where my learning moved forward, instead of presenting education as a flat list of names.
The most important layer was not memorizing definitions; it was learning how the course concepts behave when they are turned into working code, trained models, evaluation outputs, and notebooks.
I treated the course as a practical loop: watch the theory, re-implement the assignment logic, inspect outputs, record results, and then keep the code in a public repository as evidence of the learning process.
CS50 helped explain why my later projects became more end-to-end: model training, APIs, databases, frontend interfaces, and deployment all require stronger software foundations. This page is represented as a learning foundation. Even without a separate milestone gallery here, it explains the role of the course in the larger path from programming foundations to AI engineering.
The important parts were memory-level thinking in C, algorithmic complexity, data structures, SQL, web programming with HTML/CSS/JavaScript, and the discipline of solving programming problems from first principles. I also used the course to improve how I explain technical decisions: why a model is chosen, what assumptions it makes, where it fails, and what the next improvement should be. That explanation layer is important because my goal is end-to-end AI engineering, not only passing assignments.