University of the Cumberlands |Aspiring software developer

Put in the work
Building for real.

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.

now exploring01 / 03
Program.cs
using System;

class Program
{
    static void Main()
    {
        Console.WriteLine(
            "Keep going. By GloominGrow");
    }
}

Current focus C# fundamentals

01semester to go
03projects in progress
infinitequestions to answer

From the notebook

Learning journal

Small notes, honest progress, and the things that finally clicked.

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 01

My first proper project brief

Build a software application to manage inventory for a local business.

See project

What I do when I get stuck

A practical reset for the days when the error message wins.

View resume

Built while studying

Project highlights

A few practical builds that helped me turn classroom concepts into useful software.

C# / .NETBusiness app

GloominGrow POS

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.

  • Product and stock management
  • Sales flow and transaction tracking
  • Business-focused inventory logic
View project on GitHub
WebNail salon

ZenNail

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.

  • Service and pricing layout
  • Brand-centered landing page
  • Responsive web design
View live website
WebPortfolio

Personal Portfolio

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.

  • Responsive landing page
  • Navigation and content sections
  • Professional personal branding
View GitHub profile

My daily notes

Learning logbook

Track what you learned, save the wins, and keep your momentum visible.

What I learned today