In this article, we’ll explore a few more pieces of the CauseLabs Mission Model Canvas to help you fill out your own worksheet. New to the Mission Model Canvas? Read more about it and how it can help you grow positive impact here. We’ll help guide the considerations for each section, but we won’t go into […]
Technology
Delve into the latest trends and best practices in technology that enhance operations for nonprofit organizations and small businesses. This category covers everything from web development and UX design to innovative digital strategies and tools crucial for success in the digital landscape.

Building trust between users and technology
Fostering trust with your users can be a battle, but the rewards you’ll get are worth the fight.

Migrating, Updating & Securing a Local Museum Website
One evening in late May I got a phone call from our friends at the museum. It’s always alarming to load your website and realize you’ve been hacked. Regardless of the size or nature of the breach, you feel vulnerable.

WordPress 5.0 and What You Need to Know
WordPress is introducing a new way of managing content. The enhanced content editor, named Gutenberg, will become the foundation for customizing and building websites on WordPress.

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.