Web development has evolved a lot since its humble inception. So what is modern web development stack that a developer should start with?
1.MVC Web framework- Such as django or flask(python) or ruby on rails(ruby)
2. A Templating Language - Ya its true. HTML , CSS and javascript have been in a way replaced with these templating languages such as coffeescript. It just makes your work more faster.
3.Version Controlling- Its a de facto industry standard to use Git for all the projects. So go ahead and make a github profile today if you don't have one.
4.Databases- Most of the modern web apps use NoSQL such as mongodb
5.Deployment- nowdays deployment has become a lot less painful than what it used to be. We have awesome Heroku and Amazon Web services which make deploying your app a piece of cake
1.MVC Web framework- Such as django or flask(python) or ruby on rails(ruby)
2. A Templating Language - Ya its true. HTML , CSS and javascript have been in a way replaced with these templating languages such as coffeescript. It just makes your work more faster.
3.Version Controlling- Its a de facto industry standard to use Git for all the projects. So go ahead and make a github profile today if you don't have one.
4.Databases- Most of the modern web apps use NoSQL such as mongodb
5.Deployment- nowdays deployment has become a lot less painful than what it used to be. We have awesome Heroku and Amazon Web services which make deploying your app a piece of cake