Vaidehi Joshi Profile picture
Aug 23, 2018 8 tweets 3 min read Twitter logo Read on Twitter
I was rejected by Etsy one year into my career. At the end of the a long day of interviews, they asked me to code a CS problem (Conway's Game of Life) in a language that I definitely didn't know (PHP). #shareyourrejections
After the interview, I went home and read everything I could about Conway's Game of Life. I didn't understand a lot of it. So then I started reading about other computer science problems, hoping one of them would make more sense to me.
But even some of that was still confusing. So I started trying to comprehend the fundamentals. How did these algorithms work, and how could I better understand them? I wasn't sure, but I knew that I had to try to find out.
I spent a lot of time lost in the depths of various Wikipedia articles, attempting to understand how these things worked. And I had a hard time finding good, accessible resources that would explain them to me at that point in my learning.
I decided that I would try to learn these things on my own, and attempt to create those resources that I thought were lacking. And that's how #basecs REALLY came to be.
It's been 2.5 years since that interview, and I have taught myself and others so many technical concepts that I couldn't even have imagined understanding back then. And now, #basecs has grown from a written series into both a podcast and video series! 🤗
Not all rejections are bad; they are what you make of and take away from them. My @codeascraft interview/rejection ended up completely changing my career, and I'm really glad for that!
Ironically, I still haven't actually gotten around to implementing Conway's Game of Life since that my interview. But maybe someday I will. :)

#shareyourejections

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Vaidehi Joshi

Vaidehi Joshi Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @vaidehijoshi

Jul 9, 2018
I stand by all the sentiments in this thread. 🙌
I've been in this industry for some years now and yet people still assume that I'm very junior because I give talks about how hexadecimals work (apparently that's "too basic" for a conference).
I get flack for writing posts about things that you might have seen in the first semester of your CS program (apparently everyone "already knows how linked lists works").
Read 8 tweets
Jul 28, 2017
In today's edition of "oh my god everything is so freaking interconnected", I learned a W I L D thing about JavaScript's parseInt function:
You're probably already be familiar with how parseInt() works; it converts a string into an integer, based on the radix/base you pass to it.
For example:

parseInt("150.00", 10)
=> 150

Pretty straightforward, right?
Read 15 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us on Twitter!

:(