Top Banner
What’s Great About Being a Web Developer in 2013 By Lindsay Taylor
12

What’s great about being a web developer

May 18, 2015

Download

Technology

Presentation by Lindsay Taylor at the Developer Conference in Ashland, Oregon on November 7, 2013.
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: What’s great about being a web developer

What’s Great About Being a Web Developer in 2013By Lindsay Taylor

Page 2: What’s great about being a web developer

What’s Great About Being a Web Developer in 2013******In Lindsay’s Opinion

Page 3: What’s great about being a web developer

Remember When…..

=

+ +

Page 4: What’s great about being a web developer

Now this makes more sense…

=

+

Page 5: What’s great about being a web developer

Content Oriented

More theming capabilitiesCSS3

HTML5

Bot knows: <nav></nav>

Bot does not know: <div id=“fancyNavigation” class=“navigation”></div>

<html></html>

Page 6: What’s great about being a web developer

ASP .NET MVC

• friendlier to client side code

• separation of ui and business logic

• Code that flows with http methods Get and Post

Page 7: What’s great about being a web developer

<html><head><head><body></body></html>

….in the end, my work shows up as HTML

Page 8: What’s great about being a web developer

Closer to home….

Page 9: What’s great about being a web developer
Page 10: What’s great about being a web developer

I <3 Web APIs• Freedom in implementation

• Application framework agnostic

• Low overhead

Page 11: What’s great about being a web developer

DotFeed Portal (Edit Feeds, Configuration, Mapping Rules, & Feed Preview)

DotFeed API

Page 12: What’s great about being a web developer

Now for a little demo!!!