How to Learn Technology — MindMap

Varun Deshpande
2 min readAug 16, 2020

Learning should be a continuous process. So it is my first attempt to make a habit to write something about the technology that I work regularly. Here I will attempt to write a couple of blog posts weekly to make it habits.

I have stated Online Python training from #VimalDaga with the sponsor of #IIEC #RISE.

So this is my first blog post.

How to Learn New Technology?

  1. Developer Vs User:- we should act as a developer not a user of technology. Most of the developer often make this mistake. They tend to use technology but forgot the thinking about how to build this technology.

Every python developer user print function to print any string on console. but very few developer really knows how this function works. That is difference between developer and the user.

2. Learn the Core concept first:- The same way mostly while learning we are just focusing on the application. The World’s favorite first program i.e. “Hello World” just prepares you how to print the line. but never teach you about how it works. So I think nothing is advance. Everything is core. You have to learn Everything.

3. The proper way to learn:- Most of the time we make a mistake while starting the learning journey. We miss following the technology creator. We just go for learning sites, blog posts, or even do a google to get the answer.

Following the creator is helps us to understand why they create this new thing. What is missing in the previous one? how they solve the problems? I think we need to know this thought process before trying to learn new technology.

Here I made one mind map summaries everything.

--

--