Backend

Explore the Backend universe on our technology blog. Discover trends, best practices and tips to improve your software development skills.
Simplify API Testing and Collection Versioning Using httpYac
Featured

Simplify API Testing and Collection Versioning Using httpYac

As a developer, working with APIs can be both empowering and challenging. Whether you're building, testing, or debugging APIs, having the right tools at your disposal can make all the difference. While tools like Postman and Insomnia have become go-to solutions for API testing, thereā€™s a "new" player in
8 min read
Microlearning: NestJS and JWE - How to use it
Backend Nodejs Security Featured

Microlearning: NestJS and JWE - How to use it

Learn how to secure data using JSON Web Encryption (JWE) in NestJS. This post compares JWE and JWT, focusing on data encryption and confidentiality. It provides a practical guide on setting up the node-jose library, managing keys, and implementing encryption and decryption services in NestJS.
4 min read