code examples How to make the first and last elements wrap inwards using flexbox Flexbox is quite a powerful tool once you get a handle on it. I found the Complete guide to Flexbox missing a particular edge case I needed, illustrated here below.
quick answers How to debug schema version of sqlite database in moor flutter Short answers to complex questions. To check the schema version of a moor created database you will need to use a PRAGMA statement. As the documentation puts it: The PRAGMA
Dart Developer insight: Why does Dart have two constant variable variants? What's the difference between const and final in dart? TL;DR: const is set at coding-time and pre-compiled; final is assigned at runtime but only once.For a while now,
Node.js How can I stream my data from Cloudant in Node.js When it comes to querying data from a database, the frequently spotted attitude of "let's just run this query and it'll be fine" can lead to serious bottlenecks and cause trouble when...
ci/cd Continuous Integration part 2: Setting up Travis checks in Github Setting up TravisCI status checks on a PR is easy. Here are a few steps to set up your Github repository PRs with quality control.
Node.js Developer hints: Why do my node.js app ports keep growing? Working with NodeJS sometimes you get to see some strange things in your dev environment. For example, when working with Cloud Foundry your apps would automatically assign a port number
pi2d2 Building a Raspberry Pi robot out of old TV styrofoam and crayons Make your own R2D2 robot and control it using Scratch over wifi. 1 - Body ~ Tear through a styrofoam TV box holder ~ Add in some details and connect the legs
Car-Fi I've called it Car-Fi because it makes my car -finally play Spotify Stage one for getting a Spotify playlist in the car is ready. You can now get the playlist contents downloaded to your desktop. Stage two will involve running the script
code examples Ghost code syntax highlighting Ghost blogging platform is awesome. Its simplicity is its real power and whenever you want, you can expand it easily with just a few lines of code. Here's something cool