TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Self taught programmers without CS degree working at one of the big 5?

26 pointsby employee123almost 8 years ago
Self-taught programmers without CS degree working at one of the big 5 Google, Facebook, Apple, Microsoft or Amazon. Kindly share your experience, how you did it & how happy you feel.

6 comments

skylarkalmost 8 years ago
I don&#x27;t have a CS degree and currently work at Google.<p>I used a bootcamp to get my foot in the door. I studied college textbooks in my spare time for a few years to fill some of the gaps in my knowledge, and then hardcore interview prepped for a few months leading up to my interviews. I got accepted into all of the tech giants and ultimately decided to go to Google.<p>This is by far the best job I&#x27;ve ever had, and I couldn&#x27;t be happier with how this all panned out.<p>People vastly overestimate how much you need to know to get a job at a tech giant. Not everyone at Google is a computer science or math wizard - in fact, the number of jobs that require people with highly specialized knowledge is quite low. Most people are doing the same app development you&#x27;d do anywhere else.
评论 #14695030 未加载
评论 #14700328 未加载
评论 #14684422 未加载
评论 #14697654 未加载
评论 #14684245 未加载
Bahamutalmost 8 years ago
I start at Apple tomorrow - unfortunately I can&#x27;t really say much about it except that my industry experience and experience interviewing with a myriad of companies helped prepare me for the interview process at Apple, although Apple is pretty intense as far as interviews go (I only study interview failures).<p>While I am self-taught and without a CS degree, I did spend 4 years at a top 15 PhD program in mathematics (UIUC), and have undergrad degrees in math &amp; physics.<p>After leaving grad school, I was desperate for any career track job - after 2 years of fruitless job searching, I got fed up and started teaching self whatever skills I felt I needed. Observing lots of web developer positions open, I decided to target programming skills. Half a year after then, I got my first job as a frontend web developer. Turned out I loved the work, and invested a lot of hours outside of work investing in myself to improve my skills. I also was introduced to the world of open source, and guided to contribute. Fast forward to today, I have 4 1&#x2F;2 years of web development experience, predominantly frontend but about two years working across the stack. I have architected frontends for most of my career, as well as done some major open source work.
评论 #14686218 未加载
评论 #14688271 未加载
giaouralmost 8 years ago
I don&#x27;t have a CS degree and work at Amazon. I picked a specialty completely unrelated to academic CS that&#x27;s generally welcoming of beginners (PHP development).<p>After getting a very entry level PHP job based on reading a few O&#x27;Reilly books, I spent a couple years getting progressively less shitty jobs with progressively higher pay and levels of responsibility. By the time I got an interview with Amazon, I was a legitimate PHP expert. I read a book on Amazon&#x27;s leadership principles and worked through Cracking the Coding Interview to prep for my interview loop at Amazon, and I&#x27;m pretty sure only one or two of my interviewers knew I didn&#x27;t have a CS degree -- the rest didn&#x27;t look at my resume.<p>Now that I&#x27;ve been at Amazon for two years, I don&#x27;t think any employer would care about my lack of a CS degree. I&#x27;m certainly happy to be making several times more than I did in my previous career (French teacher).
bsvalleyalmost 8 years ago
Self taught programmer WITH a CS degree, worked at 2 of the companies you mentioned. I got a master&#x27;s degree in CS a while ago. I still call myself a self taught programmer because I started learning as soon as I started practicing CS at work. A degree is like a passeport, hard to move around without it and people assume you do have a passeport because it&#x27;s easy to get.<p>So, it could be just a memory exercise. If you practice on leetcode and memorize about a 100 different problems, then you should be able to get in any of these companies (as illustrated by other people here).<p>Last but not least, to really answer your question, you basically feel pressured to deliver a lot in a small period of time. Not once, not twice, always. You get judged a lot on your abilities and at the end of the day, you still work on products that solve very basic problems - web app, mobile app, e-commerce, social, etc.<p>It&#x27;s all about fear and ego. Was I able to work at one of these top companies? Am I the smartest employee in my group? Is my annual package bigger than my friends packages? Am I wearing a t-shirt of my employer during the weekends? Things like that... from experience, you should be hunting for a much bigger opportunity in life. Go where things don&#x27;t exist yet and don&#x27;t get distracted by very successful people like zuck, jobs, gates, etc. who have built empires. Do you want to work for their missions or yours? Use them as examples, don&#x27;t work for them!
评论 #14697758 未加载
dsaccoalmost 8 years ago
To preface my answer: I don&#x27;t work at one of the companies you mentioned, but before I joined a graduate program I didn&#x27;t have any undergraduate degree and I still worked in the industry just fine. I am reasonably certain I&#x27;d be hired at at least one of them if I tried, and I&#x27;ve been invited to interview at one of them a few times by a specific team.<p>It&#x27;s going to be hard to be hired at one of those companies without previous experience, whether that is through academic accreditation or through relevant work experience. So if you&#x27;re already working as a developer in some capacity that&#x27;s a good first step.<p>The knowledge you&#x27;re missing (specifically for the interview process) comes in two flavors: breadth and depth.<p>In terms of breadth, you want to understand databases (applied set theory, you can focus on RDBMS), networking, computer architecture (including latency and memory), and system design.<p>In terms of depth, you want to dive into complexity theory, algorithms and data structures. You&#x27;ll want to know data structures and algorithms such that you can both implement them and reason about their asymptotic complexity. Specifically, know data structures (arrays, linked lists, stacks, queues, etc) and algorithms (searching, sorting, graphs, etc) and know their respective complexity classes.<p>On a practical note, you should practice whiteboard coding for implementing the foregoing as well as 1) testing your code and 2) incrementally improving it (i.e. get comfortable writing a reasonably quick solution to a problem, then grappling with it to improve the approach and make it faster). You&#x27;ll also want to practice mapping problems to the algorithms and data structures you&#x27;ve learned.<p>Functionally, in an interview you&#x27;ll be doing the following:<p>1) Receive problem,<p>2) Think about the problem before diving into it, and map the problem to a first order solution,<p>3) Test the solution to reasonably account for edge cases,<p>4) Now improve your solution&#x27;s complexity for time or resource requirements.<p>I can&#x27;t comment on how happy the working environment is, but I&#x27;m familiar with folks working at at least two of those both with and without CS degrees. It&#x27;s not at all an insurmountable hurdle; the biggest obstacle is taking an inventory of your unknown unknowns and working through them.
评论 #14684264 未加载
burntrelish1273almost 8 years ago
TL;DR: helps, not usually a deal-breaker.<p>Self-taught programmer here for a long time (later got a CS &amp; Engineering degree at a UC).<p>I worked at Trimble, Stanford (with IITians) and many other Fortune 500 shops as a consultant without a degree. No problem.<p>The only thing a degree really solves it tells HR &quot;candidate completed some hazing ritual, with a smattering of learning how to learn.&quot;<p>Some people look at degree as a pedigree, but it&#x27;s mostly BS (and expensive).<p>The goal of certifications and degrees should be based on whether it&#x27;s required by a specific industry (ie professional engineer) or job role (ie doctor).