Alex's Coding Blog
  • Home
  • About
  • Projects
  • Contact me

Blog

Konso launch

  • February 19, 2022 February 19, 2022
  • by Alexander

I delighted to share one of our currently biggest projects went live.

Keep reading “Template: More Tag” →

A Journey from WebApi to Azure Functions

  • January 20, 2022 January 20, 2022
  • by Alexander

Our experience and Lesson Learned while migrating from Kubernetes to serverless Azure Functions

Keep reading “Template: More Tag” →

Creating a user for Azure SQL Server database

  • November 01, 2021 November 01, 2021
  • 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 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 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 14, 2021
  • 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 January 13, 2021
  • 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 28, 2020 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 10, 2020 January 28, 2020
  • 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” →

GetInfra WebApi Abstractions introduction

  • November 20, 2019 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” →

Posts navigation

1 2 3

Recent Posts

  • Collecting .NET API metrics with Konso
  • Applying Value Tracking for your .NET 7 application with Konso
  • How to disable object model validation .NET 7
  • Easily track and troubleshoot errors in your .NET 7 web app using Konso's logging feature
  • Keep Your Passwords Safe: 5 Tips for Protecting Yourself After the Latest LastPass Data Breach

Categories

  • Azure
  • Architecture
  • .NET Core
  • Certification
  • DevOps
  • How-to
  • Azure Functions
  • Serverless
  • Cosmos DB
  • Security
  • Thoughts
© Copyright 2023, Alexander Lvovich. Theme by Colorlib