
danbunea.blogspot.com
Becoming AgileMy insight on the business of software development, expecially in agile methodolgies and lately into functional programming
http://danbunea.blogspot.com/
My insight on the business of software development, expecially in agile methodolgies and lately into functional programming
http://danbunea.blogspot.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Saturday
LOAD TIME
0.3 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
17
SSL
EXTERNAL LINKS
66
SITE IP
172.217.10.129
LOAD TIME
0.315 sec
SCORE
6.2
Becoming Agile | danbunea.blogspot.com Reviews
https://danbunea.blogspot.com
My insight on the business of software development, expecially in agile methodolgies and lately into functional programming
Becoming Agile: 3D user interfaces: lists and scrolling in 3D
http://danbunea.blogspot.com/2012/12/3d-user-interfaces-lists-and-scrolling.html
Becoming Agile: CHAPTER 6: Quality and Testing
http://danbunea.blogspot.com/2008/05/chapter-6-quality-and-testing.html
Becoming Agile: The value of values, by Rich Hickey - prerequisite for functional programming
http://danbunea.blogspot.com/2015/02/the-value-of-values-by-rich-hickey.html
Becoming Agile: Great advice on the programming career
http://danbunea.blogspot.com/2011/10/great-advice-on-programming-career.html
Becoming Agile: How TDD improves development speed and is very cost effective
http://danbunea.blogspot.com/2005/09/how-tdd-improves-development-speed-and.html
TOTAL PAGES IN THIS WEBSITE
17
Ciprian Mester's Blog: On "Testing and Refactoring Legacy Code"
http://mesterciprian.blogspot.com/2013/05/on-testing-and-refactoring-legacy-code.html
Monday, May 06, 2013. On "Testing and Refactoring Legacy Code". I finished watching Sandro Mancuso's " Testing and Refactoring Legacy Code. Excellent coding kata on InfoQ and I saw there a couple of practices which I can hardly wait to use in real (legacy) projects. Although that the overall movie quality is not so good, I had no problem understanding the code and the incremental refactorings. On my TODO list:. Split editor when writing (or reviewing. Add tests from shortest to deepest branch.
Ciprian Mester's Blog: April 2013
http://mesterciprian.blogspot.com/2013_04_01_archive.html
Sunday, April 21, 2013. I did a huge number of code review sessions in the passed years, gathered a lot of experience from my mistakes and I thought now it's a good time to share my findings with the world! Finding 1: Code reviews must be taught and learned. It doesn't seem obvious that a simple code review needs to be learned. If you have an intermediate or senior developer in your team, he or she should be capable without too much effort to do a "proper" code review, right? I started to teach people.
Ciprian Mester's Blog: July 2009
http://mesterciprian.blogspot.com/2009_07_01_archive.html
Friday, July 17, 2009. Peopleware:Productive Projects and Teams: Book Review. Peopleware:Productive Projects and Teams. Tom DeMarco and Timothy Lister. Software Engineering bible , the book is present everywhere: as reference in a large number of technical books, as reference in various articles, mentioned by fellow programmers and project managers, with fragments quoted in blogs and read in group readings, everywhere! What did I want to learn? What did I learn? Learn is not a good word here,. The manage...
Cyrus.Net: October 2005
http://cyrusnet.blogspot.com/2005_10_01_archive.html
Comment-link {margin-left:.6em;}. IT and Project Management related journal. Tuesday, October 11, 2005. How TDD improves development speed and is very cost effective. Through Dr Neil's blog. I found this blog which is very relevant and good resource for agile development. How TDD improves development speed and is very cost effective. Posted by Cyrus @ 12:33 am. Links to this post. Can't help it, but have to share this. Posted by Cyrus @ 12:20 am. Links to this post. Monday, October 10, 2005. ASPNET 2....
Cyrus.Net: Common Challenges and Principles Implementing organizational Changes
http://cyrusnet.blogspot.com/2005/12/common-challenges-and-principles.html
Comment-link {margin-left:.6em;}. IT and Project Management related journal. Tuesday, December 13, 2005. Common Challenges and Principles Implementing organizational Changes. The following are some common challenges to change improvement and some guidelines that can be adopted to overcome them. How do they relate to project management? COMMON CHALLENGES OF ORGANIZATIONAL CHANGES. PMs' Performance Evaluation Not Aligned to organization Goals. Money/time/manpower is never enough for the tasks list. How...
Cyrus.Net: Mean and Standard Deviation Calculation
http://cyrusnet.blogspot.com/2005/11/mean-and-standard-deviation.html
Comment-link {margin-left:.6em;}. IT and Project Management related journal. Saturday, November 12, 2005. Mean and Standard Deviation Calculation. I was reading up on PERT (Program Evaluation Review Technique), one of the technqiues in estimating efforts in WBS (work breakdown structure). It appears that there is much more to estimation than just ball-park guesses. Work Estimated Effort Std Deviations. Module A 20 man-days 1.0. Module B 20 man-days 2.0. Posted by Cyrus @ 3:35 pm. Links to this post:.
Cyrus.Net: Business Case Preparation - Part 1 of 2 (Principles)
http://cyrusnet.blogspot.com/2005/12/business-case-preparation-part-1-of-2.html
Comment-link {margin-left:.6em;}. IT and Project Management related journal. Tuesday, December 13, 2005. Business Case Preparation - Part 1 of 2 (Principles). Often, within each SDLC, there are various decisions that need to be made. For example, should we buy or make the middleware for a project? Is it more effective to repair or replace a highly defective module? What are the options available, and what is the cost and benefits associated with each? Decisions are made relative to alternate options.
Cyrus.Net: July 2005
http://cyrusnet.blogspot.com/2005_07_01_archive.html
Comment-link {margin-left:.6em;}. IT and Project Management related journal. Friday, July 29, 2005. Template vs Strategy Patterns. The Template pattern is similar to the Strategy pattern. These two patterns differ in scope and in methodology. Strategy is used to allow callers to vary an entire algorithm, like how to calculate different types of tax, while Template Method is used to vary steps in an algorithm. Because of this, Strategy is more coarsely grained. Strategy is member class. Override Calculate...
Cyrus.Net: August 2005
http://cyrusnet.blogspot.com/2005_08_01_archive.html
Comment-link {margin-left:.6em;}. IT and Project Management related journal. Saturday, August 20, 2005. The Case For Code Reuse. The case for code reuse is multiple, and we have tried to do so since the early days of programming. In procedural languages, we used functions / procedures as a means of reuse; then there was include tags. In asp scripts. Rather rudimentary, if you ask me. These means did work to a certain extent, but also introduced many issues of their own. Discover the Design Patterns You'r...
Cyrus.Net: SQL Server 2005 Takes On Enterprise Data Market
http://cyrusnet.blogspot.com/2005/11/sql-server-2005-takes-on-enterprise.html
Comment-link {margin-left:.6em;}. IT and Project Management related journal. Monday, November 07, 2005. SQL Server 2005 Takes On Enterprise Data Market. Finally, the much anticipated SQL Server 2005. Is about to be released. Does this mean that Microsoft will take over Oracle and IBM in terms of enterprise level RDMBS? Already, there seems to be very good response, and one survey says that many are keen to migrate over. Posted by Cyrus @ 11:45 am. Comments: Post a Comment. Links to this post:.
TOTAL LINKS TO THIS WEBSITE
66
DAN BUMMER
Superfluous dispatches from Stinky Town. Dan left Stinky Town. Now, he lives in Sunny Town (OK, it's a little gray, but still.). View my complete profile. Charlie Z and Co. Monday, October 15, 2007. Dan Bummer: R.I.P. This morning we leave our empty apartment in Stinky Town. The stoop sale is over. The movers have left. We've said goodbye to our dear pals. It's a bittersweet departure - both vacating NYC as well as the blogosphere. Dan's time in both places has come to a close for now. Is of another day.
Metro Atlanta Real Estate - Dan Bump
Metro Atlanta Real Estate Information. Please feel free to browse through this site to explore real estate information for the Metro Atlanta Area. Our comprehensive real estate website offers direct access to the latest properties for sale in Metro Atlanta and features community information, consumer links, school information, free reports, answers to commonly asked real estate questions and more. This is your one stop shop for Metro Atlanta Real Estate information. Get VIP Insider Access.
ART OF DAN BUNCH
ART OF DAN BUNCH. For me art has no rules! I so love to do art. I will paint, sculpt, no matter what else is going on in my life. I have always done so. Now I can travel and do art more than at anytime in my life. It feels great! Pick out something won't cha? I will appreciate your purchase; your following; your advice! And you can help support my wandering life! Wednesday, March 9, 2011. CLAY OVER WAX) $45 U.S. How to Purchase: Buy this art! Send me an Email. 2236 Co. Rd. 314. Tuesday, March 8, 2011.
Welcome danbundschuh.com - Hostmonster.com
Web Hosting - courtesy of www.hostmonster.com.
Lake County IL real estate short sale and foreclosure specialist - Grayslake, Mundelein, Libertyville
For My Property Finder Click Here. Send me an Email. 20 Tips for Selling Your Home. Movers - US Postal Service Guide. 60 Amp Electrical Service. Glossary Of House Terms. Outlet Buttons - GFIs. Financial Q and A. Leading Local Market Share. RE/MAX Around the World. Dream with your eyes open. Search thousands of locations with our comprehensive search tool. Office is Independently Owned and Operated. 100 Atkinson, Suite 106.
Becoming Agile
My insight on the business of software development, expecially in agile methodolgies and lately into functional programming. Friday, February 06, 2015. Fighting complexity through functional composition, part 1: how to implement functional composition. The python code online:. The javascript code online:. So let;s see how we can fight complexity in a practical example by using functional composition. We’ll do a little bit of TDD here, starting with a test:. Class TestValidations(unittest.TestCase): d...
Dan Bunea, large living abstract paintings - intro page with a video of one of my sculptured 3D paintings
Exhibition in Lahr, Germany.
Real Estate Appraisal - home appraisal - appraiser - real estate appraiser - residential appraisals - Claremore, OK - Bunn & Associates, Inc.
Welcome to our home page. We are a leading provider of real estate valuations for the mortgage lending marketplace. With many years of experience in the business, we have a proven track record of reducing lenders time, efforts and costs in managing the appraisal process. We are a leading provider of appraisals for:. Primary and Secondary Mortgages. Private Mortgage Insurance Removal. Electronic Ordering and Delivery. Bunn and Associates, Inc. Post Office Box 116 Claremore, OK 74018.
Dan Bunn Properties | We sell unique property, to special people!
We sell unique property, to special people! Skip to primary content. Skip to secondary content. June 27, 2014. Thank you for your interest. This property has been taken. Zoned Commercial on Hwy. 62. December 5, 2013. High Visibility on Hwy. 62. Zoned Commercial Owner Carry. Owner Carry $148,000.00, 20% down. Zoned Commercial on Hwy. 62. Know the updates by subscribing. Last Updated: Oct 22, 2012. Proudly powered by WordPress.