development
Strategy, branding, print, & digital design services
development
Strategy, branding, print, & digital design services
Explore More:
-
Unrelated Studio Partners with ‘The Onion’ to Elevate Iconic Satire in Print and Digital Media
With a history rooted in newspaper satire, The Onion needed a digital platform that echoed the dense, authoritative style of classic print journalism. We crafted a visual identity for the website that was unmistakably aligned with this vision, incorporating traditional…
-
Behind the Scenes: Unveiling Our WordPress Magic for Client Success
At Unrelated, our mission is to empower organizations to thrive online, and one of the key tools in our arsenal is WordPress. Today, we’re pulling back the curtain to give you an insider look at how we customize WordPress to…
-
Gutenberg for WordPress Is Great, But What’s Missing
The WordPress Gutenberg editor has evolved into a powerhouse of creativity, consistently introducing innovative features that elevate website creation. Kudos to the diligent minds at WordPress for paving the way for a streamlined web development experience. Yet, in the vast…
-
Unveiling Gridible 2.0: A Revolution in Responsive Layout Blocks for WordPress’ Gutenberg Editor
A couple of years back, our stellar team went on a mission to cook up some killer layout blocks for WordPress’ Gutenberg editor. Our grand plan? Introduce a slick 12-column, responsive grid system that not only made implementing our designs…
-
Maintaining A WordPress Site After Launch, From Our Client’s Perspective
Just about the first question, every potential client asks us is, “Are your WordPress websites easy to maintain?” And to be honest, it’s a fair question. (Skip the backstory and just read the interview.) WordPress is one of the, if…
-
Trusting the Process
As a designer or developer, how many of you have been asked at some point to take a “test” for a job or freelance gig? Just as we expected. Every. Single. One. Of. Us. What other industries deal with this?…
-
Introducing Angular Waiting Button
Ten years on from the introduction of AJAX, the web is now full of asynchronous operations. AJAX itself made those async requests feasible, while Promises have been around for a while now to make handling async responses simple. When working…
-
Simulating Poor Network Conditions with Toxiproxy
Naturally, developers build apps in environments where network connectivity isn’t an issue — frequently the connections stay local to the development environment. That’s fine for being efficient while building out code, but it can also lead to a false confidence about the…
-
Managing Environment Variables with Global and dotenv Gems
At Unrelated, our Rails projects use dotenv to load environment variables for development and test Rails servers. dotenv reads a file (by default, the appropriately named .env) that contains a simple list of name=value pairs and loads each as a new…
-
A Few Tips To Help Manage Git Branches
Managing git branches when branching off multiple feature branches can be a pain. What branches have been merged and can any be deleted? Within my first few months at Unrelated, I came to realize that I needed a better workflow…