B2B FinTech: Pulley’s engineers create advanced webapp.io workflows to serve 1000+ startups
Reading Time • 3 min read
B2B FinTech: Pulley’s engineers create advanced webapp.io workflows to serve 1000+ startups
B2B FinTech: Pulley’s engineers create advanced webapp.io workflows to serve 1000+ startups

What is Pulley?

Pulley is a cap table management platform helping hyper-growth startups save money, move faster, and simplify their employee/investor equity information. Founded by serial entrepreneur and software engineer Yin Wu, Pulley values being able to push new features for their users and build their product quickly.

Screenshot of the Pulley.com website

We sat down with software engineers Mark and Hubert. Both engineers were heavily involved in DevOps and optimizing webapp.io at Pulley.

Watch the full video testimonial below:

Video testimonial from Mark E., a founding software engineer and Hubert K., a senior DevOps engineer at Pulley

Process:

The Pulley team started with one Layerfile, setting up backend End-to-End (E2E) tests. They were soon eager to integrate ephemeral environments into their review workflow. Because they had already configured their environment to run E2E tests, it was relatively simple to reuse that work to create ephemeral environments.

The Pulley team learned the workflow quickly, and came up with several improvements to their initial workflow:

  • Use inheritance to speed complex processes up.
  • Install most things at the top of the base Layerfile (docker compose, node, yarn, etc.) so they will always be cached.
  • Don’t use RUN REPEATABLE twice, it can produce unpredictable results.

Tech Stack:

Before webapp.io:

Challenge:

Having an efficient flow for merging Pull Requests (PRs) is a top priority for Pulley. Their team had built a solution in-house to create environments per-PR, which involved spinning up an instance in Google Compute Engine (GCE), running Docker Compose, and exposing that IP (which would then be commented on the PR).  

Some difficulties Pulley experienced with their in-house solution:

  1. Finding and fixing bugs was a big time sink.
  2. Linking environments in PR comments led to confusion, due to the long list of PRs.
  3. The 10 minute wait for it to spin up was too long.
  4. It was costly, approximately ~$2500/month between CI servers in Google Cloud Platform (GCP) and the VMs they were spinning up for PRs.

After webapp.io:

  • Use webapp.io to create ephemeral environments per-PR
  • Use both CircleCI and webapp.io in parallel for CI

webapp.io solutions:

  1. Focus on core product: The Pulley team can focus on building things that matter and let the webapp.io product optimize their workflows.
  2. Streamlined QA/developer collaboration: Per-PR environments are organized within webapp.io so they are easy to find. Pulley’s developers can also deploy to persistent staging environments so the QA team always knows where to look.
  3. Time savings: Now, ephemeral environments spin up in 2-3 minutes instead of 10 minutes.
  4. Cost savings: With per-seat pricing of $49/month, the team knows exactly what to expect.

Why did they choose webapp.io?

From the perspective of a founding engineer:

“It’s important that we have a really efficient flow for reviewing PRs and that we’re making  sure we’re not merging anything that’s going to be a blocker to master. We’d originally set up a system... but there were plenty of issues with that. Yin had pointed me to webapp.io early on and said ‘Hey, should we check this out?’ At first I was like ‘I don't know if we should spend the time to migrate right now’. Now I regret that we didn’t do it much earlier.”

- Mark E., Founding Software Engineer

From the perspective of an implementation software developer on the team:

“I started with a very, very simple Layerfile… It went pretty smoothly at that time, but then it started to be a bit complicated when I needed to figure out the flow we wanted to have on our side. What did we want to do first, what did we want to cache first, and so on. When I split the layer into multiple Layerfiles... that helped me organize the codebase, and then it went really smooth. Importing one Layerfile into another is an amazing thing.”

- Hubert K., Senior DevOps Engineer

Want to supercharge your engineering team too? Try webapp.io for free here

Last Updated • May 27, 2021