We’re Hiring: Jr. Product Strategist
Do you love apps and startups? We need someone to research and validate ideas to solve product design and growth problems. A strategist at T R I M might be described as this: Comfortable moving fast, unafraid to try new marketing strategies and tactics to grow or validate an idea, a creative individual who uses data to […]
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.