Debt Free

I turned 30 last week and as a birthday present to myself I paid off the last chunk of the nearly $60,000 in debt I accumulated trying to build a software startup. I thought I would write a little about what that’s like and whether I’d do it again.

In the Summer of 2011 — four and a half years ago… dang — I quit my job.

Continue reading

Technical skills for non-technical people in tech

Tech is one of the few growing bright spots in the job market and understandably a lot of folks want to figure out how to get a job at tech startups.

When I quit my job and started getting into tech/software/startup things I was “not technical” — meaning specifically that I didn’t know how to write software. I’ve had lot of conversations with people trying to break into the market who are also not technical, didn’t grow up hacking, didn’t get a computer science degree and can’t write a line of code. I taught myself to code so a lot of the conversations start there: “Should I learn to code?” While I was technically non-technical in startup parlance, I am in fact a pretty technical person and spent a good part of my pre-startup career mastering nerdy things like Excel Macros so it made sense that I would eventually learn to write my own software. But for many people I’ve talked to, I don’t think learning to code, to the point where they would actually be able to get a job as a software engineer is a good idea.

So how do you get into tech if you’ve decided that you don’t want to write code.

Many people respond by really emphasizing things they believe to be the antithesis of technical skills: salesmanship, networking, being a people person. Maybe it was once the case that all software engineers were antisocial nerds incapable of expressing themselves in public who were dependent on non-technical people to get things done, but that is not at all the case now. Startups increasingly brag about their focus entirely on products, their salesforce of zero, their T-shaped team fully capable of writing and speaking convincingly among everything else.

It’s true, if you are good at sales you will always be able to get a job, but if you are young, or without a ton of relevant experience, and trying to get into tech, there are just too many applicants claiming to be able run through walls and sell snow to eskimos.

Learning to write server code and deploy apps is not a good fit for everyone at a startup, but there are quite a few non-coding but still a bit technical skills that I would highly recommend acquiring. Every startup will value this skill set and in many cases developer/designer colleagues will love you for having them.

So this is my proposed list of technical things non-technical people who want to get into tech should learn.

Know how to use a task managers correctly

Create some test projects and learn how to use Asana, Trello or Basecamp or all three. Learn all the features. Read the companies blog posts and tutorials. Because they are so product and engineer heavy, tech startups tend to live and die by their task/project management apps. Nothing is more annoying than adding someone to the team who keeps adding tasks as subtasks, not tagging correctly, forgetting to add due dates and so on.

Onboarding someone who seamlessly jumps into the project, and even starts cleaning up the task manager and making others lives easier is a dream come true for startups trying to grow the team rapidly.

Email marketing and marketing automation

For all the times journalists have proclaimed the death of email to be nigh, sending email is still an essential activity for all startups. Despite evidence that building an email list and talking to it regularly is very profitable activity, most startups actually don’t send enough email to their customers and prospects.

This is mainly because email marketing systems are still not that easy to use. Brilliant copy can get completely mangled by a poorly edited email template. Forget to check a certain box and your email is completely unreadable on mobile devices. Did you insert the FNAME variable correctly or did you send 12,000 emails addressed to “Dear insert name,”

Make a newsletter of your family and friends and practice sending emails, playing with templates, add call to action buttons and learn how the analytics dashboard works, how to track opens, read and click throughs.

Learn some basic email marketing automation such as how to build a welcome/onboarding course the sends new users an email each day after they sign up.

Mailchimp, Aweber, Drip are a few good options to try out.

Become a form wizard wizard

Forms are still the most underestimated web tool and with form wizards like Wufoo, Google Forms and Typeforms, they can be deployed in powerful ways without any coding at all.

It’s amazing how powerful a good form linked up to email marketing can be. Learn all the different field options. What other apps can be integrated. Should you build a Google Form and output the data directly into a Google Spreadsheet, or a Wufoo form that automatically enrolls signups in an email course on Mailchimp?

Do you really need an engineer to deploy a payment processing system when you can accept payments directly in Typeform without writing a line of code?

CSS tweaks

