DEV Community

Discussion on: Beginning my Journey as a web developer

Collapse
 
rizvanadnan profile image
Adnan Rizvan

I would advise working on a couple of projects beforehand. If you're into frontend more, you can try to find a couple of free designs on dribbble or some other resource of your preference and try developing it.

While you're at it, perhaps make use of some of the html5 features like article or figure or up your css game with animations, try using pre-processors like sass, theming etc.

For javascript, don't just limit yourself on DOM manipulation for example, try checking out custom events, es6, callbacks, async etc.

If you're more into backend, perhaps try creating a webserver, or an api.

Good luck on your journey!

Collapse
 
propratik1405 profile image
Pratik Saria

Thank you so much Sir for your kind response.I am more into front-end because i am just beginning and i honestly don't know anything about the backend work So,I think currently i will work on front end random projects which will help me sharpen my HTML and bootstrap skills and when i am done with the front i will work on the backend.