Skip to content

Commit

Permalink
docs: 📝 add some new links
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdihadeli committed Oct 19, 2023
1 parent b105c5e commit 4120d99
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/ai.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
## 📺 Videos
- [ChatGPT Might Make Developers Unemployed In A Few Years](https://www.youtube.com/watch?v=C6tRcvY5xZg)
- [Auto-GPT Tutorial - Create Your Personal AI Assistant](https://www.youtube.com/watch?v=jn8n212l3PQ)
- [Create a Large Language Model from Scratch with Python – Tutorial](https://www.youtube.com/watch?v=UU1WVnMk4E8)

## Courses
- [ChatGPT Prompt Engineering for Developers](https://www.deeplearning.ai/short-courses/chatgpt-prompt-engineering-for-developers/)
Expand Down Expand Up @@ -55,6 +56,7 @@
- [oobabooga/text-generation-webui](https://github.com/oobabooga/text-generation-webui) - A Gradio web UI for Large Language Models. Supports transformers, GPTQ, llama.cpp (ggml/gguf), Llama models
- [jmorganca/ollama](https://github.com/jmorganca/ollama) - Get up and running with Llama 2 and other large language models locally
- [trholding/llama2.c](https://github.com/trholding/llama2.c) - About Llama 2 Everywhere (L2E)
- [xtekky/gpt4free](https://github.com/xtekky/gpt4free) - The official gpt4free repository | various collection of powerful language models

## Samples
- [Azure-Samples/openai-dotnet-samples](https://github.com/Azure-Samples/openai-dotnet-samples)
Expand Down
2 changes: 2 additions & 0 deletions docs/microservices/microservices.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
- [Start Building .NET Microservices Today, Step by Step](https://dotnetmicroservices.com/)
- [Sairyss/distributed-systems-topics](https://github.com/Sairyss/distributed-systems-topics) - Topics and resources related to distributed systems, system design, microservices, scalability and performance, etc
- [donnemartin/system-design-primer](https://github.com/donnemartin/system-design-primer) - Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
- [davidetaibi/Microservices_Project_List](https://github.com/davidetaibi/Microservices_Project_List) - A curated List of project that migrated to microservices

## 📕 Articles
- [Microservices - Martin Fowler](https://martinfowler.com/articles/microservices.html)
- [Design a microservice-oriented application](https://docs.microsoft.com/en-us/dotnet/architecture/microservices/multi-container-microservice-net-applications/microservice-application-design)
Expand Down
2 changes: 2 additions & 0 deletions docs/microservices/resiliency/idempotency.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@
- [A simple trick for idempotency handling in the Elastic Search read model](https://event-driven.io/en/simple_trick_for_idempotency_handling_in_elastic_search_readm_model/)
- [Dealing with Eventual Consistency and Idempotency in MongoDB projections](https://event-driven.io/en/dealing_with_eventual_consistency_and_idempotency_in_mongodb_projections/)
- [HTTP protocol for exactly-once processing](https://exactly-once.github.io/posts/exactly-once-http/)
- [Achieving Idempotency: There Are More Ways Than You Think](https://medium.com/@mbneto/achieving-idempotency-there-are-more-ways-than-you-think-12c832f76841)

## 📦 Libraries
- [ikyriak/IdempotentAPI](https://github.com/ikyriak/IdempotentAPI) - A .NET library that handles the HTTP write operations (POST and PATCH) that can affect only once for the given request data and idempotency-key by using an ASP.NET Core attribute (filter).
1 change: 1 addition & 0 deletions docs/nosql/mongodb.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
- [Best Practices for Migrating from RDBMS to MongoDB Webinar](https://www.mongodb.com/presentations/migrating-from-rdbms-to-mongodb-webinar-hk)
- [Advanced Schema Design Patterns](https://www.youtube.com/watch?v=bxw1AkH2aM4)
- [Making MongoDB Easy for Entity Framework Users with MongoFramework](https://www.youtube.com/watch?v=qsFyJSCz50Q)
- [.NET Data Community Standup - Introducing the MongoDB provider for EF Core](https://www.youtube.com/watch?v=Zat-ferrjro)

## Courses
- [MongoDB Basics](https://university.mongodb.com/courses/M001/about)
Expand Down
1 change: 1 addition & 0 deletions docs/systems-design/systems-design.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
- [Coder-World04/Complete-System-Design](https://github.com/Coder-World04/Complete-System-Design) - This repository contains everything you need to become proficient in System Design
- [binhnguyennus/awesome-scalability](https://github.com/binhnguyennus/awesome-scalability) - The Patterns of Scalable, Reliable, and Performant Large-Scale Systems
- [cheatsnake/backend-cheats](https://github.com/cheatsnake/backend-cheats) - Homepage for Backend developers
- [ByteByteGoHq/system-design-101](https://github.com/ByteByteGoHq/system-design-101) - Explain complex systems using visuals and simple terms. Help you prepare for system design interviews

## 📕 Articles
- [System Design: System Design Interviews](https://dev.to/karanpratapsingh/system-design-system-design-interviews-47ak)
Expand Down
1 change: 1 addition & 0 deletions docs/vertical-slice-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
- [Vertical Slices in practice](https://event-driven.io/en/-vertical_slices_in_practice/)
- [Low Ceremony Vertical Slice Architecture with Wolverine](https://jeremydmiller.com/2023/07/10/low-ceremony-vertical-slice-architecture-with-wolverine/)
[Compiled Queries with Marten](https://jeremydmiller.com/2023/07/12/compiled-queries-with-marten/)
- [Vertical Slice Architecture in ASP.NET Core](https://blog.ndepend.com/vertical-slice-architecture-in-asp-net-core/)

## 📺 Videos
- [SOLID Architecture in Slices not Layers - Jimmy Bogard](https://vimeo.com/131633177)
Expand Down

0 comments on commit 4120d99

Please sign in to comment.