Resources to types with 'infer'Learn how you can make any string-based resource into a TypeScript type, and make the compiler do the hard work of checking the data for you. The magic of pattern matching in conditional types with the help of infer keyword is the topic for today. Ca...Jan 2, 2024·10 min read
Learn any new Frontend frameworkSharing approach and keynotes from learning new frontend frameworks emerging in the web and mobile world. With example of React client app. Why learn? As a developer, we know, that the technological environment changes rapidly. Keeping up with new co...Sep 20, 2023·10 min read
Disabling endpoints on different environments (2/2: Swagger)How to entirely remove endpoints from swagger documentation based on any predicate and why document filters are not a good fit for that. Continuation from Part 1 where we excluded endpoints from ASP pipeline. TLDR; Provide a predicate function that c...Sep 13, 2023·7 min read
Disabling endpoints on different environments (1/2: ASP pipeline)Let's learn how to efficiently manipulate ASP.Net endpoints accessibility on different environments or based on any other more complex logic. TLDR; Mark endpoints you wish to manipulate with a custom attribute. Replace the original EndpointDataSource...Sep 9, 2023·10 min read