diff --git a/config.yml b/config.yml index 4bc2233..a8a40be 100644 --- a/config.yml +++ b/config.yml @@ -86,7 +86,7 @@ params: - name: "twitter" url: "https://twitter.com/circleupx" - name: "email" - url: "mailto:yunier@hey.com" + url: "mailto:yunier@developtive.com" - name: "rss" url: "rss" diff --git a/content/post/2023/json-api-implementing-filtering/index.md b/content/post/2023/json-api-implementing-filtering/index.md index d3576f6..0d6bbc0 100644 --- a/content/post/2023/json-api-implementing-filtering/index.md +++ b/content/post/2023/json-api-implementing-filtering/index.md @@ -651,7 +651,7 @@ Oh yeah, that looks right, this is perfect, filtering appears to be working as e Goal achived. -### Resources +### Further Reading Here are a list of resource related to everything that I just talked about, these resource will come in handy if run into any issues. @@ -659,4 +659,5 @@ Here are a list of resource related to everything that I just talked about, thes 2) [Dynamically Build LINQ Expressions](https://blog.jeremylikness.com/blog/dynamically-build-linq-expressions/) 3) [Expression Trees](https://learn.microsoft.com/en-us/dotnet/csharp/advanced-topics/expression-trees/) 4) [Giving Clarity to LINQ Queries by Extending Expressions](https://www.red-gate.com/simple-talk/development/dotnet-development/giving-clarity-to-linq-queries-by-extending-expressions/) -5) [How Do I Create an Expression> with Type Parameters from a Type Variable](https://stackoverflow.com/questions/25793736/how-do-i-create-an-expressionfunc-with-type-parameters-from-a-type-variable) \ No newline at end of file +5) [How Do I Create an Expression> with Type Parameters from a Type Variable](https://stackoverflow.com/questions/25793736/how-do-i-create-an-expressionfunc-with-type-parameters-from-a-type-variable) +5) [Dynamically Composing Expression Predicates](https://www.albahari.com/nutshell/predicatebuilder.aspx) \ No newline at end of file