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.

Teach Yourself Computer Science

1169 pointsby JDW1023almost 5 years ago

46 comments

karmicthreatalmost 5 years ago
One thing I'm always amazed by when casually talking to people about what I do is how they don't think they can do it. Many people think that software engineering and programming are some inscrutable thing. Sometimes I try to tell them that it is nothing special, it doesn't take a mega genius or math expert to do it. That the most important skill is just being able to solve real problems, soft skills and breaking problems into parts. As well as the ability to self learn and research. I get the idea that most people don't believe that though. Or they think its a humblebrag. Rant done, it's just frustrating that people limit themselves like that.
评论 #23593031 未加载
评论 #23593419 未加载
评论 #23598119 未加载
评论 #23592659 未加载
评论 #23599123 未加载
评论 #23597027 未加载
评论 #23593094 未加载
评论 #23597738 未加载
评论 #23593063 未加载
评论 #23595751 未加载
评论 #23592743 未加载
评论 #23597560 未加载
评论 #23592842 未加载
评论 #23592607 未加载
seven4almost 5 years ago
Whenever i have someone ask me where to get started on CS - i give them a few options tiered to try and ensure some stickiness&#x2F;higher utility for them specifically.<p>~Some Existing Touch Point With CS<p>Teachyourselfcs.com is definitely in the conversation - in general I recommend it to friends who have a pre-existing &quot;gateway&quot; to the field (software engineer or otherwise). The page talks about progressing from &quot;type 2&quot; to &quot;type 1&quot; software engineer - a deeper understanding affording a richer career&#x2F;experience.<p>~Relatively Fresh - but have strong intent<p>For people who are more &quot;virgin&quot; and fresh but are willing to put in the work - I recommend OSSU (&quot;open source curriculum&quot;) - and i&#x27;ve found for whatever reason that structure has let them gradient in with more success. (<a href="https:&#x2F;&#x2F;github.com&#x2F;ossu&#x2F;computer-science" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ossu&#x2F;computer-science</a>)<p>~Intrigued&#x2F;Engaged - but intent is still nascent<p>For people who have a fleeting interest but don&#x27;t necessarily have the time or intensity about their interest i usually recommend a starter python course - 90% of these people will fall off the path unless there is a more permeable access-point to the space that offers a positive feedback loop. The university of Michigan has some engaging options.
评论 #23589780 未加载
评论 #23589845 未加载
评论 #23591770 未加载
评论 #23662005 未加载
panicalmost 5 years ago
Has anyone here learned a subject by going through one of these &quot;teach yourself&quot; lists? I&#x27;ve learned most of what I know about computers on my own, but it wasn&#x27;t from following a list of textbooks. And when I&#x27;ve tried to follow a course like this for other subjects, despite my initial interest, I&#x27;ve found myself unable to make it through more than a couple chapters of the first textbook before running out of steam.<p>But somebody must be getting some value out of these things, right? Am I just bad at studying? Or not as interested in the subjects I&#x27;m trying to learn about as I think I am?
评论 #23591415 未加载
评论 #23590126 未加载
评论 #23590473 未加载
评论 #23589816 未加载
评论 #23590747 未加载
评论 #23592993 未加载
评论 #23592057 未加载
评论 #23595914 未加载
评论 #23592354 未加载
评论 #23599130 未加载
评论 #23590989 未加载
评论 #23590796 未加载
评论 #23597918 未加载
评论 #23662102 未加载
评论 #23597884 未加载
评论 #23591664 未加载
jgwil2almost 5 years ago
Main updates as of May 2020:<p>Computer Architecture: added <i>Computer Systems: A Programmer&#x27;s Perspective</i> as first recommendation over nand2tetris.<p>Compilers: <i>Crafting Interpreters</i> added as first recommendation over dragon book.<p>Distributed Systems: added <i>Designing Data-Intensive Applications</i> as first recommendation over <i>Distributed Systems</i>.<p>Online availability of some video lectures has changed as well.
评论 #23590163 未加载
评论 #23589434 未加载
brainlessalmost 5 years ago
Are you thinking or debating if getting a deeper understanding of CS will help you or your career?<p>I am thinking of the same. Even though I have a Bachelor of Science (BSc) in Computer Science, it has been 14 years that I actually used any of it. I regret it sometimes since I know what it is to know how things work underneath the high level languages (PHP, JavaScript and Python for me).<p>Lately I have started taking more interest in CS and I think part of the reason is Rust. You could be learning Go, Swift or any similar language and come to similar feelings.<p>In Python (my language of choice for the last 7 years along with JavaScript) I do not really have to care about pointers, stack or heap allocation, how memory gets create or cleaned, etc. I also do not need to know if there is a virtual machine, a garbage collector, etc. Data types and how they are handled are somewhat important but I rarely get slapped by the Python interpreter for mistakes.<p>To me it seems that a lot of developers are choosing to go into more typed and lower level (closer to metal) languages. My gut feeling says this is happening because we can not crank up core speed from 2GHz to 3Ghz to 4Ghz and beyond as easily as we did pre-2Ghz era. Yes we hit ceilings of per-core power. But we have more users than ever before and the world seems to be eager to bring computing to even larger audiences.<p>All this is great, but it means developers need more refined and powerful set of tools that can work in low-power environments, boot up fast and deliver more computing throughput. The high levels of abstractions that most of us have enjoyed will stay but there will be new territories where you want to push code that is way, way more efficient. If we want to work with them, we need to know not only how to push a Template into an `&lt;H1 &#x2F;&gt;` but about the metal that is underneath. From how browsers work internally to how networks work, how processes work or communicate, how memory is allocated and so forth.<p>So this is a choice we have to make individually. I choose to learn and I am going with Rust and spending time to learn CS again. It is a slow process though, I have full time commitment to my product as a solo founder. Cheers!
评论 #23591293 未加载
评论 #23591226 未加载
评论 #23591189 未加载
评论 #23590737 未加载
评论 #23591537 未加载
29athrowawayalmost 5 years ago
I like Algorithms by Robert Sedgewick. It&#x27;s a great book. He also has free online courses based on the books that are of excellent quality:<p>- <a href="https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;algorithms-part1" rel="nofollow">https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;algorithms-part1</a><p>- <a href="https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;algorithms-part2" rel="nofollow">https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;algorithms-part2</a><p>There&#x27;s a website for the book as well, that has code that is well organized and commented.<p>Unfortunately excellent books like &quot;Programming Pearls&quot; have code examples that use weird naming conventions that just make me just want to punch the wall.<p>For competitive programming and interviews, Antti Laaksonen&#x27;s books are fantastic: <a href="https:&#x2F;&#x2F;www.cses.fi&#x2F;book&#x2F;index.php" rel="nofollow">https:&#x2F;&#x2F;www.cses.fi&#x2F;book&#x2F;index.php</a>
评论 #23589830 未加载
mcguirealmost 5 years ago
That list is...not bad, as far as it goes.<p>I would suggest <i>Essentials of Programming Languages</i> by Daniel P. Friedman and Mitchell Wand instead of (or even better, in addition to) <i>Crafting Interpreters</i>. The former is about <i>languages</i>, the latter <i>compilers (or rather interpreters)</i>. They are complementary.<p>A couple of things I would add:<p><i></i>Logic<i></i> Rather than saying it is &quot;applied math&quot;, I prefer to view programming as &quot;applied formal logic&quot;. Everything from fancy type systems to Fowler&#x27;s refactoring to Dijkstra&#x27;s &quot;weakest precondition&quot; semantics for normal human being programming languages are simple applications of formal logic. <i>Logic for Computer Science</i> by Steve Reeves and Mike Clarke seems a good choice.<p><i></i>Automata theory<i></i> Ok, if you&#x27;re going this far, you might as well go all the way and learn what all that &quot;finite state machine&quot;, &quot;universal Turing machine&quot;, and &quot;incomputablity&quot; crapola is about. <i>Introduction to the Theory of Computation</i> by Michael Sipser is pretty good.<p><i></i>Old-school Artifical Intelligence<i></i> Games. Plus, what can I say but, it&#x27;ll come back again. <i>Artificial Intelligence: A Modern Approach</i> by Russell and Norvig. (Oh, there it is down towards the bottom.)<p>Sorry, I don&#x27;t have video suggestions. And yeah, some of those aren&#x27;t free. But they&#x27;re not horribly expensive either. Maybe there are alternatives.<p>&quot;<i>Still too much? If the idea of self-studying 9 topics over multiple years feels overwhelming...</i>&quot;<p>I&#x27;d have some snarky comment here, but I&#x27;m bitter.
ipnonalmost 5 years ago
I am planning on returning to university for a CS PhD after discovering that studying this curriculum is consistently the highlight of my day. Studying CS is the most interesting thing I do on a regular basis. I owe my thanks to the authors.
评论 #23589898 未加载
评论 #23590123 未加载
评论 #23590992 未加载
评论 #23589645 未加载
评论 #23589675 未加载
fn1almost 5 years ago
I like to compare CS to medicine.<p>Most topics of it aren&#x27;t difficult to understand, but overall it&#x27;s just a lot of information. If you want to get a comprehensive CS-education, you have to accept that it takes years of studying, learning and practise.
评论 #23590272 未加载
评论 #23590802 未加载
评论 #23591938 未加载
stockstreaksalmost 5 years ago
Ha - super ironic that this would be atop HN today. I&#x27;ve recently decided to dive back into this journey as well. Anyway - I was watching the final lecture of David J. Malans CS50 course yesterday and found this awesome slide he shared. I screengrabbed it and now I share it with all of you.<p>It&#x27;s essentially &quot;where to go from here and beyond&quot; (by course)<p><a href="https:&#x2F;&#x2F;gyazo.com&#x2F;919d9deef0d1767f685fab9b4bfc12fc" rel="nofollow">https:&#x2F;&#x2F;gyazo.com&#x2F;919d9deef0d1767f685fab9b4bfc12fc</a>
评论 #23592116 未加载
评论 #23592408 未加载
thundergolferalmost 5 years ago
At 200 hours per subject, it would take 2 years to complete if studying part-time (20hr&#x2F;week) during only the working weeks of the year (92 weeks). If you&#x27;re uncomfortable working+studying 60-70hrs a week, it would probably take 4 years.<p>Are there blog posts around where people share their experience of undertaking and completely this endeavour?
评论 #23594476 未加载
dangalmost 5 years ago
See also:<p>2018 <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=17581589" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=17581589</a><p>2017 <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=13862284" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=13862284</a>
评论 #23589277 未加载
评论 #23589299 未加载
hliyanalmost 5 years ago
Though it doesn&#x27;t cover programming directly, I&#x27;ve always loved <i>Computer Science from the Bottom Up</i> - <a href="https:&#x2F;&#x2F;www.bottomupcs.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.bottomupcs.com&#x2F;</a>
miguelrochefortalmost 5 years ago
As a 30 year old software developer who&#x27;s now considering going back to school for the next 3-4 years to get a degree, I wonder if I should blame these kinds of resources for making me believe that I could learn everything on my own and that a degree was unnecessary. Having learned this material in school would have made my life so much easier...<p>For context, I recently received a lot of pressure to get a degree, despite years of experience and good knowledge of CS fundamentals.
评论 #23589399 未加载
评论 #23589420 未加载
评论 #23595885 未加载
评论 #23589396 未加载
评论 #23589433 未加载
评论 #23589836 未加载
niklasdalmost 5 years ago
I really liked &quot;The Computing Universe&quot; by Tony Hey. It&#x27;s a book which covers most of these topics on a higher level, but I felt it was (very roughly) an abstract of what I learned in the first CS semester. So I find it a very good introduction into the field for interested non-CS people.
Iuzalmost 5 years ago
Does anyone have a github &#x27;awesome&#x27; type of page with aggregated teach yourselfs? I would love to have it for other subjects.
ascotanalmost 5 years ago
Having gone through all of these course myself, I&#x27;m wondering if this stuff is really relevant to today&#x27;s workforce? Compiler Design? How to build an Operating System?<p>I remember in a job writing my own BNF grammer and a a parser for it to optimize something or other and I got back basically &quot;WTF&quot; on the code review.<p>I would say database fundamentals is a must, so is networking. But honestly the rest is iffy. When was the last time you needed to build a red-black tree?<p>I think programming should be a larger part of CS. And no, not in Lisp. I also think ML needs to be more of a thing as well.
评论 #23594612 未加载
评论 #23592050 未加载
评论 #23592052 未加载
评论 #23597387 未加载
评论 #23591975 未加载
评论 #23591969 未加载
bpatel576almost 5 years ago
Just going to drop this link here:<a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=23564832" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=23564832</a>
评论 #23590698 未加载
thundergolferalmost 5 years ago
Can anyone with a CS undergrad from an elite US college (Stanford, Berkeley, MIT, Carnegie Mellon) comment on whether they feel their undergrad covered 100-200 hours worth of these subjects?<p>As someone with an Australian CS degree, I feel like my curriculum covered less than half of this properly.
评论 #23594834 未加载
评论 #23591109 未加载
评论 #23592083 未加载
评论 #23591578 未加载
评论 #23591261 未加载
alexashkaalmost 5 years ago
&gt; If you’re a self-taught engineer or bootcamp grad, you owe it to yourself to learn computer science.<p>No, you don&#x27;t.<p>I know all these topics and I don&#x27;t recommend anyone working in a corporate environment to learn <i>any</i> of this. It&#x27;ll likely result in you resenting your job, your peers and the entire software industry.<p>---<p>I gave my heart to know wisdom, and to know madness and folly: I perceived that this also is vexation of spirit. For in much wisdom is much grief: and he that increaseth knowledge increaseth sorrow.<p>1:16-18; King James Version
评论 #23590498 未加载
评论 #23590315 未加载
评论 #23590103 未加载
评论 #23590183 未加载
评论 #23589679 未加载
评论 #23594757 未加载
评论 #23595177 未加载
ellsthrowalmost 5 years ago
I don&#x27;t understand why so many programming jobs require a comp sci degree when very rarely do they require anything more than &quot;programming&quot;
评论 #23592701 未加载
NotSammyHagaralmost 5 years ago
Looks like a decent start, great to put these various sources together. Under algorithms, I found discussions of big o time complexity, one of the real killers for the non-cs majors in terms of interviews and career growth. Under algorithms I found it on the Coursera course by &quot;Tim Roughgarden ... available on Coursera and elsewhere&quot;.
natural219almost 5 years ago
This is very good. I would recommend this to anybody considering a career in software.<p>My only problem is that it&#x27;s not very pedagogical; I don&#x27;t think &quot;read and study the foundations for 1000 hours, you twerp&quot; is really the best approach to ease people in.<p>I would recommend starting small, making a webpage or some simple fun programs that you enjoy working on. MDN is a good resource (<a href="https:&#x2F;&#x2F;developer.mozilla.org&#x2F;en-US&#x2F;docs&#x2F;Learn" rel="nofollow">https:&#x2F;&#x2F;developer.mozilla.org&#x2F;en-US&#x2F;docs&#x2F;Learn</a>) for this, but there are probably better guides &#x2F; tutors out there that can personalize an approach based on where you&#x27;re at. Glitch is also cool (<a href="https:&#x2F;&#x2F;glitch.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;glitch.com&#x2F;</a>)
YeGoblynQueennealmost 5 years ago
There is a distinct lack of Hopcroft and Ullman from this list:<p><i>Introduction to Automata Theory, Languages, and Computation, 2nd Ed.</i><p><a href="https:&#x2F;&#x2F;www.amazon.co.uk&#x2F;Introduction-Automata-Theory-Languages-Computation&#x2F;dp&#x2F;0201441241" rel="nofollow">https:&#x2F;&#x2F;www.amazon.co.uk&#x2F;Introduction-Automata-Theory-Langua...</a><p>Which is basically all the goodness in Structure and Interpretation... and any book on compilers and interpreters. Basically, though I don&#x27;t reckon that any modern courses teach from Hopcroft &amp; Ullman, it&#x27;s a major textbook in the field (unfortunately the 2nd ed is easier to find but the 1st has the works).<p>Another foundational text is Andrew Tennebaum&#x27;s book on Operating Systems:<p><i>Operating Systems Design and Implementation</i><p><a href="https:&#x2F;&#x2F;www.amazon.co.uk&#x2F;Operating-Systems-Implementation-Prentice-Software&#x2F;dp&#x2F;0131429388" rel="nofollow">https:&#x2F;&#x2F;www.amazon.co.uk&#x2F;Operating-Systems-Implementation-Pr...</a><p>To be honest I don&#x27;t how it compares with the book proposed in the article, since I haven&#x27;t read that book.<p>Finally, two personal recommendations for anyone interested in AI (as a study of advanced CS concepts and not just as a way to make a quick buck with a shallow understanding of a few machine learning tutorials):<p><i>Artificial Intelligence: A modern approach</i> (Russel &amp; Norvig)<p><a href="http:&#x2F;&#x2F;aima.cs.berkeley.edu&#x2F;" rel="nofollow">http:&#x2F;&#x2F;aima.cs.berkeley.edu&#x2F;</a><p>And the free pdf of <i>AI Algorithms, Data Structures, and Idioms in Prolog, Lisp, and Java</i>:<p><a href="https:&#x2F;&#x2F;www.cs.fsu.edu&#x2F;~cap5605&#x2F;Luger_Supplementary_Text.pdf" rel="nofollow">https:&#x2F;&#x2F;www.cs.fsu.edu&#x2F;~cap5605&#x2F;Luger_Supplementary_Text.pdf</a><p>Which doubles as a good textbook for programming languages in general.
SZJXalmost 5 years ago
The recommendation of &quot;Crafting Interpreters&quot; is pretty weird. I would argue that more important than the specifics about compilers is a high-level understanding of various ideas in programming language design, and be able to understand the building blocks of different languages and compare the trade-offs of using one language compared with another. Dan Grossman from the University of Washington has an excellent course Programming Languages on Coursera: <a href="https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;programming-languages&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;programming-languages&#x2F;</a>, which I think would be far more relevant to modern programmers than studying compilers specifically.
sjperezalmost 5 years ago
Has anyone ever found a guide of similar format and quality for data science? I would love to find a similar collection of resources for learning data science fundamentals (math, statistics, programming, etc.)
评论 #23589678 未加载
评论 #23590720 未加载
评论 #23589922 未加载
Aperockyalmost 5 years ago
How I as a mechanic major started in CS:<p>My lab had a project that nobody tended to, an evangelist at the lab told me all the good things about linux and git so I bought a burner laptop for $250, wiped the disk, installed ubuntu and wrote 3000 lines of the crappiest code you can ever imagine.<p>But it worked.<p>So now when someone ask me for advice to start fresh in software engineering, I always tell them you just have to wipe your computer and install $DISTRO. And start from the terminal, everything else will just come naturally (with deadline pushing it might get faster).
ducaalealmost 5 years ago
There is ArsDigita University Curriculum[1] which is an interesting one<p>[1] <a href="http:&#x2F;&#x2F;www.aduni.org&#x2F;courses&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.aduni.org&#x2F;courses&#x2F;</a>
stormdennisalmost 5 years ago
I&#x27;d like to know the reasoning behind replacing the very approachable, concise, hands-on and doable Nand to Tetris course with what looks like an enormous textbook.
评论 #23593401 未加载
zvmxczxvmczalmost 5 years ago
IMAO this Type 1 and Type 2 comparison is ridiculous. And in this context Type 2 seems to me being more related to continuous and more pragmatic learning. I have done CS and I can&#x27;t remember using any of it to make money. Do CS because you love the subject and crave for more knowledge about it. Do the Type 2 stuff if you need a job&#x2F;money.
评论 #23594751 未加载
fouricalmost 5 years ago
I feel like the hardest part of modern software engineering is systems architecture. I&#x27;ve pretty easily picked up everything on this list that I&#x27;ve touched, but I still don&#x27;t know how to <i>organize systems</i>. Is this just me? (if not, then I feel that this site misses the most important part of the discipline)
评论 #23593357 未加载
评论 #23593119 未加载
627467almost 5 years ago
I wonder if anyone here has tried this (or other) self taught CS successfully while not being a &quot;self-taught engineer or bootcamp grad&quot;.<p>What if you are a designer or PM type with several years experience in software industry? Is it productive to skip real experience or actual classes to get into CS&#x2F;engineering?
评论 #23590678 未加载
评论 #23589583 未加载
t3rmialmost 5 years ago
I would recommend <a href="http:&#x2F;&#x2F;www.bottomupcs.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.bottomupcs.com&#x2F;</a> if you&#x27;re looking for a quick crash course. It&#x27;s a bit out of date but its the shortest book I&#x27;ve found which covers most of the computer science stack.
musicalealmost 5 years ago
Of course an MS - which they recommend against - would likely cover additional topics (computer graphics, AI&#x2F;machine learning, formal methods) as well as follow-on material to the introductory courses listed on the page.
danielscrubsalmost 5 years ago
Is this computer science books? Seems like great computer engineering books but I have only read a few of the suggested ones.<p>Is there any math or science in those books (aka, could I write a paper from it)?<p>Anyone that have read them that care to chip in?
评论 #23595078 未加载
tha1esalmost 5 years ago
Equivalent “X guide for practitioners with deep knowledge” for any of these (X=)fields:<p>Probability<p>Statistics<p>Finance<p>Deep learning and AI
sergiotapiaalmost 5 years ago
Where would one go if they had money but minimal time to get a formal online education in CS? Syllabus, other students to discuss ideas with, etc?
评论 #23595196 未加载
M5x7wI3CmbEem10almost 5 years ago
how much of this curriculum is necessary for a FAANG job?<p>I’d love to go through all of them, but I’m constrained with work as well, so I’ll have to prioritize.
评论 #23589888 未加载
评论 #23590134 未加载
评论 #23589820 未加载
评论 #23589855 未加载
bor100003almost 5 years ago
OK, great books, I haven&#x27;t read any of them. Please, can someone share experience reading the recommended books? When did you do it?
评论 #23595803 未加载
dzongaalmost 5 years ago
as someone with a degree in CS, they&#x27;re subject matters out there like logic, philosophy, algebra &amp; writing. that will definitely help you out in CS. because first and foremost you need to be good at abstract thinking, then cs will click. and once abstract concepts click, you&#x27;ll see the nonsense that the current software engineering industry is.
ithrowalmost 5 years ago
Shouldn&#x27;t the Math for CS come before the Algo book?
评论 #23589736 未加载
musicalealmost 5 years ago
These are all good courses actually!
SMAAARTalmost 5 years ago
This is nice, simple and essential.
magnusmagnussonalmost 5 years ago
This site has been an amazing resource for me. Easily the best &#x27;self-learning&#x27; way for me.
kangalmost 5 years ago
Without formal language study, how is this computer science?<p>This is computer engineering. Please fix the title atleast on HN.
ilakshalmost 5 years ago
This is a pretty good website. But I have a huge problem with the premise as stated at the beginning of the website:<p>&quot;If you’re a self-taught engineer or bootcamp grad, you owe it to yourself to learn computer science. Thankfully, you can give yourself a world-class CS education without investing years and a small fortune in a degree program&quot;<p>.. They then go on to list various categories of information and skills in each high-level topic.<p>First of all, it implies that someone who is &quot;self-taught&quot; may be basically equivalent to someone who just finished a bootcamp. That is ludicrous. A &quot;self-taught engineer&quot; might have been programming and studying computer science topics for 30+ years, whereas someone who only attended a bootcamp may have only had four months of training or something.<p>Secondly, it implies that self-taught engineers do not have computer science knowledge or skills. This is also a ridiculous belief.<p>Now, examining the specific list of topics.<p>&#x27;Programming. Don’t be the person who “never quite understood” something like recursion.&#x27; -- This implies that self-taught engineers do not understand recursion. If someone calls himself a &quot;self-taught engineer&quot; or &quot;bootcamp graduate&quot; and does not understand recursion, then he should not call himself an engineer and&#x2F;or should not have been allowed to pass the bootcamp. Again, this description shows that the creator of the website assumes that &quot;self taught engineers&quot; and &quot;bootcamp graduates&quot; in fact have virtually no useful skills and knowledge. Its asinine and quite insulting.<p>&#x27;Algorithms and Data Structures. If you don’t know how to use ubiquitous data structures like stacks, queues, trees, and graphs, you won’t be able to solve challenging problems.&#x27; The ridiculous implication here is that self-taught engineers don&#x27;t know what a stack, queue, or tree is.<p>Another general criticism I have is that the creator of this website seems to think that watching videos and reading books is a good way to learn. Unless the books or videos have exercises (and the book recommendation I saw did not have exercises), that is horrible advice and a huge waste of time. If you are just looking for something like a survey or reference, passively watching the videos or reading the books could be useful. However, there is nothing so special about these books or topics that they cannot be learned about from many different websites.
评论 #23590299 未加载