CSS is not coding and basic CSS is very very easy. It’s just a matter of learning a simple, declarative vocabulary. There are no complex functions, no math, and basically no variables. You can want to turn the text on your embedded form the same dark gray as your company’s landing page text you just need to learn how to say that in CSS:

#my-form label {color: #333}

Take a Codeacademy course and watch a bunch of videos on CSS Tricks.

Learn the most common Content Management Systems

Every startup has landing pages and almost every startup has a blog. Most of these are run on WordPress or Squarespace. Learn how to add and edit a simple page in each of these, learn the default options and how to add your forms and email signups widgets to each of them.

Being the idea person is one thing, but being the person who can create ideas, put them on a landing page and A/B test pricing options is a 10x more valuable.

A little knowledge of forms, email automation, CSS, and how to create a page in a CMS and you can execute that without writing a line of code.

Internet superpowers: Zapier and IFTTT

Here’s where you can out-tech the tech people on your team. When faced with basically any problem: Coders gonna code. This frequently leads to unnecessary custom-built solutions for fairly simple automation.

Two services: Zapier and IFTTT let you automate interaction between hundreds of apps and services without writing a line of code. Do you really need a fancy dashboard to run a cohort analysis of you email signups or can you just have Zapier export every signup into a spreadsheet and run a few Excel functions on it? Taking that off your engineering team’s plate so they can focus on the core product is a huge win.

Learn how to automatically create a support ticket for everybody that tweets at your company, send your inbound leads directly to your task manager so they all get assigned properly and followed up with quickly.

Bring your own army of outsourcers

Your startup’s lead designer is spending the afternoon redesigning the app onboarding process but you really need someone to remove the whitespace from a few logos so you can get a press release out the door. Interrupting their flow for such a little task is a huge drain, instead you should get very very good at using oDesk, Elance and Fiverr to outsource little jobs like that. You can often find freelancers to do things for incredibly low cost (e.g. $5) such that even if you were paying for it yourself it would still be worth it. But there is some overhead of time that you have spend familiarizing yourself with the process, learning how to select candidates and learning the hiring/managing workflow for each one.

Start spending some time and little money now developing that skill. The best part is you can save those freelancers in your account to call on later, an incredibly useful resource for you and your company.

Conclusion

Even if you had literally no other valuable skills, proficiency in all of these categories would be enough to get a job at a tech startup. You’d probably have to call yourself a growth-hacker or technical-marketer but you would definitely be valuable to almost any startup.

The last question is how to express this skillset to potential employers. The answer is LINKS. You must send links to THINGS. Startups do not care where you went to school, what your GPA was, who wrote you letters of reference. They care about what you made. So build a personal website, hire a freelancer to spruce it up, manage that freelancer in Basecamp, write about the process of hiring and managing that freelancer. Start a newsletter for a cause you care about, build a cool form for it on their site and learn from the analytics. Write a case study about that and put it on your site. Then send links to all of those things somewhere very early on in your job application.

Good luck.

How I pay my bills

A lot of folks regularly ask me this question so I’m going to blog about it. It seems weirdly narcissistic to think anyone would be interested in my finances but let’s give it a go.

My last paycheck was in June 2011. I quit to start a startup, or build a company, or something. I didn’t have much of a plan or much in the savings account.

I also don’t buy into the mythology that founders of meaningful companies need to spend years living in their parents’ basement and eating ramen noodles. My folks live in Florida so they don’t have a basement. And they wouldn’t let me live in it even if they had one. And I wouldn’t live there even if they let me. I wanted to become an entrepreneur and live on my owns without sacrificing my quality of life.

In those three unemployed years I’ve lived a pretty good life. I’ve lived in Manhattan, Brooklyn and Washington DC. I spent more than a month each in San Francisco, Barcelona, Buenos Aires, Cusco, Thailand and Bali. I spent more than a year homeless, traveling out of a backpack and working in coffee shops around the world.

I also had several close calls, ran up some credit card debt and spent a few sleepless nights googling personal bankruptcy. It’s been a wild ride.

So, first I’m going to list the various ways I scraped together money, then I’ll close with a few tough lessons learned.

Independent Consulting

