+ 4
If I want to be and full stack developer, what should I learn first?
5 Respuestas
+ 4
Just share my road to be a full stack developer..
Start from:
(client scripts)
HTML
CSS, SASS
Javascript
Json formats
JS ES6
ReactJS
(server scripts)
NODEJS
ExpressJS
MongoDB
Rest api
Node authentication using PassportJS
CRUD (Create Retrieval Update Delete) database access
(server configuration)
Setup Ubuntu web server using cloud, I use Digital Ocean
Linux commands
install NodeJS and MongoDB in a Digital Ocean Droplet
(development tools)
npm install
Git
Github/Bitbucket accounts setup
ssh file upload to repo or server
webpack
Vagrant setup for local testing
(App development)
React Native
+ 2
thank you so much
+ 1
this article is just the perfect guide!! many thanks!
+ 1
Awesome. The journey can be overwhelming at times, so it's nice to have a checklist.
0
I too am switching from electronic engineering to programming. I wish best if luck.
Isn't knowing PHP and SQL is part of being full stack developer?