An open API service indexing awesome lists of open source software.

https://github.com/jerdog/streamlining-devex-slidev


https://github.com/jerdog/streamlining-devex-slidev

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Streamlining DevEx with CI/CD Standardization and Interoperability

https://streamlining-devex-slidev.netlify.app/

To run the slides with a rabbit timer, append `?time=xx` to the URL, where `xx` is the number of minutes you want the timer to run for.

## Abstract

In this talk, we delve into the core aspects of CI/CD which can significantly impact Developer Experience: Pipeline Standardization and Interoperability. We'll explore the pivotal role of standardized practices in CI/CD pipelines, fostering consistency and reducing friction in the development lifecycle. We will also look at how well-defined pipeline architecture and standardized configurations, can empower developers with a smoother and more efficient workflow.

We will also discuss the critical importance of interoperability in CI/CD systems. Enabling seamless collaboration across the diverse toolsets and environments that exist today is a core advantage of interoperability. This enhancing flexibility, and allows teams to leverage their preferred tools without compromising the overall development pipeline.

## Conferences and Events

Below are the conferences and events where this particular talk was presented using Slidev.

- DevOpsDays Porto 2024: https://dodporto-24--streamlining-devex-slidev.netlify.app/
- DevOpsDays Des Moines 2024: https://dod-desmoines-2024--streamlining-devex-slidev.netlify.app/

## Local Development / Viewing

1. Clone the repo
```bash
git clone https://github.com/jerdog/streamlining-devex-slidev.git
cd streamlining-devex-slidev
```
2. Install dependencies and run the dev server
```bash
npm install
npm run dev
```
3. Visit

## Dependencies

- Slidev (https://sli.dev) (included in project)
- Netlify CLI (https://cli.netlify.com) (included in project)

## LICENSE

Shield: [![CC BY-SA 4.0][cc-by-sa-shield]][cc-by-sa]

This work is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License][cc-by-sa].

[![CC BY-SA 4.0][cc-by-sa-image]][cc-by-sa]

[cc-by-sa]: https://creativecommons.org/licenses/by-sa/4.0/
[cc-by-sa-image]: https://licensebuttons.net/l/by-sa/4.0/88x31.png
[cc-by-sa-shield]: https://img.shields.io/badge/License-CC%20BY--SA%204.0-lightgrey.svg