Read my book

I wrote books about Webpack and React. Check them out!
Showing posts with label grok. Show all posts
Showing posts with label grok. Show all posts

Sunday, March 7, 2010

Book Review - Grok 1.0 Web Development

Disclaimer: I received a review copy of this book from the publisher, Packt Publishing.

 I had not heard of Grok before being asked to review this book. As it turns out, the framework is based on Zope. That rang a bell as Zope forms the core of the famous Plone CMS.

Compared to the popular Django, Grok is currently somewhat lesser known. Even though both Grok and Django are based on the MVC paradigm there are some vital differences between the two. It appears that by design and Zope Grok applications seem more extensible than ones written in Django. Sadly Grok appears to miss admin interface that's provided with Django by default although it would not surprise me if there was some Zope extension that fills this gap.

The description of the book states following:
  • Develop efficient and powerful web applications and web sites from start to finish using Grok, which is based on Zope 3
  • Integrate your applications or web sites with relational databases easily
  • Extend your applications using the power of the Zope Toolkit
  • Easy-to-follow and packed with practical, working code with clear explanations
I think the book manages to deliver on its promise really well. I will elaborate on this and its content in detail next.

Tuesday, February 23, 2010

Book Preview - Grok 1.0 Web Development

I will be reviewing Grok 1.0 Web Development by Carlos de la Guardia shortly. Thanks to Packt Publishing for the chance. :)

By the looks of it, it should be somewhat interesting book to read. I have previously dabbled with Django web framework but this is the first time I get to play around with Grok.

It doesn't look that much different from Django, at least if one is to believe the free chapter. I am sure there will be some surprises in store, however. Hopefully I will grok it. :D