New level JS

ip Guru

Registered Member
Joined
Apr 21, 2018
Messages
67
Reaction score
9
I think i am done with the fundamentals of HTML,CSS & JS so i want to move further and hit the expert level are there any resources somebody can suggest oh here because i want to hit the expert level by the end of the yr.
 
Anything specific that you want to achieve?

Just frontend stuff or do you want to build full-stack applications?
 
Can second learning react. Also angular or vue might be good choices.

You can try to get some CSS frameworks under your belt like bootstrap.

If you're interested in backend/full-stack, go with node or PHP. Node is best if you want to stay with js.

Also, do as many projects as you can, freelance or personal
 
React is popular in the job market, but I like working in VueJS. There's also svelte. Look at pros and cons before you dive in. It's good to master one than switch between one or the other.
 
Vue.js or Nuxt.js is a good choice (start with Vue, then use Nuxt) when doing frontend work.
As you are learning JavaScript you can just use Nodejs.
Try to build a simple ToDo application using Node and Vue where you store your ToDos in a database like MongoDb.
Then move to more complex projects.
 
Can second learning react. Also angular or vue might be good choices.

You can try to get some CSS frameworks under your belt like bootstrap.

If you're interested in backend/full-stack, go with node or PHP. Node is best if you want to stay with js.

Also, do as many projects as you can, freelance or personal
Thank you so much for the advice and i have chosen the path of react js as i want to stay with JS and master everything,but i am interested in building mobile apps and those staffs not just frontend only.
in terms of CSS i am told boostrap and jquerry is kind of old so i should stick to js and its libraries.I will try and master CSS along the way thanks.
 
Thank you so much for the advice and i have chosen the path of react js as i want to stay with JS and master everything,but i am interested in building mobile apps and those staffs not just frontend only.
in terms of CSS i am told boostrap and jquerry is kind of old so i should stick to js and its libraries.I will try and master CSS along the way thanks.
Also can i use just the fundamentals of js to venture into reactjs...?
 
Anything specific that you want to achieve?

Just frontend stuff or do you want to build full-stack applications?
Thank you so much for the advice and i have chosen the path of react js as i want to stay with JS and master everything.
I am interested in building mobile apps and those staffs not just frontend only.
in terms of CSS i am told boostrap and jquerry is kind of old so i should stick to js and its libraries.I will try and master CSS along the way thanks.
I will like to know if i can use just the js fundamentals to venture in reactjs
 
React is popular in the job market, but I like working in VueJS. There's also svelte. Look at pros and cons before you dive in. It's good to master one than switch between one or the other.
Can I use just the js fundamental level and venture into reactjs? I heard the curve is steep so one need to master the js before trying out the reactjs.Advice
 
Thank you so much for the advice and i have chosen the path of react js as i want to stay with JS and master everything.
I am interested in building mobile apps and those staffs not just frontend only.
in terms of CSS i am told boostrap and jquerry is kind of old so i should stick to js and its libraries.I will try and master CSS along the way thanks.
I will like to know if i can use just the js fundamentals to venture in reactjs

While I think that React is a good decision and definitely a useful skill in the job market, Vuejs might be a bit easier to get started with.
But as long as you are working on small projects that gradually get more complex you are on the right path.
Personally, I would suggest you to check out one of the many YouTube series to master React (at least the basic) before trying to create something with it.
Just knowing the JS basic won't be enough at the start, though you will quickly improve.
 
Can second learning react. Also angular or vue might be good choices.

You can try to get some CSS frameworks under your belt like bootstrap.

If you're interested in backend/full-stack, go with node or PHP. Node is best if you want to stay with js.

Also, do as many projects as you can, freelance or personal
Thank you so much for your advice and i will try everything out as you say and see where it will get me
 
I think i am done with the fundamentals of HTML,CSS & JS so i want to move further and hit the expert level are there any resources somebody can suggest oh here because i want to hit the expert level by the end of the yr.

Now that you've mastered the basics, you can take something more special, choose what you're interested in and go:

JavaScript Frontend:
  • Front-end → React, Vue, Angular, Redux, MobX, etc..

JavaScript Backend
  • Back-end → Express, Koa, MongoDB, socket.io, etc..

Somewhere between frontend & backend
  • Automation → Puppeteer, Selenium, Playwright, Robot.js
  • Desktop app → Electron
  • Mobile app → React Native
  • Chrome extension → vanilajs, etc..
  • Games → ThreeJS, Phaser3, etc..
  • Bots → telegram (user), node-telegram-bot-api, telegraf
  • Neural networks → brain.js, TensorFlow
  • Microcontrollers → Espruino

Nevertheless, I advise you to also touch node js first.
 
Last edited:
PHP, JS, CSS, HTML

For Front-end: Bootstrap, tailwindcss, etc...

For Back-end: You can work on APIs.
 
Back
Top