Use GST Software & Manage easily GST System
February 17, 2018How to learn Software Development in Php?
April 9, 2018
How to learn web Development
-
Research first.
-
Learn the basic principles.
-
Practice, practice, practice!
Frontend
: Begin with learning basic HTML, move on to CSS and then JavaScript. Initially, you can refer to some high school textbooks, quickly move on to W3 Schools Online Web Tutorials and start trying them. Also, learn
responsive web design you can learn bootstrap fro responsive design easily. Then start trying to make basic web pages from scratch. Never download templates and edit them. Make your own personal website to try, put up your photos and all the weird fonts and background colors you will feel ashamed of a year later
Backend
: This is the part that typically processes, stores, and manipulates data. It’s how the website or application works. Back-end developers are generally good problem solvers, logical thinkers who are interested in the functionality of a website or application. Back-end development is usually associated with server side languages such as PHP, Codeigniter, Laravel, Python, with Mysql Database
You need to first learn
- Install xampp as server
- Learn to create Database
- Learn basic concept of php
- Insert, Update, Delete, select Query
- While, Fore-each loop, if else condition
After learn all above things then start a basic project, and do more perfect web application
Since you're going to be learning new things everyday, what's more important than learning "the stuff" that matters, is you building the skill of learning how to teach yourself new coding concepts on the fly.
For best practice you can use Yotube videos or some best blogs of php tutorial
Php Learning Best Videos