How to use react-hook-form with Next.js Server Actions and Zod Input validation
A tutorial on how to use react-hook-form with Next.js Server Actions and Zod input validation
A tutorial on how to use react-hook-form with Next.js Server Actions and Zod input validation
TypeScript is incredibly powerful and some things may not be obvious at first. Here's a list of some tips which may be able to improve your architecture!
Associative PHP arrays can be kinda confusing when consumed via REST in a TypeScript apps. But by introducing a new type we could easily handle them.
An updated guide on how to implement Models in Angular 7.
A guide on how to use TypeScript decorators to make routing in MVC frameworks (like expressjs) easier and more enjoyable.
Dependency Injection is a mighty technique used by many modern frameworks. Let's take a closer look on how to implement this technique in TypeScript.