blog.markpearl.co.za blog.markpearl.co.za

blog.markpearl.co.za

Software Development

Mark Pearl on Software. Mark Pearl on Software. Things to watch in 2018. How to ask for feedback. Attributes to look for in a developer. Reporting to create trust. The specialist vs the generalist. The Mob Member Mindset. Decrease process control in using innovation. I've just spent a week at 8th Light. 5 things to communicate to succeed in a team. Manifesto for Not Only Object-Oriented Development. Principles when a team looks for more work. See full history of blog posts. Buy the eBook on LeanPub now!

http://blog.markpearl.co.za/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR BLOG.MARKPEARL.CO.ZA

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

November

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Monday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.5 out of 5 with 14 reviews
5 star
3
4 star
5
3 star
4
2 star
0
1 star
2

Hey there! Start your review of blog.markpearl.co.za

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.3 seconds

FAVICON PREVIEW

  • blog.markpearl.co.za

    16x16

  • blog.markpearl.co.za

    32x32

  • blog.markpearl.co.za

    64x64

  • blog.markpearl.co.za

    128x128

  • blog.markpearl.co.za

    160x160

  • blog.markpearl.co.za

    192x192

CONTACTS AT BLOG.MARKPEARL.CO.ZA

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Software Development | blog.markpearl.co.za Reviews
<META>
DESCRIPTION
Mark Pearl on Software. Mark Pearl on Software. Things to watch in 2018. How to ask for feedback. Attributes to look for in a developer. Reporting to create trust. The specialist vs the generalist. The Mob Member Mindset. Decrease process control in using innovation. I've just spent a week at 8th Light. 5 things to communicate to succeed in a team. Manifesto for Not Only Object-Oriented Development. Principles when a team looks for more work. See full history of blog posts. Buy the eBook on LeanPub now!
<META>
KEYWORDS
1 toggle navigation
2 blog posts
3 notes on things
4 tools and technology
5 teams and people
6 processes and techniques
7 book and videos
8 misc
9 general
10 meaningful learning projects
CONTENT
Page content here
KEYWORDS ON
PAGE
toggle navigation,blog posts,notes on things,tools and technology,teams and people,processes and techniques,book and videos,misc,general,meaningful learning projects,new reading list,custodianship model,constraints,dry dry,apprenticeship advice,change 3
SERVER
GitHub.com
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Software Development | blog.markpearl.co.za Reviews

https://blog.markpearl.co.za

Mark Pearl on Software. Mark Pearl on Software. Things to watch in 2018. How to ask for feedback. Attributes to look for in a developer. Reporting to create trust. The specialist vs the generalist. The Mob Member Mindset. Decrease process control in using innovation. I've just spent a week at 8th Light. 5 things to communicate to succeed in a team. Manifesto for Not Only Object-Oriented Development. Principles when a team looks for more work. See full history of blog posts. Buy the eBook on LeanPub now!

INTERNAL PAGES

blog.markpearl.co.za blog.markpearl.co.za
1

Presenting at International Conferences

http://blog.markpearl.co.za/Presenting-At-International-Conferences

Mark Pearl's Software Developer Blog. Presenting at International Conferences. I have been presenting at local conferences for a few years. At the end of last year I decided to make it a goal for this year to present at an overseas conference. With no experience on how to make the transition from local to international conferences and a limited budget, I decided email a few freinds of mine what that have already made this leap to get their advice. Here are some of their comments. People who gave advice.

2

Safe Refactoring Pattern - Move Instance Method

http://blog.markpearl.co.za/Safe-Refactorings-Pattern-Move-Method-Instance

Mark Pearl's Software Developer Blog. Safe Refactoring Pattern - Move Instance Method. Move an instance method from one class to another. You have a class with an instance method, you’ve identified that this method fits better in another class and you want to move it.Instead of doing this use the ‘Move Instance Method Pattern’ to safely move an instance method. The steps are. Cut method you want to move. Paste it in the new class. Make the method you want to move static. Make the moved method unstatic.

3

The Art of Safe Refactorings

http://blog.markpearl.co.za/The-Art-of-Safe-Refactorings

Mark Pearl's Software Developer Blog. The Art of Safe Refactorings. An introduction to the art. I have just spent 3 days of my life refactoring a section of code with a good friend of mine, Janco. One of the most significant things I discovered during these sessions was Janco’s constant focus on safe refactorings. He has brought it down to an art. In the past when refactoring code I had the following 3 step approach:. 1 Before refactoring run the tests and make sure they pass. 2 Code the refactoring.

4

Software Process Videos of 2014

