Pinned Repositories
AbstractPolimorphism
Exercise following C# course instructions, to learn about file streaming.
Article
This repository was created on purpous of serving as an example for the balta.io blog article.
Bhascara
Exercise following Python course specifications, to calculate Bhascara formula.
blog
BlogAspNet6
Blog Web API, ASP.NET MVC Web API implementation, using Json file, and stored on SqlServer database. This was made by following C# ASP.NET 6 fundamentals course from balta.io back-end career.
ContosoUniversity
Basic university web site. Users can view and update student, course, and instructor information. Folowing learn.microsoft.com tutorial: Razor Pages with Entity Framework Core in ASP.NET Core.
CourseAppChallenge
Courses web app. MVC web app to show courses list, published, with automated deploy, using GitHub Actions and Azure.
CWebStore
Web application, integrated with company's ERP, displaying a grid of goods, updating prices automatically , and providing Whatsapp integration, for a disposable packaging and cleaning products company.
RazorPagesMovies
Movie application built by following Microsoft Docs Razor Pages Movies Tutorial.
SalesWeb
Training repository. Sales Web MVC APP, focused on developing an Point of Sale program, for a company that sells packaging, disposable, and cleaning products.
crisnordev's Repositories
crisnordev/ContosoUniversity
Basic university web site. Users can view and update student, course, and instructor information. Folowing learn.microsoft.com tutorial: Razor Pages with Entity Framework Core in ASP.NET Core.
crisnordev/crisnordev
Creating my GitHub profile .README.
crisnordev/CWebStore
Web application, integrated with company's ERP, displaying a grid of goods, updating prices automatically , and providing Whatsapp integration, for a disposable packaging and cleaning products company.
crisnordev/Dictionary
Exercise following C# course instructions, to learn about Dictionary and file streaming.
crisnordev/EnumsAndCompositions
Exercise following C# course specifications, to learn about enums and compositions.
crisnordev/Exceptions
Exercise following C# course specifications, to learn about exceptions.
crisnordev/FilesExercise
Exercise following C# course instructions, to learn about file streaming.
crisnordev/HashSet
Exercise following C# course instructions, to learn about HashSet.
crisnordev/InheritanceAndPolimorphism
Exercise following C# course specifications, to learn about inheritance and polymorphism.
crisnordev/Interfaces
Exercise following C# course specifications, to learn about Interfaces.
crisnordev/LanbdaDelegatesLinq
Exercise following C# course instructions, to learn about Lanbda, Delegates and Linq .
crisnordev/MatrixExercise
Exercise following C# course specifications, to learn about The Matrix.
crisnordev/PaymentContext
Part of a payment gateway code, following C# rich domains course, where I learned how to apply OOP, DDD and CQRS concepts, building a rich payment gateway domain.
crisnordev/RazorPagesMovies
Movie application built by following Microsoft Docs Razor Pages Movies Tutorial.
crisnordev/SalesWeb
Training repository. Sales Web MVC APP, focused on developing an Point of Sale program, for a company that sells packaging, disposable, and cleaning products.
crisnordev/AbstractPolimorphism
Exercise following C# course instructions, to learn about file streaming.
crisnordev/Article
This repository was created on purpous of serving as an example for the balta.io blog article.
crisnordev/Bhascara
Exercise following Python course specifications, to calculate Bhascara formula.
crisnordev/blog
crisnordev/BlogAspNet6
Blog Web API, ASP.NET MVC Web API implementation, using Json file, and stored on SqlServer database. This was made by following C# ASP.NET 6 fundamentals course from balta.io back-end career.
crisnordev/CourseAppChallenge
Courses web app. MVC web app to show courses list, published, with automated deploy, using GitHub Actions and Azure.
crisnordev/Factorial
Exercise following Python course specifications, to calculate element factorial.
crisnordev/GreaterElement
Exercise following Python course specifications, to calculate greater element.
crisnordev/Hypotenuse
Exercise following Python course specifications, to calculate hypotenuse.
crisnordev/NIMGame
Exercise following Python course specifications, to create a NIM game.
crisnordev/NPrime
Exercise following Python course specifications, to calculate quantity of prime numbers.
crisnordev/NumberList
Exercise following Python course specifications, to list numbers.
crisnordev/Prime
Exercise following Python course specifications, to calculate prime numbers.
crisnordev/RemoveRepetedElements
Exercise following Python course specifications, to remove repeted elements.
crisnordev/TimesTable
Exercise following Python course specifications, to calculate number times table.