Sami C.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
Sami C.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
Sami C.EF Core — IQueryable inside foreachDid you know that the following code will work:Oct 12, 2021Oct 12, 2021
Sami C.Watcher doesn’t support lambda functions in VueThe reason that you can’t execute the following codeSep 20, 20211Sep 20, 20211
Sami C.Watch complex property in VueJSYou can use a deep watcher to properly watch for nested data:Sep 19, 2021Sep 19, 2021
Sami C.Static members do not get garbage collected through Depedency InjectionTLDRSep 16, 2021Sep 16, 2021
Sami C.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
Sami C.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
Sami C.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