dogbiscuit.org dogbiscuit.org

DOGBISCUIT.ORG

about

Mdub is Mike Williams. I live in Melbourne, Australia, and work for REA. Welcome to my small, dusty corner of the web. Cloud Foundry on AWS - Part 1: Deploying a MicroBOSH. Running database migrations on Cloud Foundry. Play-ing with Cloud Foundry v2. Fun with Autotest hooks. Multi-threaded processing with lazy enumerables. The Three R's of Test Automation. Flipping the card wall. Clamp - a Ruby command-line framework. One project, three gems.

http://www.dogbiscuit.org/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR DOGBISCUIT.ORG

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

June

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Friday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.7 out of 5 with 10 reviews
5 star
5
4 star
1
3 star
2
2 star
0
1 star
2

Hey there! Start your review of dogbiscuit.org

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.1 seconds

FAVICON PREVIEW

  • dogbiscuit.org

    16x16

  • dogbiscuit.org

    32x32

  • dogbiscuit.org

    64x64

  • dogbiscuit.org

    128x128

  • dogbiscuit.org

    160x160

  • dogbiscuit.org

    192x192

CONTACTS AT DOGBISCUIT.ORG

Mike Williams

7 Y●●● St

Mont●●●●bert , VIC, 3127

AU

61.4●●●●8600
md●●@dogbiscuit.org

View this contact

Mike Williams

7 Y●●● St

Mont●●●●bert , VIC, 3127

AU

61.4●●●●8600
md●●@dogbiscuit.org

View this contact

Mike Williams

7 Y●●● St

Mont●●●●bert , VIC, 3127

AU

61.4●●●●8600
md●●@dogbiscuit.org

View this contact

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

DOMAIN REGISTRATION INFORMATION

REGISTERED
n/a
UPDATED
2014 January 27
EXPIRATION
EXPIRED REGISTER THIS DOMAIN

BUY YOUR DOMAIN

Network Solutions®

NAME SERVERS

1
ns.phx1.nearlyfreespeech.net
2
ns.phx4.nearlyfreespeech.net

REGISTRAR

Domain.com, LLC (R1915-LROR)

Domain.com, LLC (R1915-LROR)

WHOIS : whois.publicinterestregistry.net

REFERRED :

CONTENT

SCORE

6.2

PAGE TITLE
about | dogbiscuit.org Reviews
<META>
DESCRIPTION
Mdub is Mike Williams. I live in Melbourne, Australia, and work for REA. Welcome to my small, dusty corner of the web. Cloud Foundry on AWS - Part 1: Deploying a MicroBOSH. Running database migrations on Cloud Foundry. Play-ing with Cloud Foundry v2. Fun with Autotest hooks. Multi-threaded processing with lazy enumerables. The Three R's of Test Automation. Flipping the card wall. Clamp - a Ruby command-line framework. One project, three gems.
<META>
KEYWORDS
1 dogbiscuit
2 mdub
3 weblog
4 random thoughts
5 software
6 dubious projects
7 elsewhere
8 woollyams
9 mdub@dogbiscuit org
10 github.com/mdub
CONTENT
Page content here
KEYWORDS ON
PAGE
dogbiscuit,mdub,weblog,random thoughts,software,dubious projects,elsewhere,woollyams,mdub@dogbiscuit org,github.com/mdub,delicious links,linkedin profile,slideshare,featured articles,careful software development,powered by pith
SERVER
Apache
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

about | dogbiscuit.org Reviews

https://dogbiscuit.org

Mdub is Mike Williams. I live in Melbourne, Australia, and work for REA. Welcome to my small, dusty corner of the web. Cloud Foundry on AWS - Part 1: Deploying a MicroBOSH. Running database migrations on Cloud Foundry. Play-ing with Cloud Foundry v2. Fun with Autotest hooks. Multi-threaded processing with lazy enumerables. The Three R's of Test Automation. Flipping the card wall. Clamp - a Ruby command-line framework. One project, three gems.

