Home Projects Portfolio Dashboard Export PDF Log in

Languages

English
15

Latest Updates

Documenting code, one commit at a time.

Serde 2 posts
×
0 C# .NET Serde

Building a Foundation: Initiating the Sistema-POS Project in C#

Starting a new project is like setting the foundation for a house. If the base isn't solid, everything built on top becomes increasingly difficult to manage as the structure grows. Recently, I began working on the Sistema-POS project, a Point of Sale (POS) system designed to handle retail operations in C#.

Establishing the Scope

When building a POS system, the first and most critical phase

0 C# .NET Serde

Starting Fresh: Establishing the Foundation for CRUD-WindowsForms

Every project begins with a blank slate, and today marks the first step in the journey of building the CRUD-WindowsForms application. Starting a new repository is like standing at the base of a mountain; it is the moment where we commit to our architecture, define our patterns, and prepare the structure that will support our future features.

The Philosophy of the First Commit