Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What new technologies should I learn for Web Development? [closed]

I want to increase my skills in web development. I have already picked up a book on JQuery and Entity Framework. Is their anything else I should read up on?

like image 236
Luke101 Avatar asked Feb 28 '23 01:02

Luke101


1 Answers

The MVC Pattern is the best thing going for web dev these days. Ruby on Rails and ASP.NET MVC are both implementations of the pattern. Learning the concepts will be useful on either platform.

Get Firebug if you don't already have it. It will save you a lot of pain and suffering.

like image 57
Jason Diller Avatar answered Apr 28 '23 22:04

Jason Diller