INTERNAL PAGES

dogbiscuit.org dogbiscuit.org
1

Running database migrations on Cloud Foundry

http://www.dogbiscuit.org/mdub/weblog/Tech/DevOps/CloudFoundry/DatabaseMigrationsOnCloudFoundry

Running database migrations on Cloud Foundry. 19 Jun, 2013. An important part of deploying a database-backed application is keeping the database schema up-to-date. For Rails applications, you typically do that by running:. X000A;$ rake db:migrate. For Rails applications running on Heroku, you typically run the migrations immediately after deploying a new version of your app, e.g. X000A;$ git push heroku master $ heroku run rake db:migrate. The Cloud Foundry documentation. Specifically, it provides an ".

2

Flipping the card wall

http://www.dogbiscuit.org/mdub/weblog/Tech/Agile/FlippingTheCardWall

Flipping the card wall. 5 Feb, 2011. Most agile software development projects have a card wall, with each card representing a story, or a task, or some other unit of work. Typically, the wall is arranged in columns with labels such as:. And typically, cards progress across the wall from left to right. The labels vary, a lot, but the left-to-right thing is fairly standard. So, on my current project, I convinced the team to try something different. Observe . If weve recently released useful new features, o...

3

Cloud Foundry on AWS - Part 1: Deploying a MicroBOSH

http://www.dogbiscuit.org/mdub/weblog/Tech/DevOps/CloudFoundry/DeployingAMicroBOSH

Cloud Foundry on AWS - Part 1: Deploying a MicroBOSH. 2 Jul, 2013. Having spent some time experimenting with Cloud Foundry. Using Pivotal's flagship deployment at. I wanted to see how easy it was to deploy Cloud Foundry myself. The recommended deployment mechanism for Cloud Foundry uses BOSH. But BOSH makes it easier to manage an existing Cloud Foundry deployment, so we'll stick with that. A word of warning: the official documentation for " Deploying Cloud Foundry on AWS. The BOSH project distributes Mic...

4

Archive

http://www.dogbiscuit.org/mdub/weblog

Cloud Foundry on AWS - Part 1: Deploying a MicroBOSH. On 2 Jul, 2013. Running database migrations on Cloud Foundry. On 19 Jun, 2013. Play-ing with Cloud Foundry v2. On 17 Jun, 2013. Fun with Autotest hooks. On 5 Jun, 2013. Multi-threaded processing with lazy enumerables. On 23 May, 2013. The Three R's of Test Automation. On 11 Jul, 2011. Flipping the card wall. On 5 Feb, 2011. Clamp - a Ruby command-line framework. On 6 Dec, 2010. On 6 Dec, 2010. One project, three gems. On 14 Sep, 2010. On 12 Sep, 2010.

5

Multi-threaded processing with lazy enumerables

http://www.dogbiscuit.org/mdub/weblog/Tech/Programming/Ruby/MultiThreadedProcessingWithLazyEnumerables

Multi-threaded processing with lazy enumerables. 23 May, 2013. A project Im working on at the moment involves trawling a large collection (millions) of S3 objects, and I wanted to parallelize the processing across multiple threads. As it happens, its actually pretty easy to process a Ruby collection using multiple Threads:. Figure 1: Thread explosion! We can fix the do-everything-at-once problem using lazy enumeration:. Figure 2: Not really parallel. So, what if we reintroduced. Some of the Threads in the.

UPGRADE TO PREMIUM TO VIEW 7 MORE

TOTAL PAGES IN THIS WEBSITE

12

LINKS TO THIS WEBSITE

github.com github.com

mdub (Mike Williams) · GitHub

https://github.com/mdub

X6d;dub@dogbiscuit.org. Http:/ www.dogbiscuit.org/. Feb 22, 2008. A Ruby command-line application framework. Run Rack applications in-process, without a server. XML/JSON representations of your Ruby objects. A static website generator. Lazy Enumerables for everybody! 665 contributions in the last year. Summary of pull requests, issues opened, and commits. Learn how we count contributions. Pushed 1 commit to mdub/clamp. Pushed 2 commits to realestate-com-au/stackup. To refresh your session.

