Backend
4 articles tagged with this
Beyond REST: Adding Real-Time Interactivity with NestJS WebSockets
For decades, the request-response model of REST has been the backbone of the web. But what happens when the server needs to initiate a conversation? Discover how NestJS WebSockets enable real-time interactivity.
Read More →Don't Just Talk, Do: Giving Your LLM Tools to Interact with the Real World
Transform your LLM from a chatbot into an agent by teaching it to use tools and interact with real-world systems
Read More →How to Generate Dynamic PDFs in NestJS with a Headless Browser
Generating a simple, unstyled PDF is one thing. But what if you need to create complex, beautifully styled documents? Learn how to leverage the power of HTML/CSS with headless browsers.
Read More →Bulletproof Your API: A Deep Dive into Custom Guards and Decorators in NestJS
In any robust backend application, security and clean code are paramount. Learn how NestJS's powerful combination of Guards and Custom Decorators can help you build secure, maintainable APIs.
Read More →