see you at #TestMu in 2 weeks!
visit our virtual booth and tell us how you're building + testing with agents ๐ค
and if you haven't yet, register today. TestMu has over 60 sessions on QA, testing, CI/CD, agents, and more.
#QA #DevOps
@shipyard.build.bsky.social
Full-stack ephemeral environments on every PR. E2E testing on every code change.
see you at #TestMu in 2 weeks!
visit our virtual booth and tell us how you're building + testing with agents ๐ค
and if you haven't yet, register today. TestMu has over 60 sessions on QA, testing, CI/CD, agents, and more.
#QA #DevOps
here's how to apply these:
shipyard.build/blog/hide-st...
is your staging env showing up in search?
this is pretty common, esp if you carry the same site config from prod to staging
keep users away from your untested, WIP features:
1. ๐ robots.txt
2. ๐๏ธ staging sitemap.xml
3. canonical โก๏ธ prod
4. HTTP auth
5. request๐๏ธGoogle
shipping faster doesn't necessarily mean you're in a better place, esp when you don't have the right processes/pipelines
how can you keep a good dev pace while being confident your code is bug-free?
join Benjie and Erin at #DPESummit in SF and find out!
@gradle.com #DevEx #DX
we put claude code to the ultimate test: writing #E2E tests โ
took some trial and error, but we got the best results from directing CC to use test-driven development
not surprising, as human devs often have the same experience with #TDD
we're joining our friends #LambdaTest on aug 19-21st for this year's #TestMu conf ๐
looking forward to catching sessions on the latest + greatest in test automation ๐ฅ
visit our virtual booth for good chat, games, and prizes!
#DevOps #testautomation #QA
Join the #DORA Community tomorrow for a discussion about creating a practice of continuous improvement!
Nancy Barraza from Clara will be sharing some of her experiences and we'll have an open discussion.
Join the dora.community group for meeting details.
#community #GBGB #ContinuousImprovement
how do ephemeral envs prevent ๐ฅs in staging + prod?
1. they're isolated: they don't share services/data with other envs, so bug blast radius is contained
2. they shift test/review left: find + resolve bugs before they hit staging/prod
build more, firefight less!
#DevOps
Are you using gen AI during any phase of your SDLC? We want to learn more about your experience. Take the @dora.dev survey today!
google.qualtrics.com/jfe/form/SV_...
the 2025 @dora.dev survey is now open!
DORA's research has changed the way teams deliver software. their findings have helped countless engineers understand + improve their processes. or in short, get better at getting better.
support their research by taking the survey!
#GBGB #DORA
not so scary to deploy on friday (the 13th) when you have ephemeral environments!
13.06.2025 18:50 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0nice that you deploy on fridays, but do you deploy on friday the 13th?
13.06.2025 18:50 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 1trunk-based dev is a rapid git dev model: commits are pushed/integrated directly into the trunk, sans PRs/MRs
why?
๐ merge conflicts--
๐ cognitive load--
๐ quality software++
going from a branching model to TBD is no small feat. it takes a combo of automation + teamwork:
@dora.dev #DevOps
sisyphus at daily standup: i had to roll back some changes
09.06.2025 19:22 โ ๐ 360 ๐ 79 ๐ฌ 4 ๐ 7read our thoughts on it:
shipyard.build/blog/docker-...
one of the many reasons we โค๏ธ Docker Compose? it makes test env management easy
use it during dev, use it as an app def for a deployment, and use it to keep config consistent for every env in between
#DevOps #Docker @docker.com
Kubernetes README #SuggestedRead #devopsish chrisshort.net/kuber...
09.06.2025 12:00 โ ๐ 1 ๐ 1 ๐ฌ 0 ๐ 0t-5 min: catch benjie's keynote at #DeveloperWeek Leadership ๐
05.06.2025 16:55 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0benjie will be keynoting #DeveloperWeek Leadership next Thursday ๐๏ธ
tune in online to learn about the impact of developer happiness (+ good #DevEx) on @dora.dev metrics
we're gearing up to meet the #Baltimore DevOps community at DevOpsDays Baltimore ๐ฆ
looking forward to a jam-packed two days of excellent sessions and open spaces.
don't miss Natalie's lightning talk on trunk-based development on Wednesday afternoon ๐
#DevOps #SRE #Platform
here's how:
shipyard.build/blog/local-f...
since '76, the #Makefile spec has made build workflows easy
don't build out your #CICD logic in your pipeline, treat it as a wrapper for your build/test/deploy steps. and your makefile can be your SSOT for local and remote workflows
#DevOps #devtools #testautomation
when you ask ChatGPT or Claude a question, how often is it actually correct? not quite often enough for you to take its output as 100% factual...
thatโs where #vibecoding becomes a liability
here's how you can test your vibe coding + trust every deploy
shipyard.build/blog/ephemer...
#DevOps
I don't know who needs to see this, as the saying goes, but platform engineering is not just "devops" or "infra" by another name.
Platform engineering is about bringing a product sensibility and design ethos to the infra-shaped technical problem space.
Code reviews painful? ๐ฉ Huge PRs, weak feedback?
Let's fix it! Join the DORA Community this Thurs w/ @abt.bsky.social, author of "Looks Good To Me".
๐๏ธ This Thursday, 9AM PT!
๐ Join the mailing list for details - dora.community
#CodeReview #DevOps #DORACommunity
here's how you can start:
shipyard.build/blog/measure...
#GBGB #DevOps
change fail rate is one of the 4 key @dora.dev metrics. CFR represents how often a change to prod doesnโt perform as expected, or introduces a bug
remember: measuring CFR is the first step to improving it
#GBGB #DevOps