Menu

Close
  • Home
  • About
  • Contact

Socials

  • Github
  • LinkedIn
  • Flickr
Subscribe
Blog Logo Menu

code

A 26-post collection

Page 1 of 6 Older Posts »

Automating variables and secrets management with Github Actions and AWS SSM Parameter Store

In this article, we will see how to automate the deployment of secrets and variables using AWS SSM (Systems Manager) Parameter Store and Github Actions workflows.... »

Author image Sergey Akopov on code 15 October 2023

Staying productive with .NET and VS Code

It’s hard to pull away from all of the conveniences of Visual Studio, however, I’ve been noticing that I’m slowly starting to drift to simplicity and... »

Author image Sergey Akopov on code 10 March 2021

Retrying transient HTTP errors with Polly

There are many ways to achieve fault-tolerance in distributed systems. One of the most basic strategies is trivial retry logic, which triggers on certain error conditions.... »

Author image Sergey Akopov on code 26 February 2021

Reliable Database Connections and Commands with Polly

Network services can fail or become temporarily unreachable unexpectedly. This is especially true when running code on cloud providers like AWS or Azure and more often... »

Author image Sergey Akopov on code 27 August 2017

Ambient Context with Dapper

I think anyone who’s ever written data access code has at some point explored the Unit-of-Work (UOW) pattern. This pattern presets a great way to manage... »

Author image Sergey Akopov on code 20 August 2017
Page 1 of 6 Older Posts »