diff --git a/docs/ai.md b/docs/ai.md index de76b440f..37b1a3f10 100644 --- a/docs/ai.md +++ b/docs/ai.md @@ -45,6 +45,7 @@ - [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 - [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. - [ggerganov/llama.cpp](https://github.com/ggerganov/llama.cpp) - Port of Facebook's LLaMA model in C/C++ +- [meta-llama/llama3](https://github.com/meta-llama/llama3) - The official Meta Llama 3 GitHub site - [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. - [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. - [facebookresearch/llama](https://github.com/facebookresearch/llama) - Inference code for LLaMA models diff --git a/docs/devops/docker/docker.md b/docs/devops/docker/docker.md index 5d427bf9b..b381cef15 100644 --- a/docs/devops/docker/docker.md +++ b/docs/devops/docker/docker.md @@ -105,6 +105,7 @@ - [Running Artifactory 7 and Postgres using Docker Compose V2](https://wangler.io/running-artifactory-7-using-docker-compose-v2/) - [Deploying JFrog Container Registry within a Dockerized infrastructure](https://medium.com/@tomer.klein/deploying-jfrog-container-registry-within-a-dockerized-infrastructure-a3f67328bd27) - [Create a Private Docker Registry with Nexus](https://www.ivankrizsan.se/2016/06/09/create-a-private-docker-registry/) +- [Streamline your container build and publish with .NET 8](https://devblogs.microsoft.com/dotnet/streamline-container-build-dotnet-8/) ## 📹 Videos - [Deploy a .NET Core API with Docker (Step-by-Step)](https://www.youtube.com/watch?v=f0lMGPB10bM) diff --git a/docs/domain-driven-design/aggregation.md b/docs/domain-driven-design/aggregation.md index 67582b64f..975d71891 100644 --- a/docs/domain-driven-design/aggregation.md +++ b/docs/domain-driven-design/aggregation.md @@ -31,3 +31,6 @@ - [Aggregate Design: Using Invariants as a Guide](https://www.youtube.com/watch?v=64ngP-aUYPc) - [Decomposing CRUD to a Task Based UI](https://www.youtube.com/watch?v=DjZepWrAKzM) - [ALWAYS Valid Domain Model](https://www.youtube.com/watch?v=JZetlRXdYeI) + +## Samples +- [oskardudycz/slim-down-your-aggregate](https://github.com/oskardudycz/slim-down-your-aggregate) \ No newline at end of file diff --git a/docs/event-driven-architecture.md b/docs/event-driven-architecture.md index 3aa610760..4a07f509c 100644 --- a/docs/event-driven-architecture.md +++ b/docs/event-driven-architecture.md @@ -56,6 +56,7 @@ - [Error Handling in Event-Driven Systems](https://levelup.gitconnected.com/error-handling-in-event-driven-systems-1f0a7ef2cfb7) - [Internal and external events, or how to design event-driven API](https://event-driven.io/en/internal_external_events/) - [Event-Driven Architecture: What You Need to Know](https://encore.dev/blog/event-driven-architecture) ⭐ +- [Event modelling anti-patterns explained](https://event-driven.io/en/anti-patterns/) ## 📺 Videos - [Event-Driven Architecture | EDA | Software Architectural Patterns](https://www.youtube.com/watch?v=gIL8rW_eyww&t=0s) diff --git a/docs/modular-monolith.md b/docs/modular-monolith.md index d0b050c82..b178fda96 100644 --- a/docs/modular-monolith.md +++ b/docs/modular-monolith.md @@ -40,6 +40,7 @@ - [Build the modular monolith first](https://www.fearofoblivion.com/build-a-modular-monolith-first) - [Thoughts on “Modular Monoliths”](https://jeremydmiller.com/2024/04/01/thoughts-on-modular-monoliths/) - [Actually Talking about Modular Monoliths](https://jeremydmiller.com/2024/04/08/actually-talking-about-modular-monoliths/) +- [Modular Monoliths and the “Critter Stack”](https://jeremydmiller.com/2024/04/15/modular-monoliths-and-the-critter-stack/) ## 📺 Videos - [GOTO 2018 • Modular Monoliths • Simon Brown](https://www.youtube.com/watch?v=5OjqD-ow8GE)