Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more links #633

Merged
merged 2 commits into from
Dec 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,10 @@ Builds triggered by pull requests produce a NuGet package which can be downloade
- [Integrate Azure AD in your Giraffe web app](https://www.devprotocol.com/2018/08/14/integrate-azure-ad-in-your-giraffe-web-app.html) (by Jan Tourlamain)
- [Web development in F#: Getting started](https://samueleresca.net/2018/04/web-development-in-f-getting-started/) (by Samuele Resca)
- [Build web service using F# and ASP.NET Core](https://samueleresca.net/2018/04/build-web-service-using-f-and-asp-net-core/) (by Samuele Resca)
- [Build a Simple Markdown Blog with F# / Giraffe](https://hamy.xyz/labs/2023-12-fsharp-giraffe-markdown-blog) (by Hamilton)
- [Deserialising JSON in Giraffe](https://www.compositional-it.com/news-blog/deserialising-json-in-giraffe/) (by Joost Kaptein)
- [How to Build a Fullstack Webapp with F#](https://hamy.xyz/labs/2024-06_build-fsharp-webapp) (by Hamilton)
- [Build a Simple F# WebAPI with a Data Repository (F# + Giraffe)](https://hamy.xyz/labs/2024-10_simple-fsharp-webapi-data-repo) (by Hamilton)

If you have blogged about Giraffe, demonstrating a useful topic or some other tips or tricks then please feel free to submit a pull request and add your article to this list as a reference for other Giraffe users. Thank you!

Expand All @@ -284,6 +288,9 @@ If you have blogged about Giraffe, demonstrating a useful topic or some other ti
- [Nikeza - Building the Backend with F#](https://www.youtube.com/watch?v=lANg1kn835s) (by Let's Code .NET)
- [Build a Simple Web API with F# + Giraffe](https://www.youtube.com/watch?v=yDBpd07SdHE) (by HAMY LABS)
- [Pipeline-oriented programming - Scott Wlaschin - NDC Porto 2023](https://www.youtube.com/watch?v=ipceTuJlw-M) (by Scott Wlaschin)
- [Build a Simple F# WebAPI with a Data Repository (F# + Giraffe)](https://www.youtube.com/watch?v=ZrQtz566xCM) (by HAMY LABS)
- [Build a Simple Single-File Web API with F# / Giraffe](https://www.youtube.com/watch?v=Q-ogJk1AMgA) (by HAMY LABS)
- [Build a Simple Markdown blog with F# / Giraffe](https://www.youtube.com/watch?v=XdPiDfVZ6dk) (by HAMY LABS)

## License

Expand Down
Loading