My last job was at a consulting company advising cleantech investors and cleantech companies. While I was there it wasn’t crazy to book a six week project, where I did nearly all the work, for $75,000 – 150,000. Meanwhile over those six weeks I was paid maybe ten or twelve thousand dollars in salary and doing a lot of other work. Like many of my colleagues, I thought surely, there must be way to do this on my own. Bringing in just 50% or less of that amount would be a huge raise and I’d be able to operate on my own terms. So, after I quit my job, I reached out to companies for private consulting gigs. Here’s what I found out.

It’s totally true that you can split the difference and make (nominally) a lot more money. The first gig I booked was for a month or so of work for over $20,000. On an annual basis it was about $270,000, not too shabby even in NYC. But the sheen of independent consulting faded quickly. As a solo consultant you face a lot of tribulations that rapidly erode that shiny dollar per hour figure. Accounting is a nightmare, I spent hours tracking down invoices that were weeks or months past due. As a small consultant, clients feel entitled to bully you around constantly expanding the previously agreed, fixed-price scope, pushing back on hours and in general just making your life pretty shitty even without intentionally being jerks. This type of work is decent as a bridge to somewhere else but I got tired of it very quickly. It did however allow me to start earning some side income immediately after losing my paycheck, which was valuable.

I was working a lot with cleantech projects and was often offered success-based contracts, with big fees if I closed an acquisition, financing, or won a bidding process. I signed contracts with the possibility of earning over $250k over the course of a few months. I actually delivered about $75k worth of successes but my total take home was zero. Big fat waste of time and I would caution strongly against these “opportunities.”

The switch to software freelancing/consulting

The reason I quit my job was to build a startup that made educating homeowners about their rooftop solar insanely easy with software. I had no background in software, but I knew that I would need to learn enough to be dangerous, even though my initial plan was to hire or recruit software developers for equity (some of you are laughing at me already. Yes, I’ve since learned my lesson).

So in late 2011 I was devoting a decent amount of my time to learning to code. I was making steady progress when I had a realization. There was then, and remains now, a huge demand for software development. Instead of paying to learn to code, I thought I could big for freelance jobs, that I didn’t know how to do, and get paid to learn. So I went to freelancing sites like odesk.com and elance.com and created a profile. I barely had a portfolio (just some wordpress sites I made for myself and friends for free) and had zero credibility. So I made it a numbers game. I setup a workflow, with pre-written templates and automation that allowed me to apply for tons of small web development gigs.

Eventually I started to get some small $200 or $500 contracts here and there. Once I got a gig I would dive into the topic, reading every blog post and ebook I could and massively over deliver, winning both a happy client and a ton of knowledge in the process. By 2012 I was able to consistently get small jobs at a decent per hour rate. I worked very little, 10-20 hours a month and the net amount put me well below the poverty rate for the full year. But it was something.

In contrast to the strategic consulting I was doing in cleantech, software consulting is much lower stress. The client says “I want my website to X”, you do the work and show them “Look, your website now does X” and you get paid without much fuss. I’m not trying to make a broader point about the long-term benefits of different types of consulting. But if your goal is just to make some short-term cash, look for consulting opportunities where the deliverable is extremely concrete and success is very well-defined.

Geo-arbitrage is a bootstrapper’s best friend

I quickly realized that bootstrapping my business in New York City just didn’t make a lot of sense. Yes there are tremendous networking opportunities, but in the early days it’s mostly you on your laptop in a coffee shop building things, which you can do equally well anywhere in the world without NYC’s insanely high cost of living. I think NYC is an amazing place to build a funded startup, but if you’re on your own you should do what I did in early 2012 and run! I put all my stuff in storage and went full nomad, with just a backpack and laptop. I initially went to Spain for a few months but quickly headed to Latin America (Argentina and Peru). Compared to some big cities, traveling and living in hostels and Airbnb can still be a big savings. One month in Peru my total cost of accommodation was $180, about 10% of typical NYC/SF rent.

