Web DevelopmentCommon Behavior on Azure Container AppsWhen you deploy an container app on Azure or any cloud provider, you need to know this.
Web DevelopmentAbout The Static Keyword In C#What is the static keyword when and how do you use it. This is what I’ll share in this article.
Web DevelopmentHow to Build a Pseudo-backend With Netlify FunctionsAnd it is great to host simple MVPs
Web DevelopmentThe “Order By” Clause With SupabaseWith Supabase, performing ordering of recordsets is simple and intuitive. But there is a caveat.
Web DevelopmentFile association In Visual Studio Code And SnippetsWhen you want to use code snippets in Visual Studio Code, there is a caveat.
Web DevelopmentComposables vs Pinia vs Provide/InjectLet me break down the key differences and use cases for each approach to state management in Vue 3.
Web DevelopmentUsing Scoped or Singleton Lifetimes for Caching PurposesCaching is a common requirement in web applications: let’s look at why we would use a Scoped or Singleton lifetime depending on use cases.
Web DevelopmentIntegrate OpenIddict to a .NET Core 8 application on AzureOpenIddict aims at providing a versatile solution to implement OpenID Connect client, server and token validation support in any .NET application. I’ll describe in this article the steps to achieve a simple use case.