MVC
patternUsing
I get to apply ASP.NET MVC in my actual work. From here on I consider this the go-to pattern for web applications.
Trying
Having gotten the basics of ASP.NET MVC down, I started trying MVC on for size in all my day-to-day work tasks.
In fact, I'm now looking for this pattern everywhere, not just in web applications. That's how I find Angular JS
Assessing
Ruby on Rails introduced me to the Model View Controller concept. By this point I'd gotten pretty seasoned with PHP sites, so I easily become a neophyte of this approach.