Skip to content
berry.sh

Archives

All the articles I've archived.

2026 1
May 1
2024 3
March 3
2023 1
March 1
  • The Rails SaaS Conference

    A recount of my experience at the Rails SaaS conference, a "next-generation" conference dedicated to the intersection of business and software development.

2015 1
January 1
  • Instructure: The Best Job I Ever Left

    Note: The opinions expressed in this post are not necessarily representative of all employees or their experiences. Unlike my other posts of the past …

2013 11
August 1
  • Useful Ember Code Examples

    Sharing JavaScript via JSBin, JSFiddle, etc. is great but it can be hard to keep track of them. Here is a list of useful Ember code examples. …

July 5
  • GitHub's Copy to Clipboard With Ember

    GitHub recently replaced the copy and paste functionality with ZeroClipboard, a library for copying text to the clipboard that uses an invisible …

  • Authentication With EmberJS - Part 3

    If you have not yet gone through Part 1 and Part 2, I recommend you do. You can check out the code up to this point with the following: $ git clone …

  • Authentication With EmberJS - Part 2

    If you have not yet gone through Part 1, I recommend you do. You can check out the code up to this point with the following: $ git clone https:// …

  • Authentication With EmberJS - Part 1

    Updated Feb 20, 2014 to use Ember v1.4.1 Authentication with Ember is difficult. I have spent a couple of weeks trying out different approaches and …

  • Useful Functions in the Ember Namespace

    Have you been frustrated at all with Ember because of a lack of common functionality? Well, if you are you are probably like how I was and forgot to …

June 1
  • Using Flash Messages With EmberJS

    In a recent app I have written in Ember, I found that the need to display flash messages came up. This has always been given to me for free with …

April 2
February 2
2012 7
October 1
September 1
May 2
April 3
  • Grails Authentication With Shiro

    Source code for the example project can be found at https://github.com/cavneb/grails-shiro-example. Shiro is a security framework that is meant to …

  • Asset Pipeline for Dummies

    The Rails asset pipeline is very powerful, but often misunderstood. At the Utah Ruby User Group, most of the attendees aren’t sure how to use …

  • Grails Domain Classes and Enums

    For a long time, I have been creating static int values to represent states in domain classes. For example, I would have something like the following …

2011 5
October 1
  • Groovy & Grails - Want to Know More?

    For those who are new to Groovy and Grails, here are a list of screencasts I created a while ago, along with a couple of slideshare presentations.

August 1
  • Bunny RabbitMQ

    Recently I was asked to implement Redis/Resque into an existing project that already had Redis up and running with another Redis server. This ended …

July 1
  • Google+ for the Facebook User

    Google+ vs. Facebook If you're like me, most of your family, if not all, communicates with each other via Facebook. For some reason, it has just become easier to post a quick message online.

May 1
March 1
2010 8
November 2
  • Paginator for Those Suffering From PostgreSQL Count( ) Speed Issues

    Our company has been using PostgreSQL for a very long time and has found it a very solid product for our needs. One thing that we’ve run into …

  • Grails Screencasts

    Grails Screencasts Here are several screencasts that I did for TeachMeToCode.com Introduction to Grails – Part 1 Are you new to Grails? Grails is an excellent alternative to Ruby on Rails,.

October 5
  • Roll Your Own Ajax-Based Captcha in Grails

    Recently, I was asked to come up with a better solution to our captcha needs. We have been using ReCaptcha, which is great but difficult to read at …

  • Uploading Files in Grails

    Here’s the slides from a presentation I did at the UGGUG in May 2010. I found that I needed to use it again today so I posted it. Here is the …

  • Passing Data From View to Layout via pageProperty

    I am writing a new Grails application which uses the website template Admintasia. Part of the layout gsp file has a section for the header and sub- …

  • Using Tag Lib Within Controllers and Services

    So let’s say you want to utilize the standard grails tag lib of formatNumber within your domain class, controller or service. How would you go …

  • Using Criteria Builder With Projections

    Something I had to dig around for today was how to perform a sum on a table using Criteria Builder. It seems that it is treated a bit different than …

May 1
  • Multi-Line Rails Logger Trick

    One thing that I like to do with my logger output is allow for multi-line output. It makes it much easier to read and keeps my code cleaner. Instead …

2009 1
March 1
2008 3
December 1
October 2