Pages

May 5, 2008

Dallas TechFest 2008 Recap

Well I made it out to Dallas TechFest 2008 and it was a great pleasure to be there. There was a large turnout and it was very well hosted. I just want to give a little recap on the day.

The day was broken up into 5 sessions across .NET, Java, Ruby, Emerging Technologies, and Flex. I was able to get in a session for each track except for Flex, as it does not interest me at this time (though I still grabbed one of the free Flex Code Camp t-shirts...). Here's a little info on the sessions I attended.

Google Android by Jason Hudgins, Droidworks
This is the platform for mobile devices that was initiated by Google. Jason Hudgins gave a nice overview of the Android SDK and had a few demos that showed how easily an application can be built for an Android phone. I mostly enjoyed the demo he had that tied the GPS capabilities of a mobile device with the Google Maps capability that will be included in the Android phones. The demo showed you can literally track your current traveling path on your phone just like you would with any of the handheld GPS devices that are currently available.

Pardon the Interruption: What's the Deal with Groovy? by Paul Holser and Derek Lane, Semantra
In this session I finally got some well overdue exposure to one of the new languages that run inside of the JVM. The speakers gave a nice overview on how Groovy was different (and in some cases easier!!) than Java. They then went through an example on how easy it is to convert an application written in Java to Groovy without much effort. I though this was very interesting and made a mental note to look more into this in the future.

Groovy is something that could come in handy for writing unit tests as it does not require as much use of types as Java. With TDD your tests must be written before you do any real development and with the less restrictive Groovy those tests would be very simple to write (not to mention that Groovy has unit test capabilities right out of the door...).

Instant Web Applications with ASP.NET Dynamic Data by Jason Kergosien, Ingen Systems
This was a very nice session on one of the new features coming to ASP.NET. I am interested in getting into ASP.NET in the near future so it was nice to actually get some real exposure to it. The new Dynamic Data package is very powerful. It allows you create a fully functional data driven web application in the span of minutes.

In the demo that was given, the speaker created a simple CRUD application based on the Northwind database by using the Dynamic Data wizard. The application had data validation right off the bat with no extra work done, even including the enforcement of referential integrity. You can't beat that.

REST: The Basics and Not So Basic... by John Heintz, New Aspects of Software
A nice talk on the different pieces of REST services. There were no demos in this session so I was a little disappointed, but it was nice to get more insight on how REST really works. It reminded me a lot of RDF, which I used in the past. The speaker gave a link to the thesis that specified REST so I will have to get my hands on it and give it a read. I wonder if it as good as my award-winning thesis. (shameless plug)

Robotics Studio: Managing Concurrency in the Real World - Even If It's Just Virtually by Phillip Wheat, Microsoft
This is the session that I was looking forward to all day. I have a Lego Mindstorms NXT robot kit like the one Phil Wheat uses in his demonstration. He was at the Microsoft booth before his session and I got to speak with him about his ideas for uses of Robotics Studio for not only the NXT, but for areas outside robotics. What really excited me though, was that he mentioned how you could use Robotics Studio to write programs to collect data from small external sensors and then deploy it to a large number of small, inexpensive devices that have wireless communication components. Then, because the Robotics Studio provides modules that will allow the programs to be written with mesh networking capability built-in, the devices could form a mesh network and allow the data to be easily collected by connecting to one of the devices. Sound familiar??? It should because that was exactly what my graduate thesis was. I let Phil Weat know this and we had a nice talk about it. Amazing...

Now, in the session Phil Weat let everyone know that Microsoft has created an on-line robotics competition where contestants use Robotics Studio to create robots that will compete in virtual competitions. There will be about one competition a month and the top contestants after they are all completed will win $$$ and be sent to a finals competition where actual robots are built. I will probably give it a shot!!

All in all, the day was a lot of fun and I came away with some free goodies. Not to mention, I won $50 gift card to Fry's a.k.a. Nerd Nirvana. I am looking forward to Dallas TechFest 2009 and I think I am going to start making it out to some of the user group meetings in the area.


1 comment:

  1. I'm glad you liked my presentation on Android, that was my first time presenting and I wasn't sure how well I did. =)

    ReplyDelete