Introduction
Everyday we came to know new programming languages, framework that needs to understand and implement. Sometime we might be stuck on How to begin learning something new technology/language. So here we can discuss methods and techniques that help you to learn and implement.
My Method
Whenever a technology/language grab my attention and I have decided to learn it then
- I tried to know more about it through blogs and video showing the pros and cons and uses.
- After deciding to learn then I tried to find any course for the beginners.
- Along with learning, I tried to make projects that help me to retain knowledge for a longer time.
Discuss
- Your way of learning new technology
I am excited to know your method of learning something new.
Oldest comments (30)
Great practice to kickstart something new
Yes. That is the fifth point. Use what you learned on your own.
Yesssss
Sounds exciting to try out🔥🔥🔥
prolly useful as well - discussion 😉
Definitely useful for reading more.⭐
I wrote more about it with the languages I learned using this method here: thevaluable.dev/how-to-learn-progr...
Your article will help the discussion ♥️
By suggesting to learn and develop a new small service at work using that new language/framework. Knowledge + Money are powerful incentives ^_^
Nice idea 🔥🔥
Look at the basic syntax and try bulding a small side project with it
Definitely a good way to learn new language
Here's my way of learning:
And that's how I usually but again, keep it simple you don't have to learn everything about a particular language or framework.
TL;DR Here's a summary:
Thanks a lot for providing us with us detailed method that anybody can follow and learn everything ♥️
Thank you so much for taking the initiative for the discussion in the first place. People like you are the ones who change the world ;D
You took bro by contributing to the community ♥️
I guess this is how I learn coding.
That's nice idea to start something learning and developing some project along with it.
Here's one possible path:
Step 1: Learn a mainstream general purpose programming language - C/C++, Go, Rust, Java in-depth.
Step 2: Implement your favourite project (that covers most grounds of syntax and semantics) in the language learnt in Step 1.
Step 3: Goto learnxinyminutes.com to learn others. Pick one.
Step 4: Do step 2.
Step 5: Repeat Step 3 until Step 6
Step 6: Realize that most programming languages are syntax sugars on the same underlying concepts.
Step 7: Now you have the mental model to pick up languages on the fly.
Caveat: Might not apply to less famous paradigms such as logic programming, or languages like LISP.
Oh great way to learn new language ❤️
Some comments may only be visible to logged-in visitors. Sign in to view all comments.