In addition to the "holy trinity" of HTML, CSS, and JavaScript, what should I know before building an awesome, interactive site? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

In addition to the "holy trinity" of HTML, CSS, and JavaScript, what should I know before building an awesome, interactive site?

It would be a rap battle website, probably.

7th Sep 2017, 12:08 AM
Blake Vehrs
Blake Vehrs - avatar
4 Answers
+ 5
How to make that website load really fast.
7th Sep 2017, 5:19 AM
Catie
Catie - avatar
+ 3
html . css and js are just for front-end part of your website so if u want to build a dynamic website u have to deal with back-end as well . use ( php and mysql ) or (node.js ) or whatever works for u .
7th Sep 2017, 1:04 AM
Omid
Omid - avatar
+ 2
Use webpack to automate dev task and fine tune the dist code. Use git and GitHub for code versioning Use vagrant for code testing
7th Sep 2017, 1:00 AM
Calviղ
Calviղ - avatar
+ 1
Complement JavaScript with Node.js, many of its tools make coding and testing really fluent.
7th Sep 2017, 12:22 AM
Emilio Talamante Lugo
Emilio Talamante Lugo - avatar