http://blog.markpearl.co.za/Software-Process-Videos-of-2014

Mark Pearl's Software Developer Blog. Software Process Videos of 2014. I occaisonally get asked where a lot of the concepts I have embraced in software development come from. For those that are serious about getting a deeper understanding of the process of software development I would recommend reading books. Reviews of some of the books I’ve read can can be found on my book reviews blog. For those that say they do not have time to read books shame on you! Rethinking IT by John Seddon. Larr; Next Post.

5

Words to Use

http://blog.markpearl.co.za/Words-to-use

Mark Pearl's Software Developer Blog. In the attempt to expand my vocabulary, here are a list of words I have enjoyed hearing that I tend to forget what they mean. I’ve also added a few words I see crop up in technical documents that I have never understood before. Esoteric - limited to a small circle. Coercion - to arm-twist, force, put pressure on someone to do something they normally wouldn’t. Parity - the state or condition of being equal. Egregious - outstandingly bad; shocking. Skeuomorphs - Deriva...

UPGRADE TO PREMIUM TO VIEW 8 MORE

TOTAL PAGES IN THIS WEBSITE

13

LINKS TO THIS WEBSITE

awkwardcoder.com awkwardcoder.com

Teaching a String Calculator How to Behave « Awkward Coder

http://awkwardcoder.com/2010/10/11/teaching-a-string-calculator-how-to-behave

Learning to behave in public. Skip to primary content. Skip to secondary content. Teaching a String Calculator How to Behave. October 11, 2010. I prefer to design my code by specifying expected behavior before any code is written. Machine.Specifications (mspec). His instructions were from the traditional TDD approach, though, so I took a stab at converting them to a simple user story with acceptance criteria. Here’s what I came up with:. WHEN provided an empty string,. THEN it should return 0. THEN it sh...

awkwardcoder.com awkwardcoder.com

Software Duradero « Awkward Coder

http://awkwardcoder.com/2013/04/14/software-duradero

Learning to behave in public. Skip to primary content. Skip to secondary content. April 14, 2013. Un adelanto de tres años. Por qué tanta atención a los libros y tan poco a la calidad de los estacionamientos? Es la contabilidad de alta calidad la pieza más importante de la empresa? Por supuesto, si una empresa real depende de la “X” para existir y obtener beneficios, se asegurarán de que la calidad de su “X” es alta por lo que los beneficios no están dañados y su negocio no está e...Ha visto el problema ...

awkwardcoder.com awkwardcoder.com

Planning Poker for Trello « Awkward Coder

http://awkwardcoder.com/2014/02/27/planning-poker-for-trello

Learning to behave in public. Skip to primary content. Skip to secondary content. Planning Poker for Trello. February 27, 2014. I have been wanting a good version of planning poker that integrates with Trello ever since I started using Trello over a year ago. Every time I would search in google for ‘planning poker trello’, I would get absolutely nothing. It’s really rare that something I want so bad is SO absent from the internets! App connects to Trello via OAuth. Try it for yourself! I tried to mask/hi...

awkwardcoder.com awkwardcoder.com

Acklen Avenue Lucha Contra la Violencia Domestica « Awkward Coder

http://awkwardcoder.com/2013/02/08/acklen-avenue-lucha-contra-la-violencia-domestica

Learning to behave in public. Skip to primary content. Skip to secondary content. Acklen Avenue Lucha Contra la Violencia Domestica. February 8, 2013. Por dos días, programamos y programamos (Andy diseñó y diseñó) y al final obtuvimos algo de lo que todos estábamos orgullosos: Automated Case Worker (ACM). Herramientas menos costosas como teléfonos Android y tables pueden ser utilizadas en vez de computadoras de escritorio (Gracias a Jorge García, miembro honorario del equipo de Acklen Avenue). La idea es...

awkwardcoder.com awkwardcoder.com

Acklen Avenue Fights Domestic Violence « Awkward Coder

http://awkwardcoder.com/2013/02/02/acklen-avenue-fights-domestic-violence

Learning to behave in public. Skip to primary content. Skip to secondary content. Acklen Avenue Fights Domestic Violence. February 2, 2013. I speak of the Domestic Violence Hackathon. On January 26-27, 2013. This Hackathon was held in 6 Latin American countries as well as in Washington D.C. It was sponsored by The World Bank. And organized by Second Muse. 8216;s entire Honduran team of developers plus our graphic designer in Nashville all raised their hands, saying, I want to help! The idea is that every...

awkwardcoder.com awkwardcoder.com

Byron Sommardahl « Awkward Coder

