blog.mattwynne.net blog.mattwynne.net

blog.mattwynne.net

Tea-Driven Development

Matt Wynne taking it one tea at a time

http://blog.mattwynne.net/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR BLOG.MATTWYNNE.NET

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

July

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Saturday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.6 out of 5 with 11 reviews
5 star
9
4 star
0
3 star
2
2 star
0
1 star
0

Hey there! Start your review of blog.mattwynne.net

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

2.3 seconds

FAVICON PREVIEW

  • blog.mattwynne.net

    16x16

  • blog.mattwynne.net

    32x32

  • blog.mattwynne.net

    64x64

  • blog.mattwynne.net

    128x128

CONTACTS AT BLOG.MATTWYNNE.NET

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Tea-Driven Development | blog.mattwynne.net Reviews
<META>
DESCRIPTION
Matt Wynne taking it one tea at a time
<META>
KEYWORDS
1 tea driven development
2 hexagonal rails
3 comments 1
4 permalink
5 comments 0
6 benefits
7 confidence to refactor
8 repeatable test
9 costs
10 http / kickstartacademy io/dates#london
CONTENT
Page content here
KEYWORDS ON
PAGE
tea driven development,hexagonal rails,comments 1,permalink,comments 0,benefits,confidence to refactor,repeatable test,costs,http / kickstartacademy io/dates#london,refactoring the adapter,experience,during the conference,nordic ruby,ruby programming,most
SERVER
Apache
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Tea-Driven Development | blog.mattwynne.net Reviews

https://blog.mattwynne.net

Matt Wynne taking it one tea at a time

INTERNAL PAGES

blog.mattwynne.net blog.mattwynne.net
1

Tea-Driven Development :: Cucumber-Ruby 2.0 moves into master branch

http://blog.mattwynne.net/2013/11/05/cucumber-ruby-2-0-moves-into-master-branch

Matt Wynne taking it one tea at a time. 2013 11 05 }. Cucumber-Ruby 2.0 moves into master branch. After months of hard work, we’ve got Cucumber 2.0 into a state where it can run its own tests and (usually) give us useful feedback. We’ve just merged this code into the master branch. There’s still a lot to do. The specs all pass, but only approximately 50 / 150 scenarios are passing. The 100 that fail are tagged out with @wip-new-core while we get them into a passing state. Of course if you want to try and...

2

Tea-Driven Development :: Agile / Lean Software Development

http://blog.mattwynne.net/category/agile-lean-software-development

Matt Wynne taking it one tea at a time. Agile / Lean Software Development. Sandi Metz’s Practial Object Oriented Design comes to London! I’m delighted to announce that I’ll be joining Sandi Metz to teach two courses on Object-Oriented design. This summer in London. We’re nick-naming it POODL. You have two options:. A two-day class running from July 3-4. A more in-depth three-day class running from June 25-27. Not just for Rubyists. Book your ticket now! Agile / Lean Software Development. Why examples are...

3

Tea-Driven Development :: How much do you refactor?

http://blog.mattwynne.net/2013/07/24/how-much-should-i-refactor

Matt Wynne taking it one tea at a time. 2013 07 24 }. How much do you refactor? Refactoring is probably the main benefit of doing TDD. Without refactoring, your codebase degrades, accumulates technical debt, and eventually has to be thrown away and rewritten. But how much refactoring is enough? How do you know when to stop and get back to adding new features? Image credit: Nat Pryce). Some people rely heavily on metrics. To guide their refactoring. I like the signals I get from metrics. This summer my ma...

4

Tea-Driven Development :: rails

http://blog.mattwynne.net/tag/rails

Matt Wynne taking it one tea at a time. Sandi Metz’s Practial Object Oriented Design comes to London! I’m delighted to announce that I’ll be joining Sandi Metz to teach two courses on Object-Oriented design. This summer in London. We’re nick-naming it POODL. You have two options:. A two-day class running from July 3-4. A more in-depth three-day class running from June 25-27. Not just for Rubyists. Book your ticket now! Agile / Lean Software Development. Hexagonal Rails – Introduction. Reached what is a f...

