Hacking has only been illegal since 1986, so it’s a relatively new crime that can be difficult to get ahead of. Hackers target valuable and vulnerable websites. Nonprofit websites frequently collect valuable information and have little security against information theft. Protecting your nonprofit website is crucial to keeping your community safe. Why Do Hackers Target […]
Technology
Using Tech to Better Serve Your Community in the New Year
With the new year, there is a new normal. COVID-19 prompted a surge of new technology that can help nonprofits like yours make a greater impact. There are many ways you can consider using tech to better serve your community in the new year. This post will help you understand those considerations. Using Tech to […]
Using Tech to Show Gratitude
It’s the season for giving thanks. But the end of the year may have snuck up on you like the Grinch stealing Cindy Lou Who’s Christmas tree. Now you need help using tech to show gratitude this holiday season. This post will offer some suggestions and provide a way to weave the Thanksgiving spirit into […]
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.
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.
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.