Add talks pages
This commit is contained in:
parent
09ca6183a4
commit
af093718de
41 changed files with 1277 additions and 0 deletions
19
source/_talks/building-build-configs.md
Normal file
19
source/_talks/building-build-configs.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
title: Building "Build Configs"
|
||||
description: In this lightning talk, I discuss the "Build Configs" tool I've built to create configuration files.
|
||||
speakerdeck:
|
||||
id: e1403f0dfd8245e5a71df9761dc6bc7b
|
||||
ratio: "1.78343949044586"
|
||||
url: https://speakerdeck.com/opdavies/building-build-configs
|
||||
video: ~
|
||||
image: ~
|
||||
events:
|
||||
- name: PHP South West (PHPSW)
|
||||
location: Bristol, UK
|
||||
date: 2023-11-08
|
||||
url: https://www.meetup.com/php-sw/events/296917370
|
||||
---
|
||||
|
||||
[Build Configs](/build-configs) is a tool I've created for creating and managing customised per-project configuration files, such as Docker, Docker Compose, Nix Flakes, and PHPUnit and PHPStan configuration.
|
||||
|
||||
In this lightning talk, I'll discuss why I created it, what problem it solves, more about what it does, and how it works.
|
Loading…
Add table
Add a link
Reference in a new issue