BrisPHP / meetups

A place to request and propose talks for the BrisPHP meetup community.
https://brisphp.com
25 stars 0 forks source link

[OFFER] Build a dev env for your team #85

Open ndench opened 1 year ago

ndench commented 1 year ago

Presenter name: Greg Skerman Talk name: Build a dev env for your team Talk length: 15 Socials: GregSkerman Talk synopsis: iSeekplant have a bunch of local dev tools are that are pretty neat.

We’ve basically written our own CLI that started with wrapping some common docker operations and has ended up templating pipeline creation, handling local db dumps, orchestrating our datalake etc etc. basically all our local dev processes, turned into a set of cli tools.

One thing it does, a new starter clones the repo, installs dependencies and runs one command. Within an hour they have all the code and a running local dev env.

Handles all the local service to service authentication etc. basically mirror prod locally in one step.