Tutorials

Why you shouldn't use the AWS SDK in your front-end

Disclaimer: this article (as the title suggests) is full of personal opinions and does not necessarily reflect hard facts.

Version Management with a JavaScript Service Worker

The JavaScript service worker API is a way to give online web apps offline functionality. By running in the background of the browser, service workers...

How to Download an Image as a PDF using jsPDF

PDF documents are great because they preserve the format of a page. In other words, the content in a PDF document typically does not get...

How to Scan a Barcode with Flutter

Here’s how to set up a simple barcode scanning function, starting from a basic flutter app. In this tutorial we’ll be using the barcode_scan Flutter...