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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How do you create learning plans for skills development

30 点作者 adityam582y超过 2 年前
In this dynamic world and specially tech space, there are numerous things coming up and evolving. To stay competitive, we have to improving our skills on technical, business, and other soft skills. As there is a wide variety of things to learn, how do you create learning plans (specific path towards a direction)? Also how do you avoid participating in the sessions which offer beginner-friendly content? How do you find good quality in learning materials? I find most of them offering just basic introductory lessons. But I find them overly repetitive, and want to focus on practical use cases more than theoritical aspects.

8 条评论

whydat_whodat超过 2 年前
A &quot;learning plan&quot; is a roadmap.<p>So, I start there: Google &quot;learning plan for learning XYZ-thing&quot; or &quot;Roadmap for learning XYZ-thing&quot;.<p>As a Developer, we&#x27;re in luck: <a href="https:&#x2F;&#x2F;roadmap.sh&#x2F;" rel="nofollow">https:&#x2F;&#x2F;roadmap.sh&#x2F;</a> covers many IT skill-learning roadmaps. I highly recommend starting there. and clicking through to explore a particular skill roadmap it shows.<p>Aside from that-- I mostly read a book on the topic, via free book sites like Libgen.is -- For example, recently I wanted to learn Kubernetes in the context of microservices. I lucked out and found a book there which discusses both, plus docker as well. Same with helm charts.<p>Another option: Take a Udemy.com course-- many are 30-40 hours-- plenty of learning material for picking up an introductory skillset. After I finish a course, I sometimes try to build my own version of a project using what I learned, and refer to the course material as needed.<p>From there, I chat with people on IRC (Libera Chat server) in various chat rooms such as Linux, Docker, Nodejs, etc. (Google: &quot;IRC chatroom for XYZ-Thing&quot; to find out if the topic has a chatroom ). Another option is Discord-- same story.<p>In the chatroom, I can ask &quot;Do you suggest a path to learning XYZ-thing&quot;.<p>So, basically you just ask the internet, and search for resources such as books, videos, chatrooms, forums.<p>To ReIterate:<p>**** Roadmaps: <a href="https:&#x2F;&#x2F;roadmap.sh&#x2F;" rel="nofollow">https:&#x2F;&#x2F;roadmap.sh&#x2F;</a> ***<p>Videos: Udemy.com (or google: &quot;MOOCS for XYZ-TOPIC courses)<p>Books: Libgen.is (or google: &quot;where to find free books online&quot;<p>Ask people in IRC or Discord chatrooms
评论 #33535217 未加载
评论 #33528519 未加载
EricE超过 2 年前
Whenever there is a new subject I want to learn about, I find a support community for it and then start answering people&#x27;s questions. In digging and pondering how to answer them, you are learning in a very practical and effective way. It&#x27;s also win-win. You get to help someone else and you get to hone your craft. And if there are better answers, the more active the community the more feedback you will get from others. Obviously this works best if you are sincere and diligent in finding useful solutions and not just tossing out random crap - please don&#x27;t do that.
Bhurn00985超过 2 年前
This is such an important topic and one that I am personally very interested in.<p>Basically it comes down to finding an expert or mentor who has either written one or is willing to help you. I know this is not necessarily the answer you&#x27;re looking for, but the challenge as a beginner is that you do not know what you do not know, and you do not have the knowledge required to judge what is important and what is superficial at that time. Hence, you need some form of guidance by someone.<p>I agree with you that there is too much introductory content, and the moment you have some level of understanding on a topic, it becomes more difficult to find good sources at your level. In my opinion, this is simply a reflection of how much most people know. These days, many just scratch the surface, make some &quot;content&quot; out of it, and that&#x27;s it.<p>For my personal practice, I tend to recognize 2 common options. Either I find some form of learning path, no matter how introductory. Certain topics have more than others. Alternatively I just start with the very basics, and then start practicing. As I learn more, I come across more topics which I keep track of and learn as they become necessary, or based on how often I come across them.<p>That said, it is a deep wish of mine that more people would write &quot;How to become X&quot; or &quot;How to learn Y&quot; articles from a position of expertise.<p>Some examples I like:<p>- How to become a GOOD theoretical physicist: <a href="https:&#x2F;&#x2F;www.goodtheorist.science&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.goodtheorist.science&#x2F;</a><p>- Intro to binary exploitation around CTF challenges: <a href="https:&#x2F;&#x2F;guyinatuxedo.github.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;guyinatuxedo.github.io&#x2F;</a><p>- A Complete 4-Year Course Plan for an Artificial Intelligence Undergraduate Degree: <a href="https:&#x2F;&#x2F;www.mihaileric.com&#x2F;posts&#x2F;complete-artificial-intelligence-undergraduate-course-plan&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.mihaileric.com&#x2F;posts&#x2F;complete-artificial-intelli...</a><p>- Demystifying Security Research: <a href="https:&#x2F;&#x2F;alexplaskett.github.io&#x2F;demystifying-security-research-part1&#x2F;" rel="nofollow">https:&#x2F;&#x2F;alexplaskett.github.io&#x2F;demystifying-security-researc...</a><p>University reading lists, syllabi, tables of content from books, references from papers, etc. are often also good sources.<p>Good luck on your learning path !
评论 #33519749 未加载
throwaway0asd超过 2 年前
1. Avoid frameworks and tools performing heavy lifting that you could do yourself. Software frameworks are architectures in a box designed to eliminate innovation and performance in exchange for safety and convenience.<p>2. Set ambitious product goals. For example you want to drastically increase speed of transmission handling in your product. This means exploring various different transmission options, such as streamed sockets versus HTTP. You have to measure the difference and pick a winner.<p>3. Be continuously aware of your learnings. Very quickly you will find that the things you learn, from evidence and measures, differs drastically from popular approaches. These differences build on each other. After applying a few of these learnings in your product it will become both vastly superior to the alternatives on the market and completely unrecognizable to popular approaches for most developers.<p>Those three steps will impose a critical education path based upon evidence that will provide direction, originality, and constructive feedback. It’s not important that one option is superior to another. What is important is just how superior the better option is, which is something learned from experience and will dictate future learnings.
评论 #33535185 未加载
matt_s超过 2 年前
This might be a contrarian point of view but unless you have professional work to expand upon and deepen your knowledge, you won&#x27;t progress much past beginner material. This is why you won&#x27;t find much beyond beginner material online because it gets very subjective what to do in what situation. Practical use cases beyond beginner material will only come up on actual working (or not working, LOL) systems.<p>Pretend someone is a web app developer and has completed beginning training so they know how MVC works in their language&#x2F;framework of choice. They can build a blog&#x2F;todo app, they know how to write tests, etc. They could theorize what to do if they had a web app that was growing traffic into 1000&#x27;s of requests per second and response times were getting too high but unless they have an actual web app with poor response times and lots of requests its just theoretical.<p>My advice is to think about what you want to improve on and learn and then find an organization&#x2F;company that is doing those things at a level where you will get situations to deepen your knowledge and go work there. Same for soft skills, organizing work, running meetings, negotiating scope, etc. in the practical sense are only going to happen when those things happen.
评论 #33528044 未加载
评论 #33519759 未加载
dangerface超过 2 年前
&gt; how do you create learning plans (specific path towards a direction)?<p>Planning is the enemy of doing, spend an hour a day doing something you don&#x27;t know how to. If you are an intermediate and want to advance you need to learn horizontally, broaden your horizons it will be useful in places you didn&#x27;t realise don&#x27;t try to specialise.<p>&gt; Also how do you avoid participating in the sessions which offer beginner-friendly content?<p>Avoid tutorials and goto the documentation &#x2F; reference. Think of something you don&#x27;t know and figure out how to do it. You will fail constantly but thats the key to learning, if you only follow tutorials you will only know what to do and will never learn what not to do and why you shouldn&#x27;t do that.<p>If you are used to academia then what I just said makes zero sense you are used to learning pre packaged lessons with the sole aim of a goal, getting a qualification. Learning in academia is like a race to the finish line this doesn&#x27;t work when you leave.<p>As you point out there is more things to learn that there our hours in your life to learn them you need to change your learning strategy from one of goal seeking to gradual consistent improvement. The real world is awkward and doesn&#x27;t try to be understandable which makes it a lot of fun when you figure it out.
评论 #33523478 未加载
BWStearns超过 2 年前
I am working on a large (for one person&#x2F;me) project that requires a bunch of skills that I didn&#x27;t have when I started, so I kind of made a dependency tree and I&#x27;ve done basically JIT learning as I go through the project. I had to learn how to design thing X, which requires learning tool A, then to fabricate thing X I had to learn skills Y and Z, which required etc. I also knew I had unknown unknowns so the tree expanded as I went. You learn all this new stuff and the todo list has gotten bigger!<p>For learning in any new-to-you large context without a structured curriculum it&#x27;ll be a yak shaving adventure. But occasionally checking your to-learn list you&#x27;ll realize that you _don&#x27;t_ need some element you thought you did because you&#x27;ve found an alternate&#x2F;easier path, so be on the lookout for opportunities to prune the dependency tree.<p>If you&#x27;re self-teaching a big new subject area you&#x27;re going to encounter unknown unknowns and your objectives will change while learning&#x2F;doing, keep your plan evolving based on what you learn to keep moving forward.
jstx1超过 2 年前
I have a Kanban board with maybe&#x2F;to-do&#x2F;in-progress&#x2F;done categories, and I prioritize things on it occasionally if I have specific short-term goals. Finding resources - sometimes through search but mostly through random chance on hn or reddit.
评论 #33519721 未加载
评论 #33517770 未加载