- Load testing your API using K6 and CSV fileToday we’ll briefly see how to load testing your API using K6 and loading data from a CSV file. K6 is an open-source tool recently bought by Grafana Labs used by many … Continue reading Load testing your API using K6 and CSV file
- C# static, Kotlin companion object and Python inheritance differencesSince I started working for Creditas I’ve been studying Kotlin, an amazing language, very concise and full of built-in features. Although there are many concepts in common with C#, there are some … Continue reading C# static, Kotlin companion object and Python inheritance differences
- Quick tip: How to monitor your microserviceFive required components together make your microservice monitored properly: Logging, dashboards, alerts, alert guide, and shift work schedule. If I’d resume the whole process in one sentence it would be something like … Continue reading Quick tip: How to monitor your microservice
- How to test a ‘while True’ in PythonHow to test while true in Python
- Python function as first-class objects vs C#Since I started working with Python, a year ago, I hear some Python developers emphasizing the fact that functions in python are first-class objects, which means you can assign them to variables, … Continue reading Python function as first-class objects vs C#
