Classes stopped feeling like magic.
I finally connected the dots between fields, constructors, and methods. The breakthrough was building a tiny console app instead of just reading another tutorial.
Read entry 01University of the Cumberlands |Aspiring software developer
My name is Yiyathat Todd Vong, I am learning to build software applications and improving my skills in C# and other technologies to help enhance my fiance business to run smoothly and efficiently.
using System;
class Program
{
static void Main()
{
Console.WriteLine(
"Keep going. By GloominGrow");
}
}
Current focus C# fundamentals
From the notebook
Small notes, honest progress, and the things that finally clicked.
I finally connected the dots between fields, constructors, and methods. The breakthrough was building a tiny console app instead of just reading another tutorial.
Read entry 01Build a software application to manage inventory for a local business.
See projectA practical reset for the days when the error message wins.
View resumeBuilt while studying
A few practical builds that helped me turn classroom concepts into useful software.
A small business inventory and point-of-sale system designed to help manage products, stock levels, and daily sales workflow. This project strengthened my C# skills in data handling, structure, and practical business logic.
A salon website I built for my fiancée to showcase services, pricing, branding, and an elegant online presence. It helped me practice responsive front-end design and real-world business website structure.
This website was built to present my learning journey, technical growth, and resume in one place while practicing HTML, CSS, and front-end layout design.
My daily notes
Track what you learned, save the wins, and keep your momentum visible.