Skip to content

Commit

Permalink
docs: add some links
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdihadeli committed Apr 6, 2024
1 parent 35c37df commit 92af24a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/dotnet/package-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
- [NuGet Central Package Management Comes To JetBrains Rider](https://blog.jetbrains.com/dotnet/2022/11/07/nuget-central-package-management-comes-to-jetbrains-rider/)
- [Ensuring best practices for NuGet packages](https://www.meziantou.net/ensuring-best-practices-for-nuget-packages.htm)
- [Package authoring best practices](https://learn.microsoft.com/en-us/nuget/create-packages/package-authoring-best-practices)
- [The .editorconfig files for .NET developers](https://blog.ndepend.com/the-editorconfig-files-for-net-developers/)
- [Understand Directory.Build.props: Centralizing .NET Project Configurations](https://blog.ndepend.com/directory-build-props/)

## Videos
- [PM on the NuGet team at Microsoft - Claire Novotny - NDC London 2022](https://youtu.be/C_2BStepVKw?t=3102)
- [NuGet PackageReference Versions SOLUTION Wide](https://www.youtube.com/watch?v=GolKKJmqxoc)
Expand Down
3 changes: 3 additions & 0 deletions docs/github/git.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
- [How to merge a specific commit into another branch](https://dev.to/iamafro/how-to-merge-a-specific-commit-into-another-branch--oak)
- [Using Git in JetBrain Rider](https://www.jetbrains.com/help/rider/Using_Git_Integration.html)
- [How does git work?](https://steven-giesel.com/blogPost/327faa1b-3802-4e48-bf39-8b06590da57b)
- [Make advanced Git tasks simple with Lazygit](https://opensource.com/article/20/3/lazygit)
- [Get up to speed with partial clone and shallow clone](https://github.blog/2020-12-21-get-up-to-speed-with-partial-clone-and-shallow-clone/)

## 📺 Videos
- [Git and GitHub Tutorials for Beginners! Playlist - TheCodex](https://www.youtube.com/playlist?list=PLB5jA40tNf3v1wdyYfxQXgdjPgQvP7Xzg)
Expand Down Expand Up @@ -49,6 +51,7 @@
- [Git for Professionals Tutorial - Tools & Concepts for Mastering Version Control with Git](https://www.youtube.com/watch?v=Uszj_k0DGsg)
- [Advanced Git Tutorial - Interactive Rebase, Cherry-Picking, Reflog, Submodules and more](https://www.youtube.com/watch?v=qsTthZi23VE)
- [Version Control - Rider Essentials](https://www.youtube.com/watch?v=_fTwymtpg78)

## Libraries
- [nvie/git-toolbelt](https://github.com/nvie/git-toolbelt) - A suite of useful Git commands that aid with scripting or every day command line usage
- [Bhupesh-V/ugit](https://github.com/Bhupesh-V/ugit) - ugit helps undo git commands. Your damage control git buddy. Undo from 19+ git scenarios.
Expand Down
2 changes: 2 additions & 0 deletions docs/httpclient.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@
- [SOCKS Proxy Support In C# .NET](https://dotnetcoretutorials.com/2021/07/11/socks-proxy-support-in-net/)
- [HTTP client and HTTP client factory in integration testing](https://milestone.topics.it/2021/11/10/http-client-factory-in-integration-testing.html)
- [Refactor your .NET HTTP Clients to Typed HTTP Clients](https://timdeschryver.dev/blog/refactor-your-net-http-clients-to-typed-http-clients)
- [A Guide to OpenAPI Client Generation with Kiota. Introduction (Part 1)](https://nikiforovall.github.io/dotnet/aspnetcore/2024/03/22/kiota-guide-introduction.html)
- [A Guide to OpenAPI Client Generation with Kiota. Deep dive (Part 2)](https://nikiforovall.github.io/dotnet/aspnetcore/2024/03/24/kiota-guide-deep-dive.html)

## 📺 Videos
- [JustEat's HttpClient Interception library - Adam Storr](https://www.youtube.com/watch?v=-u5wriRZ-ms)
Expand Down

0 comments on commit 92af24a

Please sign in to comment.