At CauseLabs our approach to designing for a global audience begins with listening. Language and culture shape how people interpret content on a page. We study regional behaviors, accessibility needs, and emotional cues before we sketch a layout. We build flexible content systems that support translation, right to left reading, local idioms, and imagery that […]
CauseLabs Resources
Lessons & insights from our journey for positive impact.
Instructional Guide: How to Build a Custom ChatGPT
There are many reasons organizations might want to build a custom ChatGPT. One reason we built our own GPT was to define personas and custom instructions once instead of copying them into every new chat window. We also discovered that regular chats would get too long and the model would start forgetting the rules. It […]
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.