Kaizen Today I Learned by Ville Säävuori

Posts tagged security

Initial Learnings With Electron

The following are my learnings from the first proper Electron project building the Slipmat Soundboard app. The app is open source, and like all Slipmat projects, it’s geared towards DJs and artists. Storing Electron state and preferences This was the very first thing I wanted to figure out as I wasn’t sure which would be the best way to do this.

· Read the full article →

Encrypted Data Archives With Django And Backblaze B2

I needed to implement user data export feature to a Django project. The static and user media is handled by Backblaze B2 cloud storage (similar to Amazon S3) which also supports server side encryption that allows your data to be encrypted at rest. Usually when working with filed in Django you want to use the native storage api and storage backends.

· Read the full article →