Jeff Etter
Senior Software Developer
Jeff started his career as an Electrical Designer in the Architectural Engineering and Construction (AEC) industry. With the advent of CAD technologies, he soon discovered an interest in computer related technologies. Desktop applications started with VB3 and MS Access, web technologies began with Classic ASP. Currently a typical application may consist of C#, ASP.NET MVC, ASP.NET Web API, Angular, React, Vue and other various JavaScript libraries.
Jeff has been both a volunteer and presenter at Houston Techfest (www.houstontechfest.com), on of Houston largest free technology conferences.
Jeff is also a former member of the Board of Directors for North Houston Dot Net Users Group and continues to learn new technologies.
Detailed Bio
Jeff started his career as an Electrical Designer in the Architectural Engineering and Construction (AEC) industry. With the advent of CAD technologies, he soon discovered an interest in computer related technologies. Desktop applications started with VB3 and MS Access, web technologies began with Classic ASP. Currently a typical application may consist of C#, ASP.NET MVC, ASP.NET Web API, Angular, React, Vue and other various JavaScript libraries.
Jeff has been both a volunteer and presenter at Houston Techfest (www.houstontechfest.com), on of Houston largest free technology conferences.
Jeff is also a former member of the Board of Directors for North Houston Dot Net Users Group and continues to learn new technologies.
Skills:
- ASP.NET
- ASP.NET MVC
- Angular
- C#
- IIS
- jQuery
- React
- Vue
- SQL Server
Articles Authored
-
Client Side Web Development Overview
Last updated: Wednesday, February 20, 2019
Published in: EPS/CODE Articles & Whitepapers
Jeff discusses how we do our client side web development projects.
-
Mobile Development with Single-Page Applications Using KendoUI
Last updated: Wednesday, August 31, 2022
Published in: CODE Magazine: 2013 - July/August
When considering mobile development, you have a variety of techniques to choose from. In many cases, reactive rendering (using CSS media queries) provides a good solution. Additional mobile customization can be achieved by using ASP.NET MVC4 device detection/customization to provide adaptive rendering. Both of these techniques follow the traditional Web development pattern where each page is focused on a specific task. In an application managing a list, there is a page devoted to the list of items, a second page to view details, and perhaps a third to edit a specific item.
-
SPA Web API
Last updated: Wednesday, August 31, 2022
Published in: CODE Magazine: 2014 - March/April
If you've ever wondered how to commit changes to a database using ASP.NET Web API as the service provider, Jeff Etter gives you the recipe for the secret sauce.