0
What are the steps for web development
I have finished learning the basic languages for web development and a framework. Now I want to know what steps to follow from designing to launching a dynamic website. Any suggestions from experienced web developers?
3 odpowiedzi
+ 9
0)know your target group(!this is a very important point) depending on the target group you should choose you style, colors and images
1) create your website on paper or in photoshop (or anything else)
2) create the DOM of the website
3) apply styles and create scripts
4) buy a server, write the back-end
5) set up databases and connect them to your website
6) use amazing tools like Google analythics to keep track of the views
7) think of a business model (how are you going to earn money? Ads? How will peaple find your website? Why should they choose your website?)
8) try to hack your own website, is it secure enough?
9) host your website, buy a domain
+ 5
I guess you have only learned front-end, now it's time for the not-so-funny-back-end-part😨😂
I'd suggest the good old php or something newer like node.js, it's up to you
+ 2
I am more looking for what process to follow. How would a web dev go about doing a job for a client?