Web development

From Hidden Wiki
(Redirected from Web programming)
Jump to navigation Jump to search
Unix Assembly language Mathematics Web development I2P
GhostBSD Assembly Programming Tutorial Statistics Django for Beginners MuWire
GUI Artificial intelligence Artificial neural network Machine learning Messenger
Tkinter Artificial intelligence Artificial neural network Machine Learning Mastery with Python Session

Web development is making a website. Web programming is part of web development.

This kind of development aim to convert code into graphical interface for end user in order to interact with your website.


Charles Petzold's Code is a recommended book. You can find pdf files of the book on Google. Just search "charles petzold code pdf" on Google.


Front-end web development

It is a web page making process for clients of your web site.


Client-side coding

HTML, CSS, JavaScript are recommended technologies you should learn.


Back-end web development

It is a web program making process which makes web pages on your server.


Server-side coding

You can use Python, Ruby, and Node.js. Each of them has its framework such as Django, Ruby on Rails, and express.js.


Database

MySQL or MariaDB is a useful database software.


See also