bradleyportnoy.com
Bug Hunt: Only In Production: BradleyPortnoy.com
https://www.bradleyportnoy.com/bug-hunt-only-in-production
Bug Hunt: Only In Production. March 24th, 2015. I'm a recovering politico and brand marketer diving head-first into the world of software development, and always searching for ways to impact the world for the better. Bug Hunt: Only In Production. March 24th, 2015. Things were going great; I knocked out a few features and the site was deployed. I turned to sqlite. Didn't want to play nicely with it. By this time, it was midnight - but the query was searching for restaurants as if it was 6AM. Apparentl...
blog.reidransom.com
Bookshelf.js Example
http://blog.reidransom.com/2014/04/06/bookshelf.js-example.html
So getting up and running with Bookshelf.js. Was not as easy as I was expecting. I knew that it sits on top of Knex.js. So I kept going thru the docs looking for the Bookshelf method that abstracts away table creation from Knex. When I didnt find it, I assumed they must be doing some next level stuff where they just fully abstract away table creation/alteration on the fly. Nope. The answer is you just use knex for that:. Connect to your database - Bookshelf.initialize. When in your code its more like.
nicholascloud.com
JavaScript | nicholascloud.com
http://www.nicholascloud.com/tag/javascript
I’ve published an article on Medium.com about the ES2015 Map and WeakMap types. June 1, 2016. June 1, 2016. JavaScript Frameworks for Modern Web Dev. I am thrilled to announce the publication of my newest book, JavaScript Frameworks for Modern Web Dev. Available now from APress! A year ago my friend and former co-worker Tim Ambler. Some of the technologies covered have aged (like fine wine! And some are much younger, but we believe that each has staying power and stands well among its peers. Between ...
ericclemmons.com
Copying Databases in Node – Eric Clemmons
http://ericclemmons.com/node/copying-databases-in-node
Copying Databases in Node. Yes, there are tons of great, StackOverflow-accepted ways to copy giant databases betweens servers. Sometimes you have a special need for a project that requires selectively copying subsets of data instead of an. So, when you. To programmatically copy rows between databases in Node. When I first attempted this, I ran into several problems:. I didn’t use a. And ran out of memory. Failed for some reason. I specified a lower. Performed differently on each table. S by Size, not Rows.
cryto.net
Why you should never, ever, ever use MongoDB - joepie91's Ramblings
http://cryto.net/~joepie91/blog/2015/07/19/why-you-should-never-ever-ever-use-mongodb
Why you should never, ever, ever use MongoDB. MongoDB is evil. It. Loses data (sources: 1. In fact, for a long time, ignored errors by default and assumed every single write succeeded no matter what (which on 32-bits systems led to losing all data silently after some 3GB, due to MongoDB limitations). At its advertised usecases, and claims to the contrary are completely lacking evidence (sources: 3. Forces the poor habit of implicit schemas in nearly all usecases (sources: 4. Has locking issues (sources: 4.
nicholascloud.com
ncloud | nicholascloud.com
http://www.nicholascloud.com/author/ncloud
New presentation – Github is Your Resume Now. This month I delivered a presentation called Github is Your Resume Now. Slides are available through the presentation link. The presentation was not recorded live, but I plan to make a screencast available in the near future. Thanks to all the LaunchCode candidates who showed up, I enjoyed meeting everyone! August 29, 2016. I’ve published an article on Medium.com about the ES2015 Map and WeakMap types. June 1, 2016. June 1, 2016. Maybe life is a bit like that...
nicholascloud.com
node.js | nicholascloud.com
http://www.nicholascloud.com/category/javascript/node-js
JavaScript Frameworks for Modern Web Dev. I am thrilled to announce the publication of my newest book, JavaScript Frameworks for Modern Web Dev. Available now from APress! A year ago my friend and former co-worker Tim Ambler. Some of the technologies covered have aged (like fine wine! And some are much younger, but we believe that each has staying power and stands well among its peers. Between us we have used all of these technologies in our own projects and in production deployments, and while we ca...
hackanduse.blogspot.com
$cat knowledge 1> /dev/blog: October 2014
http://hackanduse.blogspot.com/2014_10_01_archive.html
Cat knowledge 1 /dev/blog. Syntax correct: expected 'end of title'. Tuesday, 14 October 2014. So today I didn't find any (well at least without iterating through mysqldump) way to export a subset of a database tables so I wrote the following bash script:. Usage: $0 [-h host ] [-u user ] [-p pass ] [-d database ] [-t [nametables] [-f output file ] [-l limit ]". ERROR]: Unknown, ignoring ${OPTARG}. So now, i can just limit my data and export what I want. Sunday, 12 October 2014. Why stop using GNU screen?
SOCIAL ENGAGEMENT