Category Archives: Uncategorized

Relaunch!

I’ve taken the plunge…  After years of just tinkering with a blog on Tumblr, I have finally committed and purchased this space for all of my blogging needs.

I’m still tinkering with the look and feel, but I think this is pretty close to where I need it to be.

The old tumblr posts are here, and you should be able to search the old content.  It does not appear that SquareSpace has indexed my old tags and dates for those widgets in the vertical toolbar.  I’ll contact support and see if we can work that out.

Look for a LOT more from me on these pages.  I have a handful of development series posts regarding Asp.Net that I’m writing and will be sharing here.

Stay Tuned!

Fall 2012 Philly Code Camp Wrapup

I’m a bit late on this, but I wanted to document my experience at the Philly.Net Fall 2012 Code Camp.  This is a wrap-up post that I need to write more often, as these events are awesome ways to get connected and inspired from some of the developers in the community.

This year, I was caught between jobs for the Code Camp event.  This was the first time that I introduced myself as an “Independent Software Developer”.  I’m not sure how I felt about that.. but not something I need to worry about any longer.

My presentation this fall was “An Introduction to SignalR”.  I have posted my sample code and slidedeck on GitHub at:  https://github.com/csharpfritz/IntroSignalR 

This talk covered the concepts of what the “Realtime web” is and I ran through Damian Edwards excellently simple “Move Shape” demo.  This demo, for those who haven’t seen it, shows how to transmit information from one browser to another through the webserver with no interaction in the other browser.  During the talk, we did a deep-dive on the network interaction between browser and server as well as discussed how SignalR is designed to failover network connectivity based on client capabilities.

I showed a simple console application that could be configured with the SignalR  client library to listen for events from an Asp.Net webserver.  This strategy allows the client to stay connected over the network through network port 80, and thus require no changes to firewalls to maintain connectivity.

Finally, we wrapped up the session by bringing up the fun MMO sample game “ShootR” in our browsers and showing that realitime communications on the web can even power an “Asteroids-like” game.  You can find ShootR at:  http://shootr.signar.net

If there’s some interest, I’ll record a screencast covering this topic and post it here in the weeks ahead.  I will probably write up the content of the talk as a ‘How-To post’ in the next week or so, after I move the blog to its new home.

Finally, I am currently putting together a mid-level SignalR talk that will discuss using SignalR with WebForms and vendor’s control sets.  I hope to give this talk in the Spring at a user group near you.

Future is set: Telerik Asp.Net AJAX!

After last week’s events, the floodgates of opportunity opened, and I evaluated my options very closely.

It is with great pride that I announce:  On December 3rd I will be a Developer Evangelist with the Asp.Net AJAX product team at Telerik!

I’ve been a (quiet) fan of Telerik tools for the past two years.  It’s hard to miss the advertisements on the trade magazines, podcasts, and websites that I consume regularly.  After reviewing a handful of Telerik tools, they grew on me.  I’ve used JustCode for the last few months and find it to be a valuable asset in my daily coding tasks.  I’ve been using the AJAX Controls in a handful of prototypes and really enjoy the flexibility offered to me without having to focus on UI work.  It’s a good fit for me, as I believe I can share my infectious enthusiasm for this technology with others and bring great value to Telerik.

I’m going to still be the wise-cracking passionate Asp.Net developer.  I’m not going to turn into the Sham-Wow guy for Telerik overnight… but I will be using the Telerik tools in everything that I do.  

Those of you who have worked with me know: I am a very loyal and passionate employee who goes out of his way to ensure the success of my employer and my customers.  This is not a position I take lightly, and I feel that this attitude matches the role of Evangelist perfectly.  As an evangelist, I’ll be the technical conduit between sales, customer service, marketing, and the dev team.  I’m going to help take an award winning product and make it even better.

A colleague at my previous employer, after watching me coach a junior developer in a coding technique of some sort commented to me: “Jeff, you’re such a good trainer – you should do this more often.”  Little did I know at that time, just how right she was.  I presented at the Philly Code Camp last weekend (wrapup post to come), and that teaching buzz grabbed me after my session on SignalR, and it was then that I knew that I was so right for this position.

Over the next few weeks, you’ll see my blog ramp up.  I’ll be migrating to a better engine, a better layout, and LOTS more content.  You’ll see my twitter activity ramp up, my StackOverflow interactions ramp up, and most of all: you’ll start to find more video content from me.

The best part about this:  I will not be limited to my budget, or INETA’s budget in my travels to present at your event.  We’ll soon see what my availability looks like, but I’ll be doing a lot more travelling to some places that would NEVER be on my current travel itinerary.  I’m already getting my passport renewed so that I can depart from my friendly confines of the Northeastern United States to bring the good word of Asp.Net and Telerik to conferences and User Groups around the world.

My family and I are positively thrilled about this change, and I know that my teammates at Telerik are VERY eager for me to get started.  Stay tuned friends, because you’re going to get a lot more great content from yours truly!

Time for a change

The story is finally out:  After 7 years, I have been given my release by my former employer.  

I have no regrets about my time with that organization or how it ended.  There are many very talented individuals writing, testing, and analyzing some amazing code there. I had a great time working in their environment, and learned a lot from the size, scale, and agility of the development team’s practices.

I am actively speaking to some organizations about roles on their teams.  It is an exciting time for me, as one of these companies has shown significant interest… and I am positively thrilled to be considered for a position in their awesome organization.

In the short-term, I have a project or two that is occupying my time.  Additionally, I can now resume working on the qUnitMetro project, and I see a handful of feature requests out there begging to be answered.  They shall be handled in the weeks ahead.

I can also begin working on some long overdue blog articles as well as other publications that I am interested in.  There are a handful of screencasts inside me that are begging to be published… and I want to re-engage that process.

You’ll probably see a bit more of me in the next few weeks on Twitter and the blog discussing Asp.Net techniques, technologies, and c-sharp development practices.  I look forward to getting more involved with the community, and seeing where my future leads me.

You can find my details on LinkedIn at: http://www.linkedin.com/in/jeffreytfritz and you can contact me at: jeff@csharpfritz.com

It’s almost time for lunch… let’s eat!

Technical Debt or Evolutionary Design

I’ve had several interesting discussions over the last few weeks about the topic of “Technical Debt”.  Besides the negative connotation of the term, it is used to refer to a software design that was not fully implemented to meet a given set of requirements.  Another way to explain it is that developers “cut corners”.

Wikipedia defines Technical Debt as follows:

Technical debt (also known as design debt or code debt) is a neologistic metaphor referring to the eventual consequences of poor or evolving software architecture and software development within a codebase. The debt can be thought of as work that needs to be done before a particular job can be considered complete. As a change is started on a codebase, there is often the need to make other coordinated changes at the same time in other parts of the codebase or documentation. The other required, but uncompleted changes, are considered debt that must be paid at some point in the future.

Source: https://en.wikipedia.org/wiki/Technical_debt

In contrast, the Agile methodologies prescribe that software should be built in an evolutionary fashion.  This suggests that designs are crafted for only what is required at the time the software is written.  

This leads to an interesting crossroads.  In the early phases of writing a website, it is acceptable to optimize performance for a few hundred to a few thousand users as part of the requirements at that time.  The development team does not know the full scope of the traffic the website will receive, and performance can be tuned at a later date.  When visitor traffic patterns change, performance concerns start to become more noticeable.  

How should an agile team address these concerns?  Is it technical debt, or have the requirements for the system changed?