You are here |
blog.encodeart.dev | ||
| | | |
noahflk.com
|
|
| | | | Using React Query alongside TypeScript and Zod, we can achieve a type-safe, efficient data fetching process in React that ensures consistency | |
| | | |
www.openapis.org
|
|
| | | | This post is authored by Phil Sturgeon, product manager, Stoplight, and Chairperson, Protect Earth. If you'd like to donate to Phil's charity of choice, please see Protect Earth which is... | |
| | | |
richardtier.com
|
|
| | | | Django Rest Framework integrates well with models to provide out of the box validation, and ModelSerializers allow futher fine-grained custom validation. However, if you're not using a model as the resource of your endpoint then the code required for custom validation of complex data structure can get hairy. If there is a heavily nested data... | |
| | | |
geoff.tuxpup.com
|
|
| | I'm working through Hypermedia Sytstems using django and htmx in public. This post picks up with Chapter 5: HTMX Patterns. If you haven't read the prior posts, they're linked from the introductory one. The code can be found on sr.ht. To pick up where this post does, start from the tag contacts-app-web1.0. Even though it's possible (and reasonable!) to integrate htmx without it, I'm going to add django-htmx to my environment now, then integrate it into my django project. |