Combining the very small income from software consulting and my much lower cost of living I was able to squeak by through most of 2012. The details are for another blog post but 2012 was mostly a year of educational failures for me with three successive abortive attempts at launching my startup and three return trips to the drawing board. If I had not cut my costs to the bone I would certainly have been forced into getting a job by the end of that year.

I’ve used this kind of geographic arbitrage several times and it’s a great escape hatch in a cashflow crunch and good reason to stay away from long-term leases that you can’t easily sub-lease.

Storemapper: my tiny software business

Throughout this whole period I carved out some of my time for side projects. This was probably the smartest thing I did and it saved my butt several times. Sometimes collaborating with friends and sometimes on my own, I launched several small products. Almost all of them were failures but one of them, Storemapper, survived. I’ve detailed Storemapper extensively here where you can see that I launched it in late 2012. At first it was just a tiny trickle of subscription income. By mid-2013, when I moved back to NYC, it made enough roughly cover my Brooklyn rent. The whole time I was back in the city I was running my personal finances very close to the edge and at one point I completely messed up the accounting. I literally had like $300 in the checking account and rent was due in a week. At that point most Storemapper customers were paying me $5-9/month so I quickly hacked up a solution where they could switch to annual billing for $99/year and emailed all the customers. Fortunately about 15 of them took me up on the offer and I made enough money to pay rent and buy myself a small victory beer. These days Storemapper generates about $80,000 in annual subscriptions, which is freaking awesome. This whole story would look very different if I had not found this source of subscription revenue through trial and error. By very different I mean that I probably would’ve been bankrupt. So, hard to overstate the importance of side-projects.

Friends are awesome

I would be massively remiss here if I didn’t mention the help of friends. I was never one for asking for favors until I decided to try to build a company, and a life, on my own. You get over that pretty quickly. Friends of mine have come through big time in the last few years, letting me crash couches and housesit for much longer than reasonable lengths of time. They know who they are and they are awesome.

Credit Cards are useful

Saving the most controversial for last, yes, during the last 3.5 years of trying to build several different companies I racked up a five figure credit card bill. Right before I quit my job I signed up for a ton of credit cards and loading up on both ready to access capital and bonus frequent flyer miles (almost all of the traveling from above I did using miles for basically free).

I’m honestly not sure where I stand on credit cards. For sure I could not have gotten access to that much capital through a traditional loan of any sort. As I started this journey I was convinced that it would be at least as educational (if not radically more so) as an MBA. At its peak my credit card debt was less than one-fifth the cost of a top tier MBA so I genuinely think it was a good wager in the long run. That’s still a lot of debt though. In the short run it’s much more stressful than nice subsidized and negotiable student loans.

I think it’s a huge shame that it is so easy to get a loan for a $100,000 grad school with pretty dubious value and nearly impossible to get $20,000 to cover living expenses while you build, learn and experiment. But those are the facts. Without access to that credit I certainly would have had to quit and get a job. It worked out for me and I’m on track to nuke all my debt by early next year, but it’s also a risky and stressful move.

Lessons learned

I’m in a good mood right now, just finishing up three weeks in Iceland. I saw some great Northern Lights last night and they’re supposed to be better tonight. So I’m concerned this blog post paints too rosy a picture. I quit my job with very little savings and no real plan on how I would make nearly enough to cover my cost of living. I plowed my little savings into learning things and failed spectacularly for a long time at launching my company(ies). There multiple times where I was very seriously googling personal bankruptcy and several times where I only barely was able to make ends meet. I feel now like I’ve only just barely made it out of the gauntlet. There’s still some credit card debt to deal with and my taxes where a complete clusterfuck that I’m only just now getting in order. But, here are some key things I feel I have learned:

  1. Keeping overhead low is essential. The biggest mistake I made by far was moving back to NYC before I had any meaningful income. Every month you live in that city you need to spend like five grand. It’s stressful, it limits your options and kills your creativity.
  2. Maximize flexibility. I have never signed a lease in my life. I don’t have a car, a dog or a cell phone contract.
  3. Ask for help. When you do some stupid and crazy, you’ll be surprised how much your friends want to see you succeed.

There are more lessons learned but this post is getting too long. I’ll think harder on this and write another post.