API with NestJS #175. PUT and PATCH requests with PostgreSQL and Drizzle ORM
When users send an HTTP request to our API, they use a specific method to indicate whether they want to retrieve, send, delete, or update data. While we could technically delete data on a GET request, it’s our responsibility to design the API in a way that is intuitive and adheres to best practices. Most […]