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: Do you need a CS certificate to work in programming field?

3 pointsby amtsover 2 years ago
I have an elderly acquaintance who is a retired informatics teacher and Windows user and, as I&#x27;ve told that I have been teaching myself CS, he offered to attend some of his private online lessons for free and sent some of his lectures. What&#x27;s funny: 1) I&#x27;ve heard from him that he taught C++, data mining etc at various local colleges and some universities and about his students, but he never told what he has _built_ with his code; 2) he wrote some article of type how-the-brain-works + fuzzy set theory to explain how the brain recognizes speech phonemes etc, but he wasn&#x27;t able to pronounce &quot;Ruby&quot; correctly; 3) despite teaching programming languages he is not able to learn English proficiently enough, saying that he is too old to learn any other language.<p>When I told that I want to build a website, he sent me some master&#x27;s degree paperworks of his students who built sites for some bs companies, but I am not interested in their industries and would never be fully motivated to build any websites for such companies. One of the advantages is that he may have some connections regarding the local work opportunities, but some of his connections keep reiterating that to get a programming job you always need some certificate of completion of some locally (Baltic EU) tought courses. When I told about HackerRank, numerous online CS learning platforms etc, there was no reaction.<p>Should I waste my time and attention on this? How can I stop this idiotic circus?<p>I am tired of all this idiotic circus. I am happy enough by teaching my self CS myself, despite that I havn&#x27;t made any money with it. I know exactly why it is so, and how to change it. I love my own original interpretation of CS foundations and concepts. I think it is very unique and you won&#x27;t find it in any current textbook. I can design enough interesting&#x2F;useful coding tasks for myself by using online resources and I have more than enough free and paid resources online and offline textbooks to teach my self CS myself seamlessly.

4 comments

olivierduvalover 2 years ago
This won&#x27;t be a good answer, but the best I may give now...<p>I learned programming when I was 13 by myself (in the 90&#x27;s), then graduated in CS and now I&#x27;m managing developpers (and trying to recruit).<p>What I look for in a job position is: someone with passion for CS OR at least someone with experience or at least a CS degree. So a CS certificate is NOT a prerequisite BUT you&#x27;ll need at least to be able to show some real achievments in CS (like a not trivial website for example) and be able to explain how you did it, what choices you made and why, what you tried, what failed and why...<p>On the other side, &quot;graduation&quot; with online CS (HackerRank or other) is not really meaningfull (YMMV): it does show that your brain work but not your creative side (and programming IS creating).<p>Soooo... either learn by yourself and build something meaningfull (and sooner or later you will need so CS theory... on complexity and algorithm for example to tackle real problems)... or get CS degree to get job, then experience, then better jobs...
评论 #34059511 未加载
gigatexalover 2 years ago
No but if you’re the kind of student that thrives on the structure then the degree program is nice. Plus a good school has an Alumni network that could help with getting placed
PaulHouleover 2 years ago
A self-taught programmer needs a portfolio, preferably a visible demo, at the very least some specific project done for hire or for the good of the community.
评论 #34059434 未加载
hayst4ckover 2 years ago
In the valley you do not need a degree of any sort, but not having a degree is definitely the exception. Those people without a degree often have a long work history working for companies doing low level NOC&#x2F;admin work while they leverage the coding skills they learn in their off time to become more valuable until they de-facto work as a programmer.<p>&gt; I am tired of all this idiotic circus.<p>Here is the most important lesson you learn in college in a nutshell: You aren&#x27;t as smart as you think you are and there are a a lot of things you don&#x27;t know you don&#x27;t know. If you&#x27;re used to being the smartest person in any group of 30 people, then college can greatly humble you. College was the first time in my life where I was in a room and it was clear I was not the smartest person in it, maybe not even in the top half.<p>College, in my experience, helps diminish the Dunning-Kruger effect greatly.<p>I&#x27;ve interviewed a lot of people for SWE and performance <i>greatly</i> correlates with college. I never asked particularly hard questions and they were always very pragmatic questions, not ivory tower stuff. Many of the best staff engineers&#x2F;managers I&#x27;ve worked with had masters degrees. It is more often than not graduates that make core systems.<p>The way you write shows that there is a lot you don&#x27;t know you don&#x27;t know and that you are considerably overconfident in yourself, particularly before you have a portfolio of externally validated useful software to backup your claims of how good you are.<p>Pragmatically:<p>A CS degree sets you up with a lot of information that would be useful for interviews (and understanding how things work) in an organized and systematic way.<p>Big O notation, basic data structures, basic algorithms, basic data structure manipulation with algorithms. Intuition about these things.<p>After basics, engineering courses take you on tours of important systems and protocols and touch on <i>why</i> they are the way they are not just <i>what</i> they are.<p>If I say &quot;recursive backtracking&quot; do you know what that means? That&#x27;s a first semester topic and just about every company in the valley was doing interview questions that used it. Do you know test and set? Do you know why it is important? Do you know the three way handshake? Do you know why it is the way it is? Exponential backoff? Can you implement DFS&#x2F;BFS in 5 minutes? Dijkstra&#x27;s? Have you heard of dependency injection? Do you know why it&#x27;s important? Entropy? Hashing? Buffer overflow? SQL Injection?<p>How much of this do you understand? <a href="https:&#x2F;&#x2F;github.com&#x2F;alex&#x2F;what-happens-when">https:&#x2F;&#x2F;github.com&#x2F;alex&#x2F;what-happens-when</a><p>&gt; I love my own original interpretation of CS foundations and concepts.<p>You take this as a point of pride, but having a shared language and understanding allows you to communicate with and leverage other people.<p>I can&#x27;t speak for the level of education you are around, but there exists good education that is definitely worth seeking out.
评论 #34070188 未加载