What are the tools a web developer must have in his pc? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What are the tools a web developer must have in his pc?

I want to be a web developer and also have skills in html, css, php and sql

13th Oct 2019, 3:43 PM
Sumanth Kankipati
Sumanth Kankipati - avatar
4 Answers
+ 4
VS code Git Browser devtool Node Npm Docker Terminal Ssh Github Webpack with module loader of scss, css, minify bundle serverless Stack overflow Chrome with dev extensions eg Postman Google ... and many more web tools and npm dev packages
13th Oct 2019, 3:51 PM
Calviղ
Calviղ - avatar
+ 2
I think all it takes is a good text editor, and an internet browser with an internet connection(for whenever you are stuck on any problem, you can refer here.) That's just according to me. Good luck💛
13th Oct 2019, 3:52 PM
Aaron Stone
Aaron Stone - avatar
+ 1
I use WAMP (Windows installation of Apache MySQL phpMyadmin) When configured, you create a local server on your system. PhpMyAdmin lets you create your sql databases. You can use php inside VS studio (if you use that) in your projects to connect to your database. Then you can edit sql files as long as you adhere to the structure. You can also use sql queries (inside php code) to interrogate your database once connected.
13th Oct 2019, 5:36 PM
Xyenia 🦉
Xyenia 🦉 - avatar
0
What do we use to manage databases
13th Oct 2019, 3:52 PM
Sumanth Kankipati
Sumanth Kankipati - avatar