June 2018
Sketch Plugins, Baby!
At Collective Idea we use Sketch for wireframing and UI design. That’s not all we use though. One of our designers breaks down his current favorite plugins.
Batch downloading analytic events from Google Analytics
Recording Google Analytics ‘events’ on the fly can be an unnecessarily heavy load for your server. One way to fix that though is by sending the ‘events’ to GA and then batch downloading them in a weekly job.
Unpacking opportunities behind tech buzzwords: IoT
You’ve heard of IoT, but do you know what it is really? We’ll share a few ways it is being used in the home, business, and the classrooms.
What's in a Templating Language, Part 2
In this post we take a deep dive into how Late implements parsing and evaluating a Late template. In what is often considered black magic, I’ll show that compilers are nothing more than lots of simple, easier-to-graps parts combined into larger complex systems.