
A smorgasbord of modern .NET tech written with functional and asynchronous patterns
The Payroll Processor is an innovative HRIS application designed to simplify the management of employee payroll information. This sample application serves as a practical tool for users to access and report on crucial payroll details in a structured format. While the project originally emerged from a desire to explore various technologies and programming frameworks, it holds a significant place in the hearts of its contributors, being more than just a technical endeavor; it's a journey of learning and mastery of modern development practices.
Despite the evolution of the project and its temporary stagnation, the Payroll Processor serves as a testament to creative freedom and structured problem-solving in software development. The application blends technologies like .NET Core and Angular while focusing on essential functionalities, making it a valuable reference for aspiring developers.

Angular is a TypeScript-based open-source framework by Google for building dynamic single-page applications and cross-platform mobile apps with MVC architecture and a rich set of features.
Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites.
SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.