Home Projects Portfolio Dashboard Export PDF Log in

Languages

English
15

Latest Updates

Documenting code, one commit at a time.

NuGet 4 posts
×
0 C# .NET NuGet

Building Classic Arcade Mechanics with .NET

Rediscovering Retro Logic

Sometimes the best way to sharpen your object-oriented design skills is to strip back the complexity of modern web frameworks and build a classic. We recently worked on the Snake-Consola project, an implementation of the legendary arcade game using C# and the .NET ecosystem.

The Design Challenge

Building a grid-based movement system might seem

0 C# .NET NuGet

Maintaining Clean Repositories in .NET Projects

Keeping the Workspace Tidy

Every developer knows the frustration of a cluttered project directory. Whether it is lingering build artifacts, temporary log files, or unneeded IDE configurations, unnecessary files can slow down local builds and make repository navigation feel like a chore.

Completing the Billing Cycle: Implementing Point of Sale Features in .NET

Building a functional Point of Sale (POS) system requires more than just a database; it requires a robust architecture capable of handling transactional integrity while maintaining a clean user experience. In the final phases of development for the JuanIHerrera/Sistema-POS project, the focus shifted to completing the core billing and invoicing module.

The Complexity of POS Transactions

Starting Fresh: Establishing a Solid Foundation in .NET

Every project begins with a single commit. For the Registro-con-ASP.NET project, that first step was about setting up the foundation for a registration system built on the powerful .NET framework. When starting a greenfield project, the most important task isn't building features—it's establishing a reliable architectural structure.

The Anatomy of a New Project

Starting a web application