Quantcast
Channel: Kiwidev
Browsing latest articles
Browse All 22 View Live

Image may be NSFW.
Clik here to view.

ruby guard not seeing changes when saving in sublime text on linux

guard with guard-rspec wasn’t seeing any changes when saving files in sublime text 3 I’m running ubuntu 12.10 (xubuntu actually) over VirtualBox from a windows host. A bit of a discussion on guard’s...

View Article



Image may be NSFW.
Clik here to view.

Example Entity Framework 6 context using connection string in app.config

View Article

Image may be NSFW.
Clik here to view.

Delete all data from a Sql Server Db except the dbo._MigrationHistory table...

View Article

Image may be NSFW.
Clik here to view.

Rethinkdb 1.11, python and queries

Just did a short discovery session in python to figure out if Rethinkdb 1.11 can do some of the queries I’m after. Wanted to to perform queries that filter by field by nested field by values within a...

View Article

Image may be NSFW.
Clik here to view.

Nice and simple browser refreshing from within Sublime Text

Stumbled onto a Sublime Text plugin called Browser Refresh for Sublime Text. Install it via Package Control, bind the refresh command and it’ll refresh the active window/tab in your browser(s) eg:...

View Article


Image may be NSFW.
Clik here to view.

React – a sweet new javascript ui library

Just had a short run-thru of the tutorial for the React library by Facebook/Instagram. I’m really liking the declarative approach. It’s nice and clean. Going thru the tutorial, things felt very...

View Article

Image may be NSFW.
Clik here to view.

gulp, mocha, gulp-watch

A short gist on getting gulp and mocha watching JS and test changes. Watches for new and deleted files.  

View Article

Image may be NSFW.
Clik here to view.

An Ubuntu based 3 node/machine ElasticSearch cluster using Vagrant and...

Thought I’d share the development ElasticSearch cluster I’ve been using lately. https://github.com/diffused/Vagrant-ElasticSearch-Cluster Simply run “vagrant up” and it should auto-provision a 3 node...

View Article


Image may be NSFW.
Clik here to view.

Entity Framework 7 KVM Migrate to beginning

To migrate to the beginning using Entity Framework 7 migrations with kvm, just type: k ef migration apply 0 Pretty short and sweet. Just couldn’t find anything around so I thought I’d share.

View Article


Image may be NSFW.
Clik here to view.

Gulpfile to transpile ES6 using babel and browserify

This was based off another Gist but I lost the link :( I would have liked to attribute and link

View Article
Browsing latest articles
Browse All 22 View Live


Latest Images