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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: As a CS student with free time, what can I do to further prospects?

2 点作者 iobt92将近 5 年前
Hi all,<p>basically the title says it all. I&#x27;m currently a CS student working towards my Bachelor&#x27;s. Since I have plenty of free time (for the most part), I was thinking of picking up other skills&#x2F;domains to further my prospects of acquiring an internship&#x2F;job once I graduate.<p>I was thinking along the lines of:<p><pre><code> 1. Learning about other topics such as security, distributed systems, graphics which I may not have the chance to formally take a course on (given limited elective choices). 2. Developing expertise in a particular development &#x27;domain&#x27;, e.g. web development, mobile development through various side projects. </code></pre> Otherwise, I was thinking of devoting the extra time to going more in-depth than what the module may demand i.e. dive into the textbooks&#x2F;relevant material and cover content beyond what may be officially covered by the course, but I am not sure to what ends this will help to improve my skillset. What do you guys think?

3 条评论

austincheney将近 5 年前
* If you want to get better with security study for the CISSP and read security literature. Right now I am learning how to produce certificates and trust authorities from openSSL and its a huge pain in the ass even just for localhost.<p>* If you want to get better at programming write an ambitious open source application. With enough experience you will realize that any given application is just some variable mix of instructions and data structures.<p>* If you want to be a technical expert in the real world get better at writing. Spending time writing original technical documentation, revise it, and then write some more. Writing ability is what identifies the adults in the room.<p>* Web development is a contentious subject. If you want to be employable learn a framework. Memorize the framework&#x27;s API, become familiar with the tools and conventions, and tap into the framework&#x27;s development community. You can fail at everything else.<p>If you want to be a strong web developer and make more money spend the minimal amount of time on a popular framework to be minimally employable. Spend the rest of your time focusing on code portability, performance, and accessibility using conventions directly gleamed from the standards. Know how to quickly build a web application with confidence without a framework.
rooam-dev将近 5 年前
Imho the &quot;otherwise&quot; option should be on the top of your list.<p>Tools&#x2F;best practices come and go, can be learned quickly with so much information out there.<p>That said, be curious and try different things and you will know what you like. Passion amplifies learning by a magnitude.<p>All of the above is imho, that I would&#x27;ve told younger myself.
评论 #24167123 未加载
brudgers将近 5 年前
Meet people. Relationships are more important than specific skills. They are also harder to develop and maintain. Good luck.