Shipyard
@shipyard.build
๐ค 18
๐ฅ 63
๐ 36
Full-stack ephemeral environments on every PR. E2E testing on every code change.
the much-anticipated 2025
@dora.dev
report is now live ๐ the
#DORA
team focused on the impact of
#AI
across an org AI amplifies the existing skills of a team: โ strong teams will become more efficient โ weaker teams will see an increase in their pain points check it out today!
3 days ago
0
2
1
reposted by
Shipyard
Gradle
10 days ago
Itโs the final countdown! โฑ๏ธ Weโre T-7 days from
#DPESummit
2025. Join
#DPE
and
#DevEx
experts and innovators as we come together to redefine whatโs possible in the age of
#AI
. Itโs all happening at The Midway in San FranciscoโSep 23-24! Just a few final ๐๏ธ left at:
http://dpe.org/dpe-summit
0
1
1
this coming wednesday: learn the shortcuts to faster, bug-free deployments with Benjie and Erin
@gradle.com
#DevEx
#DPESummit
add a skeleton here at some point
5 days ago
0
0
0
the
@playwright.dev
#MCP
server boosts
#DevEx
with agents like
#ClaudeCode
and
#GeminiCLI
: they can interact with your app live "hey Claude, take screenshots of my login form flow: with regular sign in, then with GitHub, and another with Google OAuth"
9 days ago
1
0
0
today at
#TestMu
, we're showing a sneak preview of our latest development: the Shipyard
#MCP
server your agents can now spin up, test against, and tail logs for unlimited ephemeral environments see it first at TestMu, and watch this space
#agenticdev
#claudecode
about 1 month ago
0
1
0
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
about 2 months ago
0
0
0
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
2 months ago
1
0
0
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
2 months ago
0
1
2
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
3 months ago
1
0
0
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
3 months ago
0
0
0
reposted by
Shipyard
DORA
3 months ago
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
loading . . .
DORA Community of Practice
The DORA Community provides opportunities to learn, discuss, and collaborate on software delivery and operational performance. Enabling a culture of continuous improvement.
https://dora.community
0
2
1
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
3 months ago
0
0
0
reposted by
Shipyard
Nathen Harvey
3 months ago
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_...
0
4
2
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
3 months ago
1
2
0
not so scary to deploy on friday (the 13th) when you have ephemeral environments!
add a skeleton here at some point
4 months ago
0
0
0
nice that you deploy on fridays, but do you deploy on friday the 13th?
4 months ago
0
0
1
trunk-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
4 months ago
1
2
1
reposted by
Shipyard
Maxim Leyzerovich
4 months ago
sisyphus at daily standup: i had to roll back some changes
4
358
86
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
4 months ago
1
2
0
reposted by
Shipyard
Chris โNot Soโ Short ๐บ๐ฆ๐ณ๏ธโ๐๐ณ๏ธโโง๏ธ
4 months ago
Kubernetes README #SuggestedRead #devopsish
chrisshort.net/kuber...
loading . . .
Kubernetes README | Chris Short
What books ๐ to read to learn more about Kubernetes
https://chrisshort.net/kubernetes-readme/
0
1
1
t-5 min: catch benjie's keynote at
#DeveloperWeek
Leadership ๐
add a skeleton here at some point
4 months ago
0
0
0
benjie will be keynoting
#DeveloperWeek
Leadership next Thursday ๐๏ธ tune in online to learn about the impact of developer happiness (+ good
#DevEx
) on
@dora.dev
metrics
4 months ago
0
2
1
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
4 months ago
0
4
0
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
5 months ago
1
1
0
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
5 months ago
0
1
0
reposted by
Shipyard
Charity Majors
5 months ago
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.
11
170
29
reposted by
Shipyard
DORA
5 months ago
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
loading . . .
DORA Community of Practice
The DORA Community provides opportunities to learn, discuss, and collaborate on software delivery and operational performance. Enabling a culture of continuous improvement.
https://dora.community
0
6
2
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
6 months ago
1
1
0
great guide for measuring
@dora.dev
metrics programmatically!
add a skeleton here at some point
6 months ago
1
2
0
reposted by
Shipyard
Nathen Harvey
6 months ago
Download DORA's Impact of Generative AI in Software Development report.
dora.dev/dora-report-...
youtube.com/shorts/4qevH...
loading . . .
DORA - Impact of Generative AI in Software Development
YouTube video by DORA
https://youtube.com/shorts/4qevHxiNMoY?feature=share
0
3
2
#DevEx
is important to measure because it reflects the key pillars of a devโs quality of life: - their fulfillment - their frustration - their productivity - their output here are a few metrics that can help you track it holistically:
shipyard.build/blog/develop...
6 months ago
0
1
0
kubernetes preview envs improve
#DevEx
and engineering velocity by enabling devs with instant feedback on their features. we wrote a
#k8s
preview envs 101:
shipyard.build/blog/kuberne...
#DevOps
#platform
6 months ago
0
2
0
when you want to make the most out of your
#E2E
tests, you should design test data that reflects the range + randomness of production. otherwise, how will you catch those real-world corner cases? here are a few things to look out for:
shipyard.build/blog/creatin...
7 months ago
0
1
0
reposted by
Shipyard
Paige Cruz
7 months ago
add a skeleton here at some point
0
3
1
reposted by
Shipyard
david L rifkin
7 months ago
๐ hop in buster, we're going to
#srecon
add a skeleton here at some point
0
2
1
our next Platform Eng Meetup will be happening the evening of 3/24 to kick off
#SREcon
๐ we're thrilled to be joined by speakers
@paigerduty.com
,
@davidrifkin.bsky.social
, and Theo Klein. huge thanks to
#Last9
for co-hosting!
#DevOps
#SRE
#platformengineering
#meetup
#bayarea
7 months ago
1
1
2
reposted by
Shipyard
DORA
7 months ago
Tune in tomorrow as Ben Good sits down with Leo Vasiliou from
@catchpointsystems.bsky.social
to explore the findings from the latest DORA report.
www.catchpoint.com/webinar/stat...
#DORA
#GBGB
loading . . .
State of DevOps: 2024 DORA Report Insights with Google Webinar
Join us for an exclusive webinar with Ben Good from Google as we explore the findings in the 2024 State of DevOps report.
https://www.catchpoint.com/webinar/state-of-devops-2024-dora-report-insights-with-google
0
2
1
you reached the end!!
feeds!
log in