5

Tea-Driven Development :: Outside-In vs Inside Out – Comparing TDD Approaches

http://blog.mattwynne.net/2010/08/31/outside-in-vs-inside-out-comparing-tdd-approaches

Matt Wynne taking it one tea at a time. 2010 08 31 }. Outside-In vs Inside Out – Comparing TDD Approaches. At last month’s ScotRUG. Brian Swan and I attempted to solve the TDD Avatars. Problem as a live recital in our chosen style. We each had 35 minutes. The videos are here:. Brian’s Inside-Out TDD approach. Matt’s Outside-In approach. When I came to start practicing and converted the use case from the TDD Avatars paper. Into a Cucumber feature, it quickly became clear that the. Etc, I created this one:.

UPGRADE TO PREMIUM TO VIEW 17 MORE

TOTAL PAGES IN THIS WEBSITE

22

LINKS TO THIS WEBSITE

danlucraft.com danlucraft.com

Simplex for Ruby - Daniel Lucraft

http://danlucraft.com/blog/2013/12/ann-simplex-for-ruby

I’ve released a pure-Ruby implementation of the Simplex algorithm. For solving linear problems. It may be useful to you if you can only run Ruby, or if you want to learn about the Simplex algorithm from a simple implementation. I really really didn’t want to write my own LP solver implementation. If someone else told me they had done this, I would smirk. It’s a notoriously hard algorithm to implement correctly. Have you tried compiling them on Heroku. For Ruby 2.0. Max x y 2x y = 4 x 2y = 3 x, y = 0.

danlucraft.com danlucraft.com

Learning about Redis through writing a Twitter clone - Daniel Lucraft

http://danlucraft.com/blog/2009/05/learning-about-redis-through-writing-a-twitter-clone

Learning about Redis through writing a Twitter clone. Is a fast key-value database by Salvatore Sanfilippo. With some new ideas. Sometimes it’s called a ‘data-structures database’ because it supports sets and lists. I spent a few hours this morning writing a Twitter clone that uses Redis as its datastore, which is now online at http:/ retwisrb.danlucraft.com. The code is available on Github. Requires list traversal by Redis. Would they be useful? Anyway, I encourage you to try Redis out soon.

danlucraft.com danlucraft.com

How to use the new JRuby profiler - Daniel Lucraft

http://danlucraft.com/blog/2011/03/built-in-profiler-in-jruby-1.6

