Content pfp
Content
@
0 reply
0 recast
0 reaction

Andrew Lee pfp
Andrew Lee
@startupandrew
Here's how our developer tooling allows us to ship 100+ features per year with a team of 9. I’ll cover 🧵 - Our monorepo - One-command local build - Shared multi-platform code base - CI - Multiple staging environments - Fast deployment & easy rollback
3 replies
7 recasts
27 reactions

Andrew Lee pfp
Andrew Lee
@startupandrew
Our development environment is central to how we work, not just for engineering, but for *everyone*, in every function. Not only are all of our apps in code, but so is our website, blog posts, emails, marketing assets, etc. Git is the common language we speak across the whole company.
1 reply
0 recast
1 reaction

Andrew Lee pfp
Andrew Lee
@startupandrew
Every person, from me, to our growth specialist, to our designer, is working directly in code: testing & reviewing things locally, making changes, and shipping.
3 replies
0 recast
1 reaction

Andrew Lee pfp
Andrew Lee
@startupandrew
How do we enable this? With a monorepo. All of the code for our core product, including web, iOS, Android, backend code, k8s config, etc. all lives in a single repo. This makes setup easy, and it gives us versioning & code review for changes across the entire stack. It also makes testing easier.
2 replies
0 recast
0 reaction

0xRider pfp
0xRider
@0xrider
Sounds like this works well for a small startup. Curious if you think a medium sized org (100-250 ppl) could easily adopt the same practices? I’ve found at larger companies lots of people are code averse even for small incremental things or reviewing RFCs
1 reply
0 recast
0 reaction

Joe Petrich 🟪 pfp
Joe Petrich 🟪
@jpetrich
Wow, I'd love to hear how you got your designer and growth people working in git. Design tools seem to be really lacking in this area.
1 reply
0 recast
0 reaction