http://awkwardcoder.com/author/admin

Learning to behave in public. Skip to primary content. Skip to secondary content. Author Archives: Byron Sommardahl. Planning Poker for Trello. February 27, 2014. I have been wanting a good version of planning poker that integrates with Trello ever since I started using Trello over a year ago. Every time I would search in google for ‘planning poker trello’, I would get absolutely nothing. It’s really rare that something I want so bad is SO absent from the internets! App connects to Trello via OAuth.

awkwardcoder.com awkwardcoder.com

Uncategorized « Awkward Coder

http://awkwardcoder.com/category/uncategorized

Learning to behave in public. Skip to primary content. Skip to secondary content. Planning Poker for Trello. February 27, 2014. I have been wanting a good version of planning poker that integrates with Trello ever since I started using Trello over a year ago. Every time I would search in google for ‘planning poker trello’, I would get absolutely nothing. It’s really rare that something I want so bad is SO absent from the internets! App connects to Trello via OAuth. Try it for yourself! January 24, 2014.

awkwardcoder.com awkwardcoder.com

The Golden Rule of Software Development « Awkward Coder

http://awkwardcoder.com/2014/01/19/the-golden-rule-of-software-development

Learning to behave in public. Skip to primary content. Skip to secondary content. The Golden Rule of Software Development. January 19, 2014. 8220;If it can be null, it will be null.”. What does that have to do with people? Nothing. It’s a clever way to help programmers remember to avoid nulls, which is great. But we’ve missed an opportunity to answer a higher calling: doing to other developers what we would have them do to us. So I’m reclaiming the phrase for the cause of better code. I suggest that all ...

awkwardcoder.com awkwardcoder.com

La Droga de la Comodidad « Awkward Coder

http://awkwardcoder.com/2013/07/05/la-droga-de-comodidad

Learning to behave in public. Skip to primary content. Skip to secondary content. La Droga de la Comodidad. July 5, 2013. Si notan, ahora, todas las metas están resueltas y hacen que usted se sienta cómodo. Un trabajo que le da salario y un salario que le da seguridad y comodidad. La casa es un lugar donde se puede descansar, comer y dormir con mucha comodidad. Un auto le hace sentir más seguro de ir a cualquier parte con comodidad. Dejar una droga nunca es fácil. Dejando la comodidad tampoco lo es&#...

awkwardcoder.com awkwardcoder.com

Awkward Coder « Learning to behave in public.

http://awkwardcoder.com/page/4

Learning to behave in public. Skip to primary content. Skip to secondary content. BDD and Mspec… Meet Custom ModelBinder – Part 2. April 17, 2010. I created a spec using mspec and got it to the point where it would fail miserably. It’s amazing how much work can go into failure. Now, the task at hand is to make the test pass! Here’s the spec:. Public class when binding guestbook post data to viewmodel. Static TestModelBinder modelBinder;. Static ModelBindingContext bindingContext;. Static object result;.

UPGRADE TO PREMIUM TO VIEW 12 MORE

TOTAL LINKS TO THIS WEBSITE

22

OTHER SITES

blog.markosler.com blog.markosler.com

Mark Osler Photography | Tips | Workshops | News | Offers » Inspiration | Insight | Instruction

Mark Osler Photography Tips Workshops News Offers. Big Head Todd Red Rocks. Pet and Owner Session. Hot Robots Band Portraits. George Thorogood and The Destroyers. 69,109,97,105,108. I'm Mark Osler - photographer, picture editor and instructor - and I'm glad you're here. This blog is where I share a little of my work, a little of myself, and a little of what I've learned over the past 24 years working as a visual storyteller. I hope you find something in these pages that makes your visit worthwhile. Wheth...

blog.markowaperfumeria.pl blog.markowaperfumeria.pl

sklep internetowy o nazwie The Billionaire,Aromat olejku,Marzenie każdej kobiety | Kosmetyki

Telefonia internetowa- plusy i minusy. Lekki j miodowy krem do twarzy będzie dla ciebie idealny, gdy często doświadczasz uczucia przesuszenia, ściągnięcia. To naturalna przyjemność dla ciebie i twojej skóry, która szybko staje się ekstremalnie odżywiona. Pomaga on zmniejszyć nadmiar sebum i złagodzić stan zapalny. Skórę niemowlęcia trzeba chronić i odżywiać każdego dnia, zapewniając jej maksymalne bezpieczeństwo. Perfumy w okresie letnim. To elastyczne i konfigurowalne pakiety.

blog.markoweopony.pl blog.markoweopony.pl

MarkoweOpony.pl – Opony letnie, opony zimowe, opony całoroczne.

