TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What to focus on for proving I am a competent programmer?

26 点作者 h0ldnack将近 3 年前
I am a self-taught programmer, and I am trying to get my first job related to coding. I've been programming in general for 6 years, most of the time in python with a few incursions into other languages. I also have the experience to be a Linux sysadmin, but I'd prefer something more dev-focused. I have a bunch of partially finished projects; most would take a bit to finish, but a few would be doable. I've setup a blog, https://holdnack.net, a week ago. So I guess I'm wondering is it better to have a few solid projects, one bigger project, a well-written blog or something else entirely? Oh, and this is focused on just getting an interview; I am generally confident on my interviewing skills, depending on how leet it is.

6 条评论

stefanos82将近 3 年前
OK, let me try help as much as I can here.<p>&gt; I&#x27;ve been programming in general for 6 years, most of the time in python with a few incursions into other languages.<p>Can you be more specific here please, if possible?<p>How do you use Python, exactly?<p><pre><code> * web development, like Flask or Django? * Machine Learning &#x2F; Deep Learning? * CLI applications or web services? * GUI framework such as wxPython, Tkinter, PyGTK, PyQt, Kivy? </code></pre> &gt; I also have the experience to be a Linux sysadmin, but I&#x27;d prefer something more dev-focused.<p>It&#x27;s quite useful to know how to use one-liners in Python; lots of tasks can be automated as cron jobs, especially for DevOps this is very convenient.<p>&gt; I have a bunch of partially finished projects; most would take a bit to finish, but a few would be doable.<p>It would be useful to finish as many as possible, so you can use them as part of your portfolio.<p>&gt; I&#x27;ve setup a blog, <a href="https:&#x2F;&#x2F;holdnack.net" rel="nofollow">https:&#x2F;&#x2F;holdnack.net</a>, a week ago.<p>Good! Try to find a topic you are interested in to specialize on, so you can make your name synonymous to that niche.<p>For instance, Chris Wellons&#x27; website [1] is a must-read by those who are interested in C&#x27;s deep and interesting corners.<p>He covers other topics as well, but most of the times in C he goes as low as possible; mind-blowing to say the least!<p>&gt; So I guess I&#x27;m wondering is it better to have a few solid projects, one bigger project, a well-written blog or something else entirely?<p>80% on one bigger project, 20% on various smaller projects, and whenever possible write down your adventurous journey.<p>This way you will build your audience...but don&#x27;t write for the sake of writing; have something to share with your like-minded friends and acquaintances.<p>For example, follow blogs with well-written material.<p>I already shared Chris&#x27; website; another blog to follow in case you are in web development, is Lea Verou [2].<p>&gt; Oh, and this is focused on just getting an interview; I am generally confident on my interviewing skills, depending on how leet it is.<p>Then you have nothing to worry about; you are good to go!<p>Good luck!<p><pre><code> [1] https:&#x2F;&#x2F;nullprogram.com&#x2F; [2] https:&#x2F;&#x2F;lea.verou.me&#x2F;</code></pre>
评论 #31554842 未加载
rg111将近 3 年前
You are yet to get your first job.<p>Your first and immediate goal should be doing projects.<p>Pick a popular website and clone it with Django&#x2F;Flask. Do it for 2&#x2F;3 websites.<p>Write and maintain a blog post where you share your journey and write tutorials. Your portfolio website is itself a project. Make it carefully, make it cool and functional.<p>Open Source contributions and making YT videos are suggested, but skip them if you have too much pressure.<p>Then solve programming problems. A lot of them, regularly.<p>Learn about basics of DS and Algo.<p>Then start applying. Apply in scores. Or hundreds.<p>You will land something.
kevinmershon将近 3 年前
One of the best and simplest ways to prove you&#x27;re a competent programmer would be to just live stream yourself coding on twitch or YouTube. Both sites let you record and edit previous streams down to highlights you can organize into categories (e.g. database work vs frontend work).<p>Live streaming is also great practice for interviews as well, because you shout be narrating your train of thought and explaining pros and cons of your solution as you work on it, for both.<p>I did exactly this before acquiring my current job, and my boss thanked me for sharing the content and said that was the best possible interview process he could conceive of.
评论 #31555857 未加载
glouwbug将近 3 年前
Likely leetcode, and lots of it.
ldjkfkdsjnv将近 3 年前
leetcode.com<p>Seriously, once you get the interview thats all that matters
评论 #31555498 未加载
johnthescott将近 3 年前
does your code lead to profit?