UPGRADE TO PREMIUM TO VIEW 8 MORE

TOTAL LINKS TO THIS WEBSITE

9

SOCIAL ENGAGEMENT



OTHER SITES

dogbirthdaysandparties.com dogbirthdaysandparties.com

Welcome dogbirthdaysandparties.com - BlueHost.com

Web Hosting - courtesy of www.bluehost.com.

dogbirthdayshoppe.blogspot.com dogbirthdayshoppe.blogspot.com

Dog Birthday Shoppe

Monday, February 20, 2012. BIRTHDAY GIFTS FOR DOGS. Dogs like to get a lot of attention from their owners. They like to play and feel loved. You can make your dog feel special when his birthday comes. You can surprise him with a lot of gifts, dress him in special birthday clothes, make him a dog birthday cake. You can plan a pup party and invite all your friends who also have dogs. Make sure to buy one birthday cake for the invited people and one birthday cake for your dog and his furry guests. One of th...

dogbirthing.com dogbirthing.com

dogbirthing.com

This domain has expired. Renew it now at Fabulous.com.

dogbiscotti.com dogbiscotti.com

dogbiscotti.com

dogbiscuit.com dogbiscuit.com

dogbiscuit.com

The domain dogbiscuit.com is for sale. To purchase, call Afternic.com at 1 781-373-6847 or 855-201-2286. Click here for more details.

dogbiscuit.org dogbiscuit.org

about

Mdub is Mike Williams. I live in Melbourne, Australia, and work for REA. Welcome to my small, dusty corner of the web. Cloud Foundry on AWS - Part 1: Deploying a MicroBOSH. Running database migrations on Cloud Foundry. Play-ing with Cloud Foundry v2. Fun with Autotest hooks. Multi-threaded processing with lazy enumerables. The Three R's of Test Automation. Flipping the card wall. Clamp - a Ruby command-line framework. One project, three gems.

dogbiscuitbaking.com dogbiscuitbaking.com

dogbiscuitbaking.com - This website is for sale! - dogbiscuitbaking Resources and Information.

The domain dogbiscuitbaking.com. May be for sale by its owner! This webpage was generated by the domain owner using Sedo Domain Parking. Disclaimer: Sedo maintains no relationship with third party advertisers. Reference to any specific service or trade mark is not controlled by Sedo nor does it constitute or imply its association, endorsement or recommendation.

dogbiscuitbar.com dogbiscuitbar.com

The Biscuit Bar | Coming Soon

Sharing our love of dogs with the hope you'll do the same. Signup to our mailing list or join us on social media to get updates.

dogbiscuiterpetsupplies.7thstreetenterprises.com dogbiscuiterpetsupplies.7thstreetenterprises.com

dogbiscuiterpetsupplies.com

0 items - $0.00. Your shopping cart is empty. Why not add some items in our Shop. Carriers and Travel Products. Collars, Harnesses and Leashes. Doors, Gates and Ramps. Feeding and Watering Supplies. Houses, Kennels and Pens. Training and Behavior Aids. Within the pages of this site you will find some of the best products and supplies, many at discounted prices, available today to ensure you and your dog are living the good life.

dogbiscuiterpetsupplies.com dogbiscuiterpetsupplies.com

dogbiscuiterpetsupplies.com

0 items - $0.00. Your shopping cart is empty. Why not add some items in our Shop. Carriers and Travel Products. Collars, Harnesses and Leashes. Doors, Gates and Ramps. Feeding and Watering Supplies. Houses, Kennels and Pens. Training and Behavior Aids. Within the pages of this site you will find some of the best products and supplies, many at discounted prices, available today to ensure you and your dog are living the good life.

dogbiscuitfactory.com dogbiscuitfactory.com

Coming Soon…

The Double-Dipped Dog Biscuit Factory.