AWS

Exploring AWS WAF rules with OWASP Juice Shop

In this blog post I will show how can we explore AWS WAF rules easily with the OWASP Juice Shop vulnerable app.

Read
Cloud

Using AWS Cognito for Service-to-Service Authorization in ASP.NET Core

In this blog post I will show how AWS Cognito can be used for Service to Service Authorization in ASP.NET Core.

Read
Cloud

AWS Lambda - HTTP APIs and Concurrent Requests

In this blog post I will discuss some considerations when hosting a HTTP API in AWS Lambda.

Read

Visual Studio 2022 - Remote Testing

This post shows how Remote Testing works in Visual Studio 2022, by running and debugging a unit test in a WSL Ubuntu distribution.

Read
DevOps

Migrating Azure Pipelines from Classic to YAML

This post summarizes some hints and caveats of migrating Classic Azure Pipelines to YAML.

Read

C# Static fields inline initialization - Be Lazy

This post explores static field inline initialization in C# and how can we have full control of the exact moment when they get initialized.

Read

Chasing a failed test in CI/CD pipeline

This post describes the troubleshooting experience of having a test failing in CI/CD pipeline, which was not easy to reproduce locally in my machine.

Read

VS 2019 on Windows - Debugging a unit test running in a Linux container

This post shows how to debug in VS 2019 on Windows a unit test running in a Linux container

Read
Job Interview

Preparing Interviews for a Software Engineer position

I've just finished two job recuitment processes. Here are some tips and how I prepared them to succeed.

Read

DDD is fancy - Are we doing it right? Should we use it?

This post is a reflection about Domain Driven Design (DDD).

Read