What are the best tools for Web Development? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What are the best tools for Web Development?

To develop both front end and backend. Is there any software to do both?

13th Jan 2018, 5:06 AM
Muthumani V
Muthumani V - avatar
6 Answers
+ 39
PhpStorm, WebStorm, Intellij IDEA, Eclipse, NetBeans.
13th Jan 2018, 10:24 AM
Igor Makarsky
Igor Makarsky - avatar
+ 38
front end:-html,css,js,bootstrap. back end:-php,mysql.
13th Jan 2018, 5:52 AM
Elizabeth🌸
Elizabeth🌸 - avatar
+ 9
Front End resources: # highly suggested editor : atom , because it has so many awesome plugins that it can easily come close to popular IDEs , best part is you can customise it to the core. # you must have command over few popular readymade design libraries and tools when ur done with ur basics and wanna design professional without hassle , then learn Bootstrap, Zurb foundation, wordpress, webpack, and Google s Material design Lite( getting trendy these days) # JavaScript library jQuery , but only after when ur well equipped with JavaScript , DOM and BOM ( only then u ll appreciate it's true power , it's not getting attention in community these days though , less activity in github) # Download this github project too, HTML5 boilerplate , it's an awesome project to give a basic skeleton for starting your webapp, it includes everything and stays upto date, with lots of comments to help you.( can't start a project without this) #If u r interseted in graphics and animations, you can choose these - SVG( mostly for icon, logo and banner designs, I mk SVGs with inkscape , it's open source) - canvas(fast & super awesome pixel based graphics , ur creativity is the limit and actual programming area for frontenders) - webGL( If wanna step up ur game and play with GPU to start in 3D, also three.js library suggested) # if wanna create mobile apps with ur front end knowledge , then can go for REACT , phone gap, android , ionic , cordova etc #chrome Dev tools, comes very very handy in compatibility testing , debugging and tweaking # ANGULAR 4, ( I am still to study this) , but from what I ve heard it's , an awesome library to simplify client side projects even more , and make them compatible with back end easily.( usually used to mk SPAs single page applications) still many things left but I can't share everything , u gotta dive yourself in the ocean of free knowledge☺
13th Jan 2018, 3:13 PM
Morpheus
Morpheus - avatar
13th Jan 2018, 6:14 AM
Manual
Manual - avatar
+ 3
For front-end web dev, you might need a cross-browser testing tool like browsershots or caniuse.com to test your codes in different browsers & identify any browser which does not support your code. Try laravel if you need a good PHP framework. To develop mobile apps, consider Android studio or eclipse. Go to devhumour.com if you need some web dev jokes to relieve yourself.
13th Jan 2018, 4:08 PM
Hanz
Hanz - avatar
+ 2
you can use one tools WordPress.... both here....
13th Jan 2018, 6:07 AM
DreamLesssssss
DreamLesssssss - avatar