DEV Community

chenxiaokong
chenxiaokong

Posted on

How to learn things you haven't known?

Hello everyone,I am a university student from China,and it's the first time to post on this platform.I want to ask how do you study the thing totally new to you.
My major is a plain engineering subject,so I am not very familiar with the computer application.Recently I found a project on github,it's a template of personal website and I want to make it.But I don't know how to do.Now I am QA with deepseek and making that come true.I get to touch Git,Node.js,all these new things.
But I don't know whether it's a proper way to learn new things or not.Can you talk about how you learn new things when you were a freshman. Moreover,before AI was introduced to our life,how people learn new things.Do you seek help from friends or teacher?Do you read some thick,tedious books?Hope you can take some little time to write something,thank you for all you reply.

下面是中文版,问题其实已经发在思否上了,但不知道会不会有人注意,便在这个国际化一点的community也发一篇
大家好,今天是我第一次来到这个社区。想问问前辈们的学习方式
我是一个小白,专业是普通的工科专业,较少涉及计算机应用。最近看到了github上的imssy个人主页,觉得很好,自己也想弄一个。但是一点不会,一点头绪都没有,目前依靠deepseek在持续推进中,这么说起来,我真的靠deepseek弄清楚,做成功很多事情了
但是我好疑惑啊,这种方法是对的吗,你们作为一个新手时,都是怎么上手的呢,乃至在ai出现的那个春节之前,圈子内的各位又是怎么学习的呢,这些问题我找不到答案,来此发帖,希冀大佬们费一点点时间回答

Top comments (1)

Collapse
 
alexshev profile image
Alex Shev

Using an AI assistant is a good start if you keep a small loop: choose one visible change, predict what it should do, make it, then inspect the result and commit it. A personal site is ideal because every Git, Node, and browser concept has an immediate, concrete payoff.