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 Jan 19, 2024
1 parent 891a0dd commit 35c37df
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 166 deletions.
1 change: 0 additions & 1 deletion .obsidian/app.json

This file was deleted.

3 changes: 0 additions & 3 deletions .obsidian/appearance.json

This file was deleted.

19 changes: 0 additions & 19 deletions .obsidian/core-plugins.json

This file was deleted.

1 change: 0 additions & 1 deletion .obsidian/hotkeys.json

This file was deleted.

136 changes: 0 additions & 136 deletions .obsidian/workspace

This file was deleted.

6 changes: 2 additions & 4 deletions docs/dotnet/dotnet-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
- [Custom Project Templates Using dotnet new](https://rehansaeed.com/custom-project-templates-using-dotnet-new/)
- [dotnet new Feature Selection](https://rehansaeed.com/dotnet-new-feature-selection/)
- [Unit Testing dotnet new Templates](https://rehansaeed.com/unit-testing-dotnet-new-templates/)
- [An opinionated list of tips for building .NET 8 app templates](https://www.mytechramblings.com/posts/an-opinionated-list-of-tips-for-building-a-dotnet-8-template/)

## 📺 Videos
- [On .NET Live - Creating your own .NET Project Templates](https://www.youtube.com/watch?v=H_pqfeRgTYw)
Expand Down Expand Up @@ -55,7 +56,4 @@
- [jasontaylordev/SecureSpa](https://github.com/jasontaylordev/SecureSpa) - ASP.NET Core 3 + Angular 8 + ASP.NET Identity generated using .NET Core SDK
- [DanWahlin/AngularCLI-ASPNET-Core-CustomersService](https://github.com/DanWahlin/AngularCLI-ASPNET-Core-CustomersService) - Example of integrating Angular with ASP.NET Core RESTful Services
- [NetCoreTemplates/angular-spa](https://github.com/NetCoreTemplates/angular-spa) - .NET 5.0 Angular 9 CLI Bootstrap App

<div align="right">
<b><a href="#contents">↥ Back To Top</a></b>
</div>
- [dotnet/aspire/Aspire.ProjectTemplates](https://github.com/dotnet/aspire/tree/main/src/Aspire.ProjectTemplates)
2 changes: 1 addition & 1 deletion docs/ide-tools/terminal-dotfiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,6 @@
- [joelazar/dotfiles](https://github.com/joelazar/dotfiles) ⭐ - My arch setup script and dotfiles
- [alrra/dotfiles](https://github.com/alrra/dotfiles) - macOS / Ubuntu dotfiles
- [holman/dotfiles](https://github.com/holman/dotfiles) - @holman does dotfiles

- [marlonrichert/zsh-autocomplete](https://github.com/marlonrichert/zsh-autocomplete) - Real-time type-ahead completion for Zsh. Asynchronous find-as-you-type autocompletion.
## Others
- [Some links for setup terminal](https://www.theurlist.com/os-bootstrap)
3 changes: 2 additions & 1 deletion docs/testing/integration-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,4 +193,5 @@
- [pdevito3/TestingServiceRegistration](https://github.com/pdevito3/TestingServiceRegistration)
- [pdevito3/PatientPlayground](https://github.com/pdevito3/PatientPlayground)
- [Nairda015/IGroceryStore](https://github.com/Nairda015/IGroceryStore)
- [khalidabuhakmeh/TestingWithContainers](https://github.com/khalidabuhakmeh/TestingWithContainers)
- [khalidabuhakmeh/TestingWithContainers](https://github.com/khalidabuhakmeh/TestingWithContainers)
- [phucnt1992/testcontainers-101](https://github.com/phucnt1992/testcontainers-101)
1 change: 1 addition & 0 deletions docs/testing/tdd.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
- [THIS stops 90% of C# Developers Learning TDD](https://www.youtube.com/watch?v=x5hsO6R6Me8)
- [Building Operable Software with TDD (but not the way you think) - Martin Thwaites](https://www.youtube.com/watch?v=yVQMnQKSsh4)
- [TDD, Where Did It All Go Wrong (Ian Cooper)](https://www.youtube.com/watch?v=EZ05e7EMOLM)
- [TDD Revisited - Ian Cooper - NDC Porto 2023](https://youtu.be/IN9lftH0cJc?si=RckldxlL9C_yfXIn)
## Samples
- [ivanpaulovich/clean-architecture-manga](https://github.com/ivanpaulovich/clean-architecture-manga)
- [CanerPatir/aspnet-core-clean-arch](https://github.com/CanerPatir/aspnet-core-clean-arch)
Expand Down

0 comments on commit 35c37df

Please sign in to comment.