Assis Zang is a software developer from Brazil, developing in the .NET platform since 2017. In his free time, he enjoys playing video games and reading good books. You can follow him at: LinkedIn and Github.
Well-documented APIs are essential for the success of a web project. Check out this post for some important resources for documenting APIs in ASP.NET Core.
Clean code is a fundamental concept in software engineering that focuses on writing readable, understandable and maintainable code. This blog post will cover tips on how to write clean code in ASP.NET Core applications.
GraphQL is a query language that builds flexible and efficient APIs, providing a fluid and dynamic experience for developers and users. Learn how to integrate GraphQL resources with an ASP.NET Core API.
Discover JSON Web Token in this post—one of the most common token standards in the world—and learn how to use it in ASP.NET Core through a practical example.