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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Self-taught devs – anybody struggling with Git/code mgmt too?

3 点作者 federiconitidi超过 5 年前
As per title: I program since I was 14 on various languages, but don&#x27;t have a formal CS education. My coding skills served me well as I was able to build a saas product and company which we sold a few months ago - so I&#x27;m pretty happy with them. However, I&#x27;m self taught and I never quite worked as part of a large professional team, so my knowledge of code management&#x2F; git&#x2F; cicd practices and generally &quot;working as a team on the same code&quot; really sucks. Is it just me or common to other with a similar experience? What&#x27;s the best place to up my game in this area?<p>Thanks to anyone who wants to help

2 条评论

Izkata超过 5 年前
It&#x27;s extremely unlikely a formal CS education would have helped. Not a single professor in mine even mentioned version control, let alone taught anything about it. It&#x27;s not the type of knowledge CS focuses on anyway.<p>Likewise for all our new hires (we tend to aim for recent bootcamp and college graduates): None of them had used version control before and all had to learn on the job.<p>As for git specifically, this is the single most useful thing I&#x27;ve ever seen for creating the right mental model of commits&#x2F;branches - it&#x27;s helped almost everyone I&#x27;ve sent it to: <a href="https:&#x2F;&#x2F;learngitbranching.js.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;learngitbranching.js.org&#x2F;</a>
评论 #22255808 未加载
bharam超过 5 年前
If you like books I recommend Humble and Farley&#x27;s &quot;Continuous Delivery: Reliable Software Releases through Build, Test, and Deployment Automation&quot;. It was written before cloud native practices like containers were mainstream so not all the advice will be relevant but it has good chapters on source code management practices and CI.
评论 #22255685 未加载