Pinned Repositories
AlgorithmsAndDataStructuresMiscellaneous
AlgorithmsAndDataStructuresPart1
The core data structures and algorithms that are the building blocks of applications everywhere. You will learn how they work and see real-world examples that you can apply to your next project.
ArkadiyShuvaev
BenchmarkSourceGenerator
This benchmark includes deserialization/serialization tests for source code generator, standard System.Text.Json, and Newtonsoft.Json library
DevelopingAsyncASP.NETCore6WebAPI
Pluralsight course: Developing an Asynchronous ASP.NET Core 6 Web API
durable-message-queue
A durable message queue library based on the Redis reliable queue pattern and LUA scripts
Knowledge-Graphs-for-RAG---Neo4j
A deeplearning.ai's course "Start enhancing the performance of LLMs with knowledge graphs"
LambdaNet7CustomRuntime
This includes application compiled using .NET 7 native AOT. .NET 7 is the latest version of .NET and brings many performance improvements and optimizations.
llm-zoomcamp-smart-mail
Final project of the LLM Zoomcamp course: https://github.com/DataTalksClub/llm-zoomcamp. LLM Zoomcamp - a free online course about real-life applications of LLMs. In 10 weeks I learned how to build an AI system that answers questions about a knowledge base.
StepikDeepLearningBaseCourse
The aim of this course is to introduce students to the theory and practice of deep learning and neural networks in an interactive format.
ArkadiyShuvaev's Repositories
ArkadiyShuvaev/AlgorithmsAndDataStructuresPart1
The core data structures and algorithms that are the building blocks of applications everywhere. You will learn how they work and see real-world examples that you can apply to your next project.
ArkadiyShuvaev/DevelopingAsyncASP.NETCore6WebAPI
Pluralsight course: Developing an Asynchronous ASP.NET Core 6 Web API
ArkadiyShuvaev/Knowledge-Graphs-for-RAG---Neo4j
A deeplearning.ai's course "Start enhancing the performance of LLMs with knowledge graphs"
ArkadiyShuvaev/LambdaNet7CustomRuntime
This includes application compiled using .NET 7 native AOT. .NET 7 is the latest version of .NET and brings many performance improvements and optimizations.
ArkadiyShuvaev/llm-zoomcamp-smart-mail
Final project of the LLM Zoomcamp course: https://github.com/DataTalksClub/llm-zoomcamp. LLM Zoomcamp - a free online course about real-life applications of LLMs. In 10 weeks I learned how to build an AI system that answers questions about a knowledge base.
ArkadiyShuvaev/StepikDeepLearningBaseCourse
The aim of this course is to introduce students to the theory and practice of deep learning and neural networks in an interactive format.
ArkadiyShuvaev/AlgorithmsAndDataStructuresMiscellaneous
ArkadiyShuvaev/ArkadiyShuvaev
ArkadiyShuvaev/aws-certified-developer-associate-code
Code to prepare to AWS Certified Developer Associate
ArkadiyShuvaev/BenchmarkSourceGenerator
This benchmark includes deserialization/serialization tests for source code generator, standard System.Text.Json, and Newtonsoft.Json library
ArkadiyShuvaev/Building-API-with-ASP.NET-Core
ArkadiyShuvaev/Consolidating-MVC-Views
Consolidating MVC Views Using Single Page Techniques by Paul D. Sheriff Simplify and improve the testability and reusability of your MVC applications through the use of the Single Page Application idiom and MVVM techniques.
ArkadiyShuvaev/CrowdlendingPOC
A prototype of a small crowdlending platform
ArkadiyShuvaev/css-miscellaneous
ArkadiyShuvaev/durable-message-queue
A durable message queue library based on the Redis reliable queue pattern and LUA scripts
ArkadiyShuvaev/data-engineering-zoomcamp
Improve your skills in Data Engineering with a free course from DataTalksClub
ArkadiyShuvaev/entity-framework-database-performance-anti-patterns
ArkadiyShuvaev/GamblingGamesRestApi
The simple REST API using .NET and C# with Login and RandomNumber controllers.
ArkadiyShuvaev/LearningRedis
Redis—an in-memory data structure store—differs from relational databases like MySQL, and NoSQL databases like MongoDB. In this course, learn what Redis is and how it works as you discover how to build a client implementation using an ioredis client and a Node.js server. Emmanuel Henri explains how to install and set up Redis, and covers basic Redis tools and concepts, including persistence and replication. Plus, he reviews the different data types available, and demonstrates what you can do with strings, hashes, and lists. To wrap up, he goes over security options and best practices for securing a Redis instance.
ArkadiyShuvaev/leetcode-challenges
ArkadiyShuvaev/llm-zoomcamp
About How to build a Q&A system powered by LLM/RAG
ArkadiyShuvaev/llm-zoomcamp-workshop
Pre-course to the course "Chat with your own data - LLM+RAG"
ArkadiyShuvaev/MVC-Extension-Points
Pluralsight course: Improving Your MVC Applications with 10 Extension Points
ArkadiyShuvaev/ProjektWetterDienst
ArkadiyShuvaev/Quiz-Angular-ASPNetCore
Building application with Angular, ASP.NET Core
ArkadiyShuvaev/s3-lambda-dynamodb-typescript
A test project for learning AWS. An example from AWS Learning has been extended with TypeScript.
ArkadiyShuvaev/Securing-ASP.NET-Core-OAuth2-OpenID-Connect
ArkadiyShuvaev/Serverless-LLM-Apps-Amazon-Bedrock
A deeplearning.ai's course "Serverless LLM Apps Amazon Bedrock"
ArkadiyShuvaev/StepikAIStart
This is a complete course on artificial intelligence and machine learning as part of the AI Start project for anyone who wants to pursue a career in Data Science.
ArkadiyShuvaev/StockQuoteService
Provides a web service for getting stock quote with cache powered by AWS DynamoDb.