How to use the new JRuby profiler. The JRuby team released version 1.6. Yesterday, with lots of improvements and fixes. My contribution was extending the profiler with a graph mode and a Ruby API (with a lot of help from Headius. This profiler is built-in to the JRuby interpreter, no installation necessary! JRuby 1.5 included the. Option, which profiles all Ruby code run during the JRuby execution and outputs a flat profile:. In 160 there is now an additional profiling flag. How to profile blocks of code.

technicaldebt.com technicaldebt.com

agile – Technical Debt

http://technicaldebt.com/category/agile

Just another WordPress site. User Stories and FDD. I bet you never heard of Feature-Driven Development, eh? Well, Mike Cohn wrote this recent post:. Not Everything Needs to Be a User Story: Using FDD Features. Having worked with Peter Coad since the early 90s, and Jeff De Luca in the late 90s, I’ve been a fan of FDD. And naturally turn to that style when “user stories” are not so user-centric. And yes, those are typically the minority items on our backlogs. Major Feature Sets (Quote Management), and their.

qaautomation.wordpress.com qaautomation.wordpress.com

2008 April « Automating our QA, one step at a time

https://qaautomation.wordpress.com/2008/04

Automating our QA, one step at a time. Or, instilling automation values in a developers world. Running out of email addresses when you test? 10 Excellent Selenium Testing Resources For You. On List of QA tools taken from Web QA Test Tool Links. On List of QA tools taken from Web QA Test Tool Links. On List of QA tools taken from Web QA Test Tool Links. On List of QA tools taken from Web QA Test Tool Links. Tom on List of QA tools taken from Web QA Test Tool Links. QA & SW Testing Answers. 8212;—&#8...

4loc.wordpress.com 4loc.wordpress.com

Clean Software | 4 Lines of Code

https://4loc.wordpress.com/2009/04/14/clean-software

4 Lines of Code. A blog about software development and Ruby on Rails. Is from Flickr user marinegirl. JQuery logging in Firebug ». Do you want to comment? Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public). You are commenting using your WordPress.com account. ( Log Out. You are commenting using your Twitter account. ( Log Out. You are commenting using your Facebook account. ( Log Out. You are commenting using your Google account. ( Log Out. A semic...

testenext.blogspot.com testenext.blogspot.com

Test->next: Testes de Usabilidade

http://testenext.blogspot.com/2013/10/testes-de-usabilidade.html

Sempre apontando para novas tendências em automação de teste de software e curiosidades! Quarta-feira, 23 de outubro de 2013. E aí galera, tudo tranquilo? Fiquei um bom tempo sem publicar nada, só escrevendo posts pela metade. Mas, agora, juro! Aguardem que vem coisa boa por aí. Bom, vamos começar do começo! Dentro deste contexto, temos como critérios de qualidade de uso questões de usabilidade. Portanto, a prioridade dos critérios de qualidade de uso deve ser definida com base no conhecimento sobre os u...

testenext.blogspot.com testenext.blogspot.com

Test->next: Novembro 2012

http://testenext.blogspot.com/2012_11_01_archive.html

Sempre apontando para novas tendências em automação de teste de software e curiosidades! Quinta-feira, 29 de novembro de 2012. Especificação por Exemplos) surgiu segundo seu criador Gojko Adzik (2011) com o intuíto de unificar em um só termo as seguintes técnicas, metodologias e práticas ágeis:. Se queremos os usuários finais (stakeholders) mais envolvidos, o que é o principal objetivo dessas práticas, precisamos usar os nomes corretos para as coisas corretas e parar de confundir as pessoas. Construir o ...

testenext.blogspot.com testenext.blogspot.com

Test->next: Métricas de Software para processos

http://testenext.blogspot.com/2014/01/metricas-de-software-para-processos.html

Sempre apontando para novas tendências em automação de teste de software e curiosidades! Quarta-feira, 8 de janeiro de 2014. Métricas de Software para processos. As métricas segundo Pressman (2002, p. 506) conduzidas durante os primeiros estágios do processo de software fornecem aos engenheiros de software um mecanismo consistente e objetivo para avaliar a qualidade do software em desenvolvimento. Facilidade de compreensão: Até que ponto o processo está explicitamente definido e com que facilidade se pod...

UPGRADE TO PREMIUM TO VIEW 137 MORE

TOTAL LINKS TO THIS WEBSITE

146

OTHER SITES

blog.mattwind.com blog.mattwind.com

Matt Wind

Linux Tips - lsblk, lsusb, lspci. Linux Tips - netstat, arp, route, ping. Beaglebone Black - Serial number from EEPROM. How to EQ Vocals with USB Microphone. Subscribe to: Posts (Atom). View my complete profile.

blog.mattwoodward.com blog.mattwoodward.com

Matt Woodward's Blog

Skip to main content. Web development and general geekery. How to Back Up Google Drive to a Raspberry Pi. November 05, 2017. Yes, you read that direction correctly: this is a how to covering backing Google Drive up to a Raspberry Pi, not the other way around. For the impatient, heres a link to the scripts on GitHub. But itll probably help put things in context if you at least skim the rest of this post since there are a couple of dependencies in the mix. September 14, 2016. July 23, 2016. Based on the da...

blog.mattwork.net blog.mattwork.net

Francis Family

8230;for all eternity! August 19th, 2013. Photo shoot with mom. July 26th, 2013. Grandma Vickie bought Clark this cute hat. I had to do a fun photo shoot with it. Enjoy the pictures. Clark is 6 months old! July 18th, 2013. We have had so much fun this last month. Clark is growing so fast. He loves to eat now. He suits up for short periods of time by himself. He smiles and giggles all the time. Here are his 6 month photos. For Father’s Day, Clark gave Matt a new tie. Laquo; Older Entries.

blog.mattwright.ca blog.mattwright.ca

Wright'ings On The Wall

Wright'ings On The Wall. October 1, 2012. Poachers kill four rhinos in South African sanctuary: http:/ t.co/THciE5BT. This is your Captain speaking …. September 25, 2012. This is your Captain speaking we are going to have a Bumpy Landing @ # Toronto. Funniest Movie of the Summer… TED. June 28, 2012. June 17, 2012. I miss you a lot I’m happy and thankful for the years that we got Just always know that you were a great Dad I’m the luckiest son to have had the Dad that I had! Apple vs PC Rap Battle.

blog.mattwrightson.com blog.mattwrightson.com

The Blog of Matt Wrightson

The Shrine / An Argument. Collages by Matt Wisniewski. Barnes and Noble Classics. 8 Hours in Brooklyn. Killian Eng Pt. 2. Same Hill, Different Day. The Tree of Life. Yuki 7 Looks That Kill. Retro Future Power Solutions. The Story of Eames Furniture. 2001: A Space Odyssey. Case Study House 21. Eames Furniture in Japan. 187 Eight Hour Day. I have to break my Tumblr silence (I’ve been lurking all along, just haven’t posted in forever) and re-blog this piece by Libranta. Here’s to you Walt and Jesse! Creates...

blog.mattwynne.net blog.mattwynne.net

Tea-Driven Development

Matt Wynne taking it one tea at a time. Sandi Metz’s Practial Object Oriented Design comes to London! I’m delighted to announce that I’ll be joining Sandi Metz to teach two courses on Object-Oriented design. This summer in London. We’re nick-naming it POODL. You have two options:. A two-day class running from July 3-4. A more in-depth three-day class running from June 25-27. Not just for Rubyists. Book your ticket now! Agile / Lean Software Development. Bring your Product Owner to BDD Kickstart for free!

blog.matty-net.cz blog.matty-net.cz

Michal Mátl

Svox - mocný hlasový Engine pro Android. Nedávno jsem na svetandroida.cz. Publikoval článek, ve kterém jsem se věnoval čtení na Androidu. Docela mě zaujala funkce hlasového předčítání knížek, na kterou upozornil kolega ze Svět Androida. A s tím i souvisí, že jsem dlouho hledal program, který by nahlas říkal jména volajícího. Pro tuto funkci musíte mít nainstalované tři věci. První aplikaci, kterou nutně potřebujeme nainstalovat je Svox. Najdeme ji v Marketu. Dále zvolíme Speech settings. A tu změníme na ...

blog.matty.be blog.matty.be

matty.be - matty Resources and Information.

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.

blog.mattylambert.com blog.mattylambert.com

MATTYLAMBERT

blog.mattyu.ca blog.mattyu.ca

Default Parallels Plesk Panel Page

Web Server's Default Page. This page is generated by Parallels Plesk Panel. The leading hosting automation software. You see this page because there is no Web site at this address. You can do the following:. Create domains and set up Web hosting using Parallels Plesk Panel. Parallels is a worldwide leader in virtualization and automation software that optimizes computing for consumers, businesses, and Cloud services providers across all major hardware, operating systems, and virtualization platforms.

blog.mattyw.net blog.mattyw.net

mattyw

Talkative, friendly, programmer. Generics and Monads in Good Time. In this blog post I attempt to connect monads in haskell with generics in go, avoiding flame wars as I go. If I’ve made mistakes please let me know and I’ll gladly fix them. I’ve just finished listening to episode 10 of the bikeshed. Which is largely a discussion about haskell, and well worth a listen to. However the conversation that starts at around 29:40 is what triggered this thought. The question of Go Generics. This is important&#46...