Posts by Tag

dotnet

Native AOT for .NET AWS Lambda functions

8 minute read

Switching to Native AOT shouldn’t change how you write your business logic. It should change how the Lambda is hosted, built and serialized around it.

OpenTelemetry for .NET AWS Lambda functions

8 minute read

Lambda functions created with Kralizek.Lambda.Templates can expose invocation, record and source-specific telemetry before application code adds a single span. Here is how that telemetry fits into OpenTelemetry locally with Aspire and wh...

Using LocalStack with Microsoft Tye

7 minute read

Integrating a powerful local emulator of AWS services like LocalStack with Microsoft Tye gives .NET developers a powerful development tool that increases their local productivity.

Pattern matching in C# 9.0

15 minute read

An overview about the different patterns available in C# up to version 9.0 of the compiler, improvements to the to the switch statement and the new switch expression introduced in C# 8.0.

Back to Top ↑

csharp

Native AOT for .NET AWS Lambda functions

8 minute read

Switching to Native AOT shouldn’t change how you write your business logic. It should change how the Lambda is hosted, built and serialized around it.

OpenTelemetry for .NET AWS Lambda functions

8 minute read

Lambda functions created with Kralizek.Lambda.Templates can expose invocation, record and source-specific telemetry before application code adds a single span. Here is how that telemetry fits into OpenTelemetry locally with Aspire and wh...

Pattern matching in C# 9.0

15 minute read

An overview about the different patterns available in C# up to version 9.0 of the compiler, improvements to the to the switch statement and the new switch expression introduced in C# 8.0.

Back to Top ↑

aspnet-core

Back to Top ↑

aws

Native AOT for .NET AWS Lambda functions

8 minute read

Switching to Native AOT shouldn’t change how you write your business logic. It should change how the Lambda is hosted, built and serialized around it.

OpenTelemetry for .NET AWS Lambda functions

8 minute read

Lambda functions created with Kralizek.Lambda.Templates can expose invocation, record and source-specific telemetry before application code adds a single span. Here is how that telemetry fits into OpenTelemetry locally with Aspire and wh...

Using LocalStack with Microsoft Tye

7 minute read

Integrating a powerful local emulator of AWS services like LocalStack with Microsoft Tye gives .NET developers a powerful development tool that increases their local productivity.

How to use Terraform with multiple AWS profiles

6 minute read

When collaborating across different organizations or simply across different teams, environment configuration values can differ. This post shows how the Terraform configuration can be customized to align personal and target environments.

Back to Top ↑

testing

Back to Top ↑

nunit

Back to Top ↑

jekyll

Back to Top ↑

github

Installing the GitHub CLI on Windows 10 ARM

3 minute read

Currently the GitHub CLI has no supported release for Windows ARM. This guide shows the necessary steps to build and install the GitHub CLI on a computer running Windows 10 ARM like the Surface PRO X.

Quickly cloning all your repositories from GitHub

4 minute read

GitHub exposes most of its functionalities via its CLI, including a raw access to the API. This can be used to query all owned repositories and use the result to automatically clone them.

Back to Top ↑

aws-lambda

Native AOT for .NET AWS Lambda functions

8 minute read

Switching to Native AOT shouldn’t change how you write your business logic. It should change how the Lambda is hosted, built and serialized around it.

OpenTelemetry for .NET AWS Lambda functions

8 minute read

Lambda functions created with Kralizek.Lambda.Templates can expose invocation, record and source-specific telemetry before application code adds a single span. Here is how that telemetry fits into OpenTelemetry locally with Aspire and wh...

Back to Top ↑

dependency-injection

Back to Top ↑

development-tools

Using LocalStack with Microsoft Tye

7 minute read

Integrating a powerful local emulator of AWS services like LocalStack with Microsoft Tye gives .NET developers a powerful development tool that increases their local productivity.

Back to Top ↑

security

Back to Top ↑

minimal-api

Back to Top ↑

source-generation

Back to Top ↑

vscode

Back to Top ↑

devcontainers

Back to Top ↑

github-cli

Installing the GitHub CLI on Windows 10 ARM

3 minute read

Currently the GitHub CLI has no supported release for Windows ARM. This guide shows the necessary steps to build and install the GitHub CLI on a computer running Windows 10 ARM like the Surface PRO X.

Quickly cloning all your repositories from GitHub

4 minute read

GitHub exposes most of its functionalities via its CLI, including a raw access to the API. This can be used to query all owned repositories and use the result to automatically clone them.

Back to Top ↑

terraform

How to use Terraform with multiple AWS profiles

6 minute read

When collaborating across different organizations or simply across different teams, environment configuration values can differ. This post shows how the Terraform configuration can be customized to align personal and target environments.

Back to Top ↑

nuget

Back to Top ↑

github-pages

Back to Top ↑

pattern-matching

Pattern matching in C# 9.0

15 minute read

An overview about the different patterns available in C# up to version 9.0 of the compiler, improvements to the to the switch statement and the new switch expression introduced in C# 8.0.

Back to Top ↑

tye

Using LocalStack with Microsoft Tye

7 minute read

Integrating a powerful local emulator of AWS services like LocalStack with Microsoft Tye gives .NET developers a powerful development tool that increases their local productivity.

Back to Top ↑

grpc

Back to Top ↑

configuration

Back to Top ↑

continuous-integration

Back to Top ↑

testcontainers

Back to Top ↑

ef-core

Back to Top ↑

aspire

OpenTelemetry for .NET AWS Lambda functions

8 minute read

Lambda functions created with Kralizek.Lambda.Templates can expose invocation, record and source-specific telemetry before application code adds a single span. Here is how that telemetry fits into OpenTelemetry locally with Aspire and wh...

Back to Top ↑

moq

Back to Top ↑

localstack

Using LocalStack with Microsoft Tye

7 minute read

Integrating a powerful local emulator of AWS services like LocalStack with Microsoft Tye gives .NET developers a powerful development tool that increases their local productivity.

Back to Top ↑

logging

Back to Top ↑

infrastructure-as-code

Back to Top ↑

circleci

Back to Top ↑

autofixture

Back to Top ↑

protobuf

Back to Top ↑

openapi

Back to Top ↑

github-actions

Back to Top ↑

software-architecture

Why Residuality Theory resonates with me

11 minute read

Residuality Theory gave names and structure to architectural habits I had developed over years: walking a problem repeatedly, challenging assumptions, and designing with uncertainty in mind.

Back to Top ↑

opentelemetry

OpenTelemetry for .NET AWS Lambda functions

8 minute read

Lambda functions created with Kralizek.Lambda.Templates can expose invocation, record and source-specific telemetry before application code adds a single span. Here is how that telemetry fits into OpenTelemetry locally with Aspire and wh...

Back to Top ↑

observability

OpenTelemetry for .NET AWS Lambda functions

8 minute read

Lambda functions created with Kralizek.Lambda.Templates can expose invocation, record and source-specific telemetry before application code adds a single span. Here is how that telemetry fits into OpenTelemetry locally with Aspire and wh...

Back to Top ↑