Progressive Web Apps (PWAs) are an easy and quick way to add performance to websites/web apps. They work with all major modern web browsers (except IE). Additionally, web apps / websites can be “installed” onto the desktop of the computer or phone via PWA technology. All in all, progressive web apps are nifty, and we’ll […]
If you’re reading this then you likely already know that Postman is an application that’s used for making calls to APIs in order to check that they’re functioning properly. You may be asking, “Why bother? I can whip up a Strapi app in less than 20 minutes and have it on the cloud.” Indeed you […]
Looking for a better understanding of the Strapi docs in regards to uploading photos? Look no further! In this tutorial, we’re going to cover uploading images to Strapi with Vue. In addition, we’re going to go over why forms are awesome and how we can use something called FormData to send along our form, including […]
REST has a bad rap. This architectural pattern is often explained like a long incantation in Latin. The name itself is also not user friendly, being an acronym for “Representational State Transfer”. More often then not, the explanations sound like utterances in an alien tongue. This post hopes to express the principles ideas of REST […]