Alex KlausDeveloper  |  Architect  |  Leader
Posts tagged "DevOps": 2
March 2022
Pain & Gain of automated tests against SQL (MS SQL, PostgreSQL)
There is a .NET project. Running hundreds of SQL commands and queries. Mostly via an ORM. But occasionally doing the heavy lifting in carefully tuned high-performed SQL queries.
How to orchestrate automated tests against SQL Server for this project?
Read more
November 2021
Load Testing. k6 + TypeScript + Azure DevOps
A practical example of building custom load tests using k6, TypeScript and Docker along with Azure DevOps pipeline. The goal is to create tests maintained by developers and a testing pipeline in Azure.
Read more