Interview with Software Engineer Will Wolff-Myren

Will Wolff-Myren is a Software Engineer at Learning.com. He connected with LoadStorm through Twitter, and he volunteered to share some of his thoughts on performance with us in this informal interview.

He recently posted an article on his blog about CSS/JS Auto-Minification in ASP.NET. It’s his first installment of describing something he built as, “a custom HttpHandler to dynamically load, combine and minify ~35 CSS files.”

He caught my attention in a tweet that said:
Reduced requests and data by 90%. Win. =)

That sounded intriguing from a web performance perspective, so I contacted him. We hope to follow-up this brief introductory interview with more details on how he got a 90% reduction in requests.

This kind of efficiency improvement would be very interesting to our blog readers because they are focused on web speed and performance.

Do you have any cool tips/tricks for performance tuning?

Firebug is a *huge* help in every aspect of web development, and has been helpful to me in the past for performance tuning as well, because it gives me such a great view into the client-side workings of the application as well as the amount and the speed of data transferred between my development machine and the testing server.

Besides Firebug, I’ve had great success with a little application called Charles, a Java based web debugging proxy, and VMware Player, for testing server configurations and having the ability to throttle performance by increasing or decreasing resources allocated to the machine.

What is your specialty? Why?

My role is the development of ASP.NET web applications, but my specialty is UI development and design. We’re currently working on a project to transition some of our older user interfaces which depended upon primarily Web Forms programming into a more advanced implementation that uses the ASP.NET AJAX framework and jQuery heavily.

What is your technical background?

I’ve had a variety of experience in web design/development and software engineering, starting with my first experiences in Java programming (all the way back in Java 1.2), and leading me to my current position as an ASP.NET software engineer.

What are your favorite testing or development blogs (other than your own)?

I think my taste in development blogs is a bit eclectic because I spend almost as much of my time involved in the design aspects as I do in the C# code.

For CSS and general design tips, I can’t think of a better blog than Smashing Magazine (http://www.smashingmagazine.com/); every day I find something incredibly useful and directly applicable to my work.

In regard to ASP.NET development, my two favorite blogs to read are Scott Guthrie’s (http://weblogs.asp.net/scottgu/default.aspx) and Scott Hanselman’s (http://www.hanselman.com/blog/) – both of these guys are well regarded experts in the field.

Do you consider yourself more of a software developer or QA professional?

I consider myself to be much more of a software developer; though, of course, I try to do as much QA on my own code as I can before delivering it to our QA team for further review.

When and why did you get into this industry?

Interestingly enough, I started about twelve years ago in the IT world, doing everything from house calls for local families to network administration for small businesses. Somewhere along the line, I transitioned into primarily corporate technical support roles and started some software development projects on the side, and this took me into a position at my current employer as a Software Support Engineer. Working for a small company (about thirty employees or so when I started) allowed me to get an in-depth look at the processes of our development team, and I started working with them to fix bugs in the software whenever I could.

Luckily, my previous Java experience transitioned quite nicely into C# development on our ASP.NET platform. After about a year, I was doing more software development than technical support and I was promoted into my current position as an ASP.NET software engineer.

If you could make a career from one of your favorite hobbies, what would it be?

I feel incredibly lucky in this regard, because I already have made a career out of one of my favorite hobbies. =) I love working with new technology, and I love the problem solving aspects of programming; both of these aspects keep me interested in my work and motivated to learn more. I sometimes joke with my coworkers about how much I enjoy getting to spend my day doing the same kind of work I’d do in my free time.

What is your favorite web application or testing book that you own? That you wish you owned?

It’s hard to nail down a favorite right now since I’m still building my collection, but the books I’ve been using the most recently are Professional ASP.NET 3.5 SP1 In C# and VB (http://www.amazon.com/Professional-ASP-NET-3-5-SP1-Programmer/dp/0470478268) and Professional ASP.NET 3.5 AJAX (http://www.amazon.com/Professional-ASP-NET-AJAX-Wrox-Programmer/dp/04703…), both of which are from Wrox, who has a great collection of dev books.

Will can be followed on Twitter as

Similar Posts