Mastering TypeScript - Fourth Edition book review

Typescript has become one of the best ways to develop your projects when you're looking for type safety with Javascript.
Typescript transpiles to Javascript and it's designed to develop large applications, but, regardless of the size of your project, you should really consider it, as usualy, small projects become huge really fast. [More]

Customizing ASP.NET Core 5 book review

Packt's Customsizing ASP.NET Core 5.0 By Jürgen Gutsch is a great book if you're looking for "recipes" to go outside the defaults on your ASP.NET Core implementations, you'll find some examples on how to write custom ActionFilters, TagHelpers, Loggers, use 3rd Party DI containers and much more. [More]