
blog.mattwynne.net
Tea-Driven DevelopmentMatt Wynne taking it one tea at a time
http://blog.mattwynne.net/
Matt Wynne taking it one tea at a time
http://blog.mattwynne.net/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Saturday
LOAD TIME
2.3 seconds
16x16
32x32
64x64
128x128
PAGES IN
THIS WEBSITE
22
SSL
EXTERNAL LINKS
146
SITE IP
173.236.176.243
LOAD TIME
2.313 sec
SCORE
6.2
Tea-Driven Development | blog.mattwynne.net Reviews
https://blog.mattwynne.net
Matt Wynne taking it one tea at a time
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...
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...
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...
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...
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:.
TOTAL PAGES IN THIS WEBSITE
22
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.
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.
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.
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.
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;—...
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...
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...
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 ...
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...
TOTAL LINKS TO THIS WEBSITE
146
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.
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...
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.
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.
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...
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!
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 ...
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.
MATTYLAMBERT
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.
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....
SOCIAL ENGAGEMENT