You learn a lot by being the lead dev of a startup. What did I learn? What things would I have changed? Here it is!
Introduction
I’m Ryuhei. I’m a PHP (Laravel) and NodeJS developer in Seattle, WA. Normally, I run Y-Designs with Max. Y-Designs builds websites and web applications for mostly business clients.
We’ve become proficient at taking in almost anyone (with or without much technical knowledge) and helping them create a website or web application for their business needs. We do sometimes take on startups if we find the idea intriguing.
Enter Two Thousand Times
About a year and a half ago, we took on Two Thousand Times as a client. They had an idea to build a storytelling platform for the masses. Their idea was separate from the likes of Medium in that it would build a community of writers and it would promote anonymity. The anonymity would help the writers to be true in their emotion and not afraid that they would be found guilty of their deeds.
Most of all, there is a limit to the length of writing; about 2000 words or less. This was to promote short stories and to limit people from rambling.
The idea of self-help/healing as well as self-exploration really struck a chord with us.
We as Y-Designs helped them create the prototype which lead them to their investors.
Funding and the Time Crunch
As soon as the funding came, it was all official; we were to hustle and bustle to build out our little prototype into something less buggy and more real.
Sondry is built on top of Laravel, and NodeJS. Most of the web stack is Laravel while some of the surrounding components are built using NodeJS (Socket.io for messaging for example).
The strategy at this time was that we had no time. I mean, no time = no strategy. We were given 7 weeks to launch. Okay, actually the investors decided that we need to build it in 6.
Lesson 1: Don’t expect people to understand how long anything takes. Slash features when you need to keep yourself kind of sane. (There goes messaging from launch!)
Before the real journey even began, what you don’t know…..
What I haven’t told you yet is that before we could actually dive into the main web app code, we had to figure out another piece of a puzzle. The landing page.
The landing page is a placeholder site until the real site can launch. Our functional requirement included being able to actually sign-up as a real user (in the database) from the placeholder site.
To make matters more complex, we had to build two versions. One version was a really complex one page scroller with a lot of HTML5 animations. The second variant was a simple one page image with just a signup.
Turns out that the complex one did much worse than the simple one. We were idiots wasting our time when we could have been just coding the web app itself.
The landing page also took longer than a normal system since we had a running version of the beta site. We had to keep the user signups in sync to make sure that there were no username collisions. Building a secret REST api for the web app took time too.
Lesson 2: Don’t waste your time on the landing page. Keep that shit simple!
Building Two Thousand Times
Let me list you what’s involved here:
- 1 non-coding CTO/Sys Admin
- 1 Lead Dev (that’s me)
- 1 Junior Dev (that’s our intern)
- 1 Designer/Front-End Dev (Max)
- 2 Founders
Launching Two Thousand Times
Well. Let’s just say that leaving every detail up to other folks isn’t always a good idea. Some folks don’t know that you have to lower the TTL (time to live) on the DNS and that mobile networks are notorious for caching DNS information.
I was too busy coding to pay attention to the details of the deployment for the official day….
The site worked for everyone in the world, except for those of us on the mobile networks at the launch party. Type 2 fun commence!
Lesson 4: Lower the TTLs for your A and AAAA records a few days in advance of the launch and make sure that your real deployments are not in a separate instance of your server farm.
Conclusion (part 1)
I learned a lot. I coded a lot. I argued a lot. I had a lot of fun.
In a way, Two Thousand Times was like climbing Mailbox peak (the old trail) where you go up 4000 ft in just 3 miles. A hell of a vertical hike, just to get to the top.
Turns out that this hike didn’t really end there. Part 2 to follow!
Lessons Learned:
- Surprises are everywhere. People can move up dates on you without any warning. Let others know what is or isn’t possible as fast as you can.
- Don’t waste your time even if larger forces are at work. Work on what’s most important and forget about being a Startup. Cool = Stupid
- Try to plan things when and if you can. You’ll avoid a lot of stress that way. Our circumstance was nothing short of spectacularly timed mess, but we did get it done without detailed planning. Just a whole lot of elbow grease!