- Ukraine
Lists (4)
Sort Name ascending (A-Z)
Stars
Small console-based post-apocalyptic text RPG written in C# targeting .NET 8.
Solutions to coding problems from Cracking the Coding Interview (6th Edition) by Gayle Laakmann McDowell.
Solutions to coding problems from Cracking the Coding Interview (6th Edition) by Gayle Laakmann McDowell.
A collection of LINQ tasks and solutions in C#, designed to practice and demonstrate powerful data querying techniques with real-world examples.
Solutions to coding problems from Cracking the Coding Interview (6th Edition) by Gayle Laakmann McDowell. Chapter 1: Strings and Arrays
A collection of small C# projects solving various algorithmic problems, grouped into one Visual Studio solution.
Solutions to coding problems from Cracking the Coding Interview (6th Edition) by Gayle Laakmann McDowell.
Python tasks from book: "Python Programming with Examples and Problems" by Alexey Vasiliev, 2021. Development of this repository has been paused.
Small ASP.NET Core MVC sample demonstrating basic Dapper usage with SQLite and a simple CRUD UI using Razor views.
Hotel booking app built with ASP.NET Core (backend) and React + TypeScript (frontend). Uses an in-memory database for quick testing and Docker for easy deployment.
An ASP.NET Core Minimal API providing search endpoints with Swagger documentation and AutoMapper integration. Hosted in Azure App Service.
A React + TypeScript single-page application featuring debounced search and Axios API calls. Hosted in Azure Static Web Apps.
An ASP.NET Core 8 Web API for managing customer data. Hosted in Azure App Service.
A React + TypeScript application using Ant Design for UI components. Hosted in Azure Static Web Apps.
Simple workout tracker built with ASP.NET Core MVC, Entity Framework Core, and SQL Server. Displays training history and activity trends using Chart.js.
A command-line utility designed for efficient comparison of two Windows directories.
A simple C# console app to calculate how long it will take to save up for a goal based on an initial amount, target amount, and monthly deposit.