Skip to content

Commit c057ac6

Browse files
committed
changes to match main
1 parent cfb47ad commit c057ac6

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

netlify.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[build]
22
publish = "dist"
33
command = "npm run build"
4+
CI = "false"
45

56
[build.environment]
67
NODE_VERSION = "20"

slides.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
---
22
titleTemplate: "%s - Slidev"
33
title: "Developer Experience is Central to DevOps Success"
4-
theme: slidev-theme-the-unnamed #wordman, apple-basic,
5-
info: false
4+
theme: slidev-theme-the-unnamed
5+
info: |
6+
## Developer Experience is Central to DevOps Success
7+
8+
## Abstract
9+
Developer Experience (DevEx) encompasses every aspect of the experience that your developers (both internal and external) have with your product, tooling, systems, etc. While platform engineering aims to reduce developer toil, DevEx goes beyond that. It covers deployment pipelines, Infrastructure as Code (IaC) practices, developer efficiencies, productivity, UI/UX, and APIs. In this presentation, we will focus on some of the principles of DevOps (collaboration, communication, shared responsibility), go into the history of DevEx and how it's changed over the years (remember Vim? CFEngine?), and how a strong DevEx mindset can bring together development and operations teams.
610
author: Jeremy Meiss
711
conference: "devfest KC 2024"
812
socialimg: '../images/bluesky-jerdog-white.png'

0 commit comments

Comments
 (0)