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 21, 2024
1 parent a5ece27 commit eae76c0
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/ai.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions docs/devops/docker/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
3 changes: 3 additions & 0 deletions docs/domain-driven-design/aggregation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
1 change: 1 addition & 0 deletions docs/event-driven-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions docs/modular-monolith.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit eae76c0

Please sign in to comment.