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 Apr 6, 2024
1 parent a346d48 commit 0ac30c0
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/ai.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
- [nomic-ai/gpt4all](https://github.com/nomic-ai/gpt4all) - gpt4all: a chatbot trained on a massive collection of clean assistant data including code, stories and dialogue
- [Torantulino/Auto-GPT](https://github.com/Torantulino/Auto-GPT) - An experimental open-source attempt to make GPT-4 fully autonomous.
- [microsoft/DeepSpeed](https://github.com/microsoft/DeepSpeed) - DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and effective.
- [hwchase17/langchain](https://github.com/hwchase17/langchain) - Building applications with LLMs through composability ⚡
- [cfortuner/promptable](https://github.com/cfortuner/promptable) - Build LLM apps in Typescript/Javascript.
- [lm-sys/FastChat](https://github.com/lm-sys/FastChat) - The release repo for "Vicuna: An Open Chatbot Impressing GPT-4"
- [karpathy/nanoGPT](https://github.com/karpathy/nanoGPT) - The simplest, fastest repository for training/finetuning medium-sized GPTs.
Expand Down Expand Up @@ -68,6 +67,8 @@
- [LAION-AI/Open-Assistant](https://github.com/LAION-AI/Open-Assistant) - OpenAssistant is a chat-based assistant that understands tasks, can interact with third-party systems, and retrieve information dynamically to do so.
- [tmc/langchaingo](https://github.com/tmc/langchaingo) - LangChain for Go, the easiest way to write LLM-based programs in Go
- [abi/screenshot-to-code](https://github.com/abi/screenshot-to-code) - Drop in a screenshot and convert it to clean HTML/Tailwind/JS code
- [janhq/jan](https://github.com/janhq/jan) - Jan is an open source alternative to ChatGPT that runs 100% offline on your computer
- [langchain-ai/langchain](https://github.com/langchain-ai/langchain) ⭐ - Build context-aware reasoning applications

## Samples
- [Azure-Samples/openai-dotnet-samples](https://github.com/Azure-Samples/openai-dotnet-samples)
Expand Down
1 change: 1 addition & 0 deletions docs/devops/terminal/bash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Bash
4 changes: 4 additions & 0 deletions docs/devops/terminal/powershell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Powershell

## Resources
- [PowerShell Cheat Sheet / Quick Reference](https://gist.github.com/pcgeek86/336e08d1a09e3dd1a8f0a30a9fe61c8a)
2 changes: 2 additions & 0 deletions docs/grpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@
- [Cysharp/MagicOnion](https://github.com/Cysharp/MagicOnion) - Unified Realtime/API framework for .NET platform and Unity.
- [AnthonyGiretti/grpc-aspnetcore-validator](https://github.com/AnthonyGiretti/grpc-aspnetcore-validator) - Simple request message validator for grpc.aspnetcore
- [grpc-ecosystem/grpc-gateway](https://github.com/grpc-ecosystem/grpc-gateway) - gRPC to JSON proxy generator following the gRPC HTTP spec
- [bufbuild/buf](https://github.com/bufbuild/buf) - A new way of working with Protocol Buffers.

## 🚀 Samples

- [aspnetrun/run-aspnet-grpc](https://github.com/aspnetrun/run-aspnet-grpc) - Using gRPC in Microservices for Building a high-performance Interservice Communication with .Net 5. See gRPC Microservices and Step by Step Implementation on .NET Course w/ discount
Expand Down
1 change: 1 addition & 0 deletions docs/microservices/tools/aspire.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- [Introducing .NET Aspire: Simplifying Cloud-Native Development with .NET 8](https://devblogs.microsoft.com/dotnet/introducing-dotnet-aspire-simplifying-cloud-native-development-with-dotnet-8/)
- [Announcing .NET Aspire Preview 2](https://devblogs.microsoft.com/dotnet/announcing-dotnet-aspire-preview-2/)
- [Why I won't use .NET Aspire for now](https://event-driven.io/en/nay_to_aspire/)
- [Transactional Outbox in .NET Cloud Native Development via Aspire](https://nikiforovall.github.io/dotnet/aspnetcore/aspire/2024/03/30/aspire-cap.html)

## Videos
- [Building Cloud Native apps with .NET 8 | .NET Conf 2023](https://www.youtube.com/watch?v=z1M-7Bms1Jg)
Expand Down
5 changes: 5 additions & 0 deletions docs/microservices/tools/mass-transit.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
- [ASP.NET Correlation ID](https://markgossa.com/2022/05/asp-net-correlation-id.html)
- [Error Handling and Message Redelivery in MassTransit](https://www.gokhan-gokalp.com/en/messaging-yapilarinda-masstransit-ile-error-ve-redeliver-handling/)
- [Building a More Useful Outbox for Reliable Messaging](https://jeremydmiller.com/2022/06/16/building-a-more-useful-outbox-for-reliable-messaging/)
- [MassTransit Testing](https://masstransit.io/documentation/concepts/testing)
- [MassTransit observability](https://masstransit.io/documentation/configuration/observability)
- [A better Masstransit Test harness](https://andersmalmgren.com/2022/08/17/a-better-masstransit-test-harness/)

## 📺 Videos
- [MassTransit–Youtube videos](https://bartwullems.blogspot.com/2020/07/masstransityoutube-videos.html)
Expand All @@ -44,7 +47,9 @@
- [MassTransit Exception Handling, Retry Middleware](https://www.youtube.com/watch?v=f1Oa65U2OeQ)
- [Build Clean Messaging in .NET with MassTransit](https://www.youtube.com/watch?v=4FFYefcx4Bg)
- [MassTransit - The New Transactional Outbox](https://www.youtube.com/watch?v=3TjGnmLno_A)
- [MassTransit v8 - Open Telemetry](https://www.youtube.com/watch?v=WsTYClGrOVI)
- [OSS Power-Ups: MassTransit](https://www.youtube.com/watch?v=sbt9p7jqe74)
- [TestHarnes and OpenTelemetry](https://youtu.be/7PM9XUAAMtA)

## 📦 Libraries
- [GokGokalp/MetroBus](https://github.com/GokGokalp/MetroBus) - Lightweight messaging wrapper of MassTransit
Expand Down
5 changes: 4 additions & 1 deletion docs/microservices/tools/wolverine.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- [Wolverine embraces Observability](https://timdeschryver.dev/blog/wolverine-embraces-observability)
- [Messages and Serialization](https://wolverine.netlify.app/guide/messages.html)
- [ASP.Net Core Integration](https://wolverine.netlify.app/guide/http/integration.html)
- [Using Local Queueing](https://wolverine.netlify.app/guide/messaging/transports/local.html
- [Using Local Queueing](https://wolverine.netlify.app/guide/messaging/transports/local.html)
- [Building a Critter Stack Application: Event Storming](https://jeremydmiller.com/2023/11/28/building-a-critter-stack-application-event-storming/)
- [Building a Critter Stack Application: Marten as Event Store](https://jeremydmiller.com/2023/11/29/building-a-critter-stack-application-marten-as-event-store/)
- [Building a Critter Stack Application: Marten Projections](https://jeremydmiller.com/2023/11/30/building-a-critter-stack-application-marten-projections/)
Expand All @@ -25,6 +25,9 @@
- [Building a Critter Stack Application: Durable Outbox Messaging and Why You Care!](https://jeremydmiller.com/2023/12/28/building-a-critter-stack-application-durable-outbox-messaging-and-why-you-care/)
- [Building a Critter Stack Application: Wolverine HTTP Endpoints](https://jeremydmiller.com/2024/01/09/building-a-critter-stack-application-wolverine-http-endpoints/)
- [Building a Critter Stack Application: Easy Unit Testing with Pure Functions](https://jeremydmiller.com/2024/01/10/building-a-critter-stack-application-easy-unit-testing-with-pure-functions/)
- [Wolverine’s Baked In Integration Testing Support](https://jeremydmiller.com/2024/03/25/wolverines-baked-in-integration-testing-support/)
- [Testing Asynchronous Projections in Marten](https://jeremydmiller.com/2024/03/26/testing-asynchronous-projections-in-marten/)

## Vidoes
- [Don't let MediatR hold you back, try this...](https://www.youtube.com/watch?v=YlG3bnJ7yCc)
- [CQRS with Event Sourcing using the “Critter Stack” | .NET Conf 2023](https://www.youtube.com/watch?v=KousO1UsHYM)
Expand Down
3 changes: 3 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,9 @@ nav:
- Telepresence: devops/kubernetes/other-tools/telepresence.md
- Garden: devops/kubernetes/other-tools/garden.md
- Tilt: devops/kubernetes/other-tools/tilt.md
- Terminal:
- Bash: devops/terminal/bash.md
- Powershell: devops/terminal/powershell.md
- Distributed Locking: distributed-locking.md
- Distributed Transactions & Saga: distributed-transactions.md
- Domain Driven Design:
Expand Down

0 comments on commit 0ac30c0

Please sign in to comment.