Skip to content

Commit eae76c0

Browse files
committed
docs: add some new links
1 parent a5ece27 commit eae76c0

File tree

5 files changed

+7
-0
lines changed

5 files changed

+7
-0
lines changed

docs/ai.md

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
- [go-skynet/LocalAI](https://github.com/go-skynet/LocalAI) - Self-hosted, community-driven, local OpenAI-compatible API. Drop-in replacement for OpenAI running LLMs on consumer-grade hardware. No GPU required
4646
- [SciSharp/LLamaSharp](https://github.com/SciSharp/LLamaSharp) - C#/.NET binding of llama.cpp, including LLaMa/GPT model inference and quantization, ASP.NET core integration and UI.
4747
- [ggerganov/llama.cpp](https://github.com/ggerganov/llama.cpp) - Port of Facebook's LLaMA model in C/C++
48+
- [meta-llama/llama3](https://github.com/meta-llama/llama3) - The official Meta Llama 3 GitHub site
4849
- [SevaSk/ecoute](https://github.com/SevaSk/ecoute) - Ecoute is a live transcription tool that provides real-time transcripts for both the user's microphone input (You) and the user's speakers output (Speaker) in a textbox. It also generates a suggested response using OpenAI's GPT-3.5 for the user to say based on the live transcription of the conversation.
4950
- [AntonOsika/gpt-engineer](https://github.com/AntonOsika/gpt-engineer) - Specify what you want it to build, the AI asks for clarification, and then builds it.
5051
- [facebookresearch/llama](https://github.com/facebookresearch/llama) - Inference code for LLaMA models

docs/devops/docker/docker.md

+1
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@
105105
- [Running Artifactory 7 and Postgres using Docker Compose V2](https://wangler.io/running-artifactory-7-using-docker-compose-v2/)
106106
- [Deploying JFrog Container Registry within a Dockerized infrastructure](https://medium.com/@tomer.klein/deploying-jfrog-container-registry-within-a-dockerized-infrastructure-a3f67328bd27)
107107
- [Create a Private Docker Registry with Nexus](https://www.ivankrizsan.se/2016/06/09/create-a-private-docker-registry/)
108+
- [Streamline your container build and publish with .NET 8](https://devblogs.microsoft.com/dotnet/streamline-container-build-dotnet-8/)
108109

109110
## 📹 Videos
110111
- [Deploy a .NET Core API with Docker (Step-by-Step)](https://www.youtube.com/watch?v=f0lMGPB10bM)

docs/domain-driven-design/aggregation.md

+3
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,6 @@
3131
- [Aggregate Design: Using Invariants as a Guide](https://www.youtube.com/watch?v=64ngP-aUYPc)
3232
- [Decomposing CRUD to a Task Based UI](https://www.youtube.com/watch?v=DjZepWrAKzM)
3333
- [ALWAYS Valid Domain Model](https://www.youtube.com/watch?v=JZetlRXdYeI)
34+
35+
## Samples
36+
- [oskardudycz/slim-down-your-aggregate](https://github.com/oskardudycz/slim-down-your-aggregate)

docs/event-driven-architecture.md

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
- [Error Handling in Event-Driven Systems](https://levelup.gitconnected.com/error-handling-in-event-driven-systems-1f0a7ef2cfb7)
5757
- [Internal and external events, or how to design event-driven API](https://event-driven.io/en/internal_external_events/)
5858
- [Event-Driven Architecture: What You Need to Know](https://encore.dev/blog/event-driven-architecture)
59+
- [Event modelling anti-patterns explained](https://event-driven.io/en/anti-patterns/)
5960

6061
## 📺 Videos
6162
- [Event-Driven Architecture | EDA | Software Architectural Patterns](https://www.youtube.com/watch?v=gIL8rW_eyww&t=0s)

docs/modular-monolith.md

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
- [Build the modular monolith first](https://www.fearofoblivion.com/build-a-modular-monolith-first)
4141
- [Thoughts on “Modular Monoliths”](https://jeremydmiller.com/2024/04/01/thoughts-on-modular-monoliths/)
4242
- [Actually Talking about Modular Monoliths](https://jeremydmiller.com/2024/04/08/actually-talking-about-modular-monoliths/)
43+
- [Modular Monoliths and the “Critter Stack”](https://jeremydmiller.com/2024/04/15/modular-monoliths-and-the-critter-stack/)
4344

4445
## 📺 Videos
4546
- [GOTO 2018 • Modular Monoliths • Simon Brown](https://www.youtube.com/watch?v=5OjqD-ow8GE)

0 commit comments

Comments
 (0)