Tuesday, June 28, 2011

Slides from KCDC 2011

These are the slides from my Google App Engine talk presented at the Kansas City Developer Conference (KCDC) this past weekend. (June 25th).

Saturday, January 08, 2011

The Python momentum and PyCon 2011

In light of TIOBE's recent announcement, I was again reminded of what a great time it is to be a Pythonista and part of the Python community. This was also a week of great excitement around PyCon 2011 with the announcement of the final list of talks and tutorials for the conference, in what's shaping to be the best PyCon to date.

On that note I wanted to share a message from Jesse Noller, PyCon's Program Committee Chair:
I'm very pleased to announce, on behalf of the PyCon 2011 Program
committee, and entire PyCon 2011 volunteer staff, that the full list
of PyCon 2011 talks is now public, and available!

This was an especially hard year for the PyCon program committee: we
had over 200 proposals for only 95 total slots, so we ended up having
to reject a lot of excellent proposals. We've spent the better part of
the last few months in reviews, meetings and debates selecting which
talks would be in the final PyCon program. It was not and easy task -
all of the proposal authors really came through in their proposals -
the number of high quality proposals we had to chose from was simply
staggering.

That said - the program committee completed it's work yesterday
morning. Acceptance and rejection letters have been sent, and you can
now view the full program on the site:

http://us.pycon.org/2011/schedule/lists/talks/

This obviously complements the list of tutorials also available:

http://us.pycon.org/2011/schedule/lists/tutorials/

Personally, this is my second year acting as the Program Committee
chair (and hence, my last) - and between the talk list, and the list
of tutorials, our current keynote speaker
(http://us.pycon.org/2011/home/keynotes/) and the emerging line of up
poster sessions - I'm extremely proud to have been part of the
process, and extremely excited about the upcoming conference. It is
going to be amazing

One behalf of the entire PyCon 2011 staff, I want to again thank every
single talk author for their submission(s), and I look forward to
seeing all of you, and them at the conference. PyCon is an amazing
conference only because of the quality talks, tutorials and community
we have. I'm confident this one will knock it out of the park.

As a reminder: Early Bird registration
(http://us.pycon.org/2011/tickets/) closes January 17th - and we have
an attendance cap of 1500 total attendees (speakers are counted
against this number, and guaranteed a slot) so be sure to register
today!

Jesse Noller
PyCon 2011
I was fortunate enough to be part of PyCon's Program Committee this year and be involved on the selection process for these talks, it was a great process (and a lot of work) and we're all thrilled with the final outcome and hope this year's PyCon reflects the great momentum Python is currently enjoying.

Tuesday, January 04, 2011

Review: Building Android Apps with HTML, CSS, and JavaScript

Jonathan Stark
I really have to say this book has everything a great development book should have, very readable, tons of code, links to useful websites, walkthroughs for setting up your environments, etc. It is indeed a great step by step guide to turning your HTML websites into almost-native Android Apps in a very short time.

The author assumes you have good working knowledge of HTML, CSS and Javascript, in fact the whole point of the book is to teach you how to leverage that knowledge for building native Android Apps without having to learn additional technologies like Java or Eclipse. That being said you certainly don't have to be an expert, as the book also includes a crash course and some basic info as technologies are introduced on each of the chapters.

Even being an Android specific book, I'm sure I'm not the only one who had an epiphany mid-book about applying these technologies for iPhone development, and in fact is possible! All these technologies are standards based and not limited to the Android ecosystem. That reason alone makes this book “double great”, since you're not only getting a guide to building Android Apps, but you're also getting a head start for doing the same for the iPhone and Apple's App Store all in one book!

Although I'm enthusiastic about the book, it is far from perfect. it does feel as an on-line tutorial sometimes and the author recurs to repetition a bit too much for my taste. Again beginner users might find this very valuable, but for professional devs it might be a little frustrating even if you can easily skim through those sections. I'm also on the fence about the code provided on the book's website, I find that a finished version of the code projects would've been a great addition.


Disclosure: As showcased on the right pane of this blog, I’m writing this post as part of O’Reilly’s blogger review program. While I’m not getting paid to review books, I do get a complimentary eBook copy of this title.

Wednesday, October 20, 2010

Digital Altruism

Check out this SlideShare Presentation created by my good friend @soreygarcia:

Saturday, October 09, 2010

Review: The Quick Python Book, Second Edition

Vern Ceder
This is IMHO the *best* book to learn Python for professional programmers or people that already know how to program on a different language.

If you're interested in learning Python but want to quickly get up to speed not only on the language itself but its real essence, its elegant syntax and effective coding style, this is really the book for you. It has all the basic stuff without the "fluff". You don't have to put up with basic tutorials for non-programmers or super advanced topics for language experts, Just what you need to start effectively writing Python code that is up to the standards of the Python community.

This won't be your only Python book, but it definitely has to be your first!!!

On the last few chapters it'll scratch the surface of more advanced topics and effectively point you to a wealth of online resources, where you'd be able to learn more and then decide if you want to continue on your own or pick a more advanced book focused on a specific topic.

It's a great book not only to learn the syntax and features, but grasp the "Zen" of Python which makes it such an elegant and "sexy" language.

Review: DSLs in Boo: Domain Specific Languages in .NET

Ayende Rahien
DSLs are taking the enterprise world by storm, and if you're not prepared for them, you are going to be missing out on all the productivity benefits.

Don't get scared away by the Boo name on the cover. Boo is a "Pythonesque" language on top of the 
CLR (.NET) with access to all the great features you know and love about .NET, it just happens to be better suited for more "expressive" DSLs than say C# or VB but you still get all the power of the .NET framework plus a more elegant syntax and flexibilities to tap into the compiler and enhance the language. 

As you might have guessed, this book is not for beginners on .NET or newcommers to DSLs, if you want to capture the theory I advice you to first read 
Martin Fowler's book Domain-Specific Languages (Addison-Wesley Signature Series) and then come back to this one. Don't get me wrong this book does give you the "essence" of DSLs too, but there's a lot of heavy details that you *should* know, before you even attempt implementing a DSL and this book won't be giving you those.

The greatest thing about this book is that it doesn't just tell you how to build a DSL in .NET, it explains how to build different kinds of DSLs depending on the business needs and walks you through how to implement a whole infrastructure to design, produce, support and maintain multiple DSLs successfully thought-out the life-cycle of your projects.

If you want to get the *full* benefits of DSLs in a .NET enterprise environment you have to read this book!

Sunday, September 12, 2010

Recovery from Addiction

It took me a while but I finally found it... this video is excellent, and as a recovering addict this video keeps me going ;-)


Hope you enjoy!!!