+ 2
What is the best framework for creating mobile apps with HTML/HTML5, CSS/CSS3, and JavaScript?
I want to know the advanced level of HTML/HTML5, CSS/CSS3 and JAVASCRIPT. I want to be an expertise level web developer, what should I follow!?
1 Resposta
+ 3
1. Learn the basic (html, CSS, JS)
2. Learn deeper JS by learn JavaScript ES6 syntax
3. Specify your path. Either you want to be frontend dev, backend dev, or fullstack.
- Frontend dev : deals with user interface. Usually we build it with CSS html JS
- Backend dev : deals with the Backend of the web, core, and functionalities. Usually we build it with JS, PHP, Python, etc
-Fullstack : both of them.
4.After you choose your path, learn the native language first. After that, go look for framework/library to create better and more efficient website.
- JS framework : Vue, React, angular JS (choose one)
- PHP : codeigniter, laravel
-CSS : bootstrap, etc
5. Learn node.js to get better development environment when build a website.
6. Learn packet manager (NPM/Yarn)
7. Learn how to handle storage, securities, etc
8. Never give up and happy coding ^^