Alex's Coding Blog
  • home
  • about
  • projects
  • contact

Blog

Creating a user for Azure SQL Server database

  • November 01, 2021 March 16, 2025
  • by Alexander

Database security is underrated topic. The majority of projects are using single user for all database calls. Doesn't matter if you have several machines accessing your database or users, everyone should access it with his own name.

Keep reading “Template: More Tag” →

Replace the default Azure Function Json pascalCase formatter with camelCase

  • July 19, 2021
  • by Alexander

Azure Function by default formats response's Json as PascalCase, let's see how we can easily format it as camelCase.

Keep reading “Template: More Tag” →

Fixing "The tool package could not be restored" error while updating EF tools

  • March 15, 2021
  • by Alexander

How to remove a problem or outdated nuget sources.

Keep reading “Template: More Tag” →

Copy Git repository with branches to another server

  • March 14, 2021 March 16, 2025
  • by Alexander

How to migrate a Git repository to another server.

Keep reading “Template: More Tag” →

Dockerfile for .NET 5 web application

  • January 13, 2021 March 16, 2025
  • by Alexander

A simple example for Dockerfile for .NET 5 web application.

Keep reading “Template: More Tag” →

How to format response data for your Web API in ASP.NET Core

  • March 29, 2020
  • by Alexander

.NET Core gives you plenty of options to give a proper response, however, while you work in the microservices environment it would be great to have a standard way to format data in responses. In this post, I will share with you some ideas I implemented in my recent projects.

Keep reading “Template: More Tag” →

How to deploy a Vue.js app to Azure Kubernetes Service

  • January 28, 2020 March 11, 2025
  • by Alexander

In 2020, the project seems to be unthinkable without proper CI/CD process setup. There's plenty of platforms to satisfy anyone's taste. The only concern is to define the right strategy that fits your needs.

Keep reading “Template: More Tag” →

Suppress CA2007 ConfigureAwait warning in ASP.NET Core

  • January 10, 2020 March 17, 2025
  • by Alexander

Choosing between ConfureAwait(true) and ConfureAwait(false) should be considered when developing UI threaded application. In web project it is not relevant and can be ignored.

Keep reading “Template: More Tag” →

GetInfra WebApi Abstractions introduction

  • January 09, 2020
  • by Alexander

I would like to share a GetInfra.WebApi.Abstractions library I'm using in my recent projects.

Keep reading “Template: More Tag” →

AZ-300 Links and Topics

  • November 06, 2019
  • by Alexander

There is so much to study for Microsoft Azure Architect Technologies AZ-300 exam s I decided to gather topics and link to relevant materials.

Keep reading “Template: More Tag” →

Posts navigation

1 2 3 4

Recent Posts

  • Securing Web Services Against Unwanted Traffic with NGINX
  • Optimizing API by Offloading Responsibilities to an API Gateway
  • How to Clean Up Local Branches of Remote Merged Branches
  • Resolving Namespace Overriding in Argo CD with Kustomize
  • Connecting to Gitlab's private Nuget registry

Categories

  • Azure
  • Architecture
  • .NET Core
  • Certification
  • DevOps
  • How-to
  • Azure Functions
  • Serverless
  • Cosmos DB
  • Security
  • Thoughts
  • Kubernetes
  • Istio
© Copyright 2025, Alexander Lvovich. Theme by Colorlib
I use cookies and similar technologies on our website to enhance your browsing experience and analyze website traffic. By clicking "Accept," you consent with my Privacy Policy to the use of these technologies.
Accept