From 4c4c5abb1cd96f38a751cc1799cc885832450ee3 Mon Sep 17 00:00:00 2001 From: 64J0 Date: Mon, 16 Dec 2024 18:55:15 -0300 Subject: [PATCH 1/2] add more links --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8437fd1a..bfd937a5 100644 --- a/README.md +++ b/README.md @@ -275,6 +275,9 @@ 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) +- [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! @@ -284,6 +287,7 @@ 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) ## License From 3a884658d1a58f7352aef667f21cbf600541ce52 Mon Sep 17 00:00:00 2001 From: 64J0 Date: Mon, 16 Dec 2024 18:58:16 -0300 Subject: [PATCH 2/2] add more links from Hamilton --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index bfd937a5..97547957 100644 --- a/README.md +++ b/README.md @@ -275,6 +275,7 @@ 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) @@ -288,6 +289,8 @@ If you have blogged about Giraffe, demonstrating a useful topic or some other ti - [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