Dropbox & Webpack
I’ve had a major issue with Angular 2/Webpack for the past few months. I store all my development files in Dropbox as a second layer of backup and an issue came up that would make me bounce the server every time I changed a file. Not cool. The office joke is “it’s Tmux’s fault” and […]
TRIM AGENCY PIONEERS TECH DIVERSITY WITH KNIGHT FOUNDATION AND WYNCODE
With the goal of increasing diversity in the South Florida innovation ecosystem, we have committed to hiring apprentice developers through Knight Foundation scholarships. A group of familiar South Florida tech leaders are taking action to make tech careers more accessible to everyone through the “Future Leaders of Tech Scholarship Program,” as announced this week by the Knight Foundation. The […]
We’re Hiring: iOS Product Developer
Trim Agency is seeking an iOS developer to join their startup studio. The ideal candidate will not only love to code, but love to see companies grow from zero to launch, and scale companies from one to n. The Trim product mobile stack for iOS is Swift (or Objective C) / Rails API / Postgress […]
Testing Modules in Rspec
There comes a time when we might need to write some unit tests for a module. To do this, we can just extend some class and test the methods on that class. Here is an example using Rspec’s subject class; extending it with SomeProject::MyHelpers to unit test a method called :helpfulness.
Rails Forms: Validating and Persisting Duplicate Parameter Names
Building Rails forms is a pretty straightforward process but, once in a while, I run into a ‘gotcha’ that needs a simple solution. This week I was building a form where, if the user selects a particular subset of radio buttons, a text field is shown and the user is required to enter a string. The […]