Sunday, June 16, 2013
Saturday, March 30, 2013
So Whats My Stack?
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
Sunday, February 17, 2013
What is common between Architecture and Web Development
horizontal study is a approach of understanding some area of academia or any random topic by linking it to the broader picture through similarities and analogies. technically i have been a student of architecture for the past 4 years and to be real honest i wasn't really very deeply interested in architecture in general but I have always been fascinated by it and the methods of design and philosophies such as modernism, post modernism, bahaus and what not. and Frank Lloyd wright is among the top of my list of people who have inspired me. but architecture is a very slow moving field ..and this is the reason which never created much of passion in me for it. but these 4 years have surely instilled an artist in me..an artist who sees things in his own ways..slightly delusional maybe...but what really drives me and what really fascinates me is internet,.it is connected humanity..its accessibility and power is its beauty...
but architecture(constructing buildings from scratch) and web development have striking similarities..
html - the structural skeleton on which supports the building
css- the facade beautification using modular or conventioanl techniques
client side programming- services which are used by the users such as electric point, interiors
server side programming- backend of the services such as sanitation etc
but architecture(constructing buildings from scratch) and web development have striking similarities..
html - the structural skeleton on which supports the building
css- the facade beautification using modular or conventioanl techniques
client side programming- services which are used by the users such as electric point, interiors
server side programming- backend of the services such as sanitation etc
Subscribe to:
Comments (Atom)