side projects Challenged myself to build and launch an app in a week One app, one week, no procrastination, no perfectionism, just launch something and see how it goes. Don’t go into the developer mindset of regurgitating features that maybe people will not even want. Just the essential, and get to work, fast.
dev Using Sequelize with sqlite3 inside an Electron app A few months ago I ran into some problems when I tried to use Sequelize with sqlite3 inside an Electron app. This post will walk you through fixing this issue.