DEV Community

Justin Biber
Justin Biber

Posted on

Mastering New Framework

We are living in the world of frameworks.
Learning new framework usually have four steps:

  • Get familiar with the Context.
    Do research on framework structure, variables & database.

  • Get grasp of modules.
    The framework power comes with modules.
    By using modules, we can get more appealing, more powerful &
    more professionalism performance.

  • Understanding algorithms.
    Study algorithms that provides optimal performance over your projects.
    Algo is the engine of projects.

  • Be familiar with multiple types of dev tools.
    We can say development is some sort of process to use dev tools such as Docker, Nginx, Kubernetes, Redis etc.
    Be familiar with cutting-edge dev tools.

If you have basic understanding of python, javascript & c++, it only takes 1~2 days to become junior developer.

Top comments (0)