Handling errors in ASP.NET Core Web APIWhen creating a RESTful HTTP API, status codes can be a good way to indicate to the client if a request was successful or not. But if there…Oct 23, 2021Oct 23, 2021
Typescript: Property ‘foo’ does not exist on type ‘Vue’Today I was plagued with an annoying bug! I was banging my head for a while!Oct 12, 2021Oct 12, 2021
EF Core — IQueryable inside foreachDid you know that the following code will work:Oct 12, 2021Oct 12, 2021
Watcher doesn’t support lambda functions in VueThe reason that you can’t execute the following codeSep 20, 20211Sep 20, 20211
Watch complex property in VueJSYou can use a deep watcher to properly watch for nested data:Sep 19, 2021Sep 19, 2021
Ion-icon not showing in ionic vueIf you’re using Ionic Framework, Ionicons is packaged by default, so no installation is necessary.May 5, 2021May 5, 2021
Nginx angular fallback routeWhenever you navigate to a route that nginx can’t resolve you’ll see a 404 not found. To allow angular to handle the routing simply add…Dec 22, 20201Dec 22, 20201
Angular fallback routeHow to configure Angular route to redirect to a default route if the user goes to a non existant route?Dec 15, 2020Dec 15, 2020