https://github.com/jerdog/streamlining-devex-slidev
https://github.com/jerdog/streamlining-devex-slidev
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jerdog/streamlining-devex-slidev
- Owner: jerdog
- License: cc-by-sa-4.0
- Created: 2024-09-02T18:48:18.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-16T12:05:59.000Z (over 1 year ago)
- Last Synced: 2025-03-28T16:45:44.137Z (over 1 year ago)
- Language: Vue
- Size: 181 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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