📅 April 27, 2022

CodeMash 2022

Intro

I am late on a recap of CodeMash 2022 considering the conference was back in January, but I came across a few things worth sharing. CodeMash is a conference held at Kalahari Resorts in Sandusky, Ohio. The sessions are a smorgasbord of different technologies. Some sessions don't involve technology at all. This year was my fourth time attending.

Below are some of my highlights from sessions I attended.

The Art of Readable Code

Finding Your Flow With Kanban

Building Reusable components | slides

Making the most of your DevOps Artifacts

- stage: Validation
  condition: eq(variables['Build.Reason'], 'PullRequest')

and a build stage that ran when not a pull request:

- stage: Build
  condition: ne(variables['Build.Reason'], 'PullRequest')

Tribal Knowledge in Agile Teams | slides

Supercharge Your ASP.NET Core Applications | video

Design Patterns for Loosely Coupled Applications | video, slides

We really do change data stores. You have changed data stores if:

# development