My experience with tRPC - am I moving fast and breaking nothing?
tRPC is a new way of building type-safe APIS and I've used it for quite some time now. Time to talk about what I like about it, what I dislike, and my general thoughts about it.
tRPC is a new way of building type-safe APIS and I've used it for quite some time now. Time to talk about what I like about it, what I dislike, and my general thoughts about it.
Mocking Hans is a tool for creating fake APIs, supporting multi port usage, various protocols like HTTP or GraphQL and more.
A guide on how to use TypeScript decorators to make routing in MVC frameworks (like expressjs) easier and more enjoyable.
Using Babel with Sails enables modern features like "real" classes or inheritance. I really like these things more than exporting modules and implementing them is kinda simple.
Sails uses its own ORM called Waterline. But even though I do really like Sails I'm actually not liking its ORM - let me explain why.
How to implement a realtime feed in Angular on the frontend and Sails and Socket.IO on the backend.
How to livereload Sails application on file changes.