Skip to content

Commit

Permalink
Updated Email
Browse files Browse the repository at this point in the history
  • Loading branch information
yunier committed Oct 30, 2023
1 parent 32e8f79 commit 1b3c0b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
5 changes: 3 additions & 2 deletions content/post/2023/json-api-implementing-filtering/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -651,12 +651,13 @@ 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.

1) [Entity Framework Core 5 – Pitfalls To Avoid and Ideas to Try](https://blog.jetbrains.com/dotnet/2021/02/24/entity-framework-core-5-pitfalls-to-avoid-and-ideas-to-try/)
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<Func<>> 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) [How Do I Create an Expression<Func<>> 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)

0 comments on commit 1b3c0b3

Please sign in to comment.