Pirelli: plany na przyszłość. Zaszufladkowany do Nowości z rynku. Możliwość komentowania jest wyłączona. Członek zarządu Pirelli Marco Tronchetti Provera w wywiadzie dla magazynu Institutional Investigator wyjawił plany koncernu na najbliższą przyszłość. Markowe opony Pirelli można nabyć w portalu MarkoweOpony.pl. TBC Corp. wycofuje 72 000 opon. Możliwość komentowania jest wyłączona. Wadliwe opony wyprodukowała między 2009 i 2011 rokiem firma Yokohama, która wkrótce odnotowała alarmującą liczbę reklamacj...

blog.markpain.com blog.markpain.com

blog

Golf Training Video Released. Published: 16 November 2014. I’ve been working hard over the last few weeks producing an online training video and confronting the question what makes a great golf shot? We shot it in the magnificent museum of the Royal Blackheath Golf Club. 400 years of history and a fantastic place to think about the best way to shoot our great game. Ryder Cups, Open Championships and other tournaments all provide different challenges. Read more: Golf Training Video Released. One minute th...

blog.markparkinson.com blog.markparkinson.com

Mark Parkinson

Mark A. Parkinson. Public Policy and Communications Professional. Asquatchalypse Now near final cut copy-H.264 for iPad and iPhone 4 from. 1/1/2017 Lewis and Clark trail. Easter 2016 (Full Service) from. There is a moment that changed history. Our Christian faith and hope hinges on the resurrection story of Jesus. At Easter we remember and celebrate our risen Savior. Grandpa Parkinson at the Senior Olympics from. Spending the afternoon in the sun… (at Hme). I then asked, “What does that mean? Why do dog...

blog.markpearl.co.za blog.markpearl.co.za

Software Development

Mark Pearl on Software. Mark Pearl on Software. Things to watch in 2018. How to ask for feedback. Attributes to look for in a developer. Reporting to create trust. The specialist vs the generalist. The Mob Member Mindset. Decrease process control in using innovation. I've just spent a week at 8th Light. 5 things to communicate to succeed in a team. Manifesto for Not Only Object-Oriented Development. Principles when a team looks for more work. See full history of blog posts. Buy the eBook on LeanPub now!

blog.markpenningtonteam.com blog.markpenningtonteam.com

Real Estate News - Everything you wanted to know about real estate in one place

Tarrant County Appraisal District.

blog.markphelan.net blog.markphelan.net

Maintenance Mode

blog.markpheonix.com blog.markpheonix.com

Mark Pheonix

Something different had to revisit some old feels for this one. Hit me if you want the vocals #ExtraFeels #IJustWantYouBaby. Source: SoundCloud / m boogs. There’s a stereotype that black people are lazy. I don’t know if that’s true, but I know white people went all the way to Africa to get out of doing work. Too bad I don’t have any :(. Does this count as #womancrushwednesday #ornah? This shirt finally came in #bathroomselfie #kingdomhearts #sora #heartless. New Track, son. For people in Purgatory.

blog.markplace.net blog.markplace.net

Mark's Place

A place for Mark's murmuring, blah, blah, blah, . Mark Wu 發表於 2012/10/22 04:39 · 靜態連結網址. 併購後,每隔幾個月就要 migration 什麼東東,一下子 Data Center,一下子 Control Panel,一下子帳號 . 趁著他們要我整個搬到 Rackspace 的最後通牒前,搬家完畢 把 Slice 砍了,把帳號也砍了. 用 Slicehost 已經 5 年了,紀念一下. Middot; 引用 (0). Mark Wu 發表於 2010/04/14 14:46 · 靜態連結網址. Middot; 引用 (0). Mark Wu 發表於 2010/03/22 03:25 · 靜態連結網址. Middot; 引用 (0). BabyHome 該怎麼做 First thing first! Mark Wu 發表於 2010/02/04 07:47 · 靜態連結網址. 註 本文於 2010/11/08 應要求更新,原因容後專文描述。 剛剛看到 假 BabyHome 粉絲團. Middot; 引用 (0). 今天,Ba...

blog.markpopovich.com blog.markpopovich.com

markpopovich

Screengrab from a fun video we shoot riding around with @radiowithguts Video coming soon! More at @kp media (at Downtown L.A.). Tbt Exploring Puerto Vallarta. View from the opening of the cave. Happy 4th of July. The Ride back to the van after finishing the White Tim Trail in Canyonlands National Park. Good coffee is well worth the the extra weight and size carrying the v60. 201411.12 @ 12:00.