Is your company website still connecting with your audience?If you haven’t updated it in the past few years, the answer may be a resounding no. As user behaviors continue to shift, so too must your website. Here’s when and why you should consider a redesign. Understanding Your Audience: More Than Just Demographics It’s not enough […]
CauseLabs Resources
Lessons & insights from our journey for positive impact.

Enhancing Color Blindness Accessibility: Using AI for Inclusive Data Visualization
Improving Color Blindness Accessibility with AI: Designing for All Vision Abilities There are so many times when I want to throw my phone across the room while working with AI. Things are going smoothly, and then, all of a sudden, it simply fails. There’s no backtracking to get it back on track; instead, it gets […]

The Power of Clickable Prototypes
A clickable prototype links multiple screens together via hotspots that are interacted with via click or tap. The result is a testable, easy-to-update solution to a design problem that users can experience.

Advanced REST API Design
In our previous post, we covered the basics of designing a REST API: defining endpoints, using HTTP verbs and performing common read-write operations on data. In this chapter, we’re going to introduce some advanced use and edge cases you may want to consider in order to give your REST API a sound and long-lasting design.

What you need to know about REST.
If you are a developer and you’ve worked in any modern web application, I’m sure this term rings a bell for you. REST stands for Representational State Transfer. If you’re already familiar with the basics, hop over to our look at Advanced REST API design. If you’re in need of an intro, lets dive in and you’ll see why this architectural style has become a de-facto industry standard for back-end APIs.