Sign in or Join FriendFeed
FriendFeed is the easiest way to share online. Learn more »

xero › Comments

xero
White Elephant Sizing « TastyCupcakes.org - http://tastycupcakes.org/2009...
Mostly silent agile technique to estimate a back log of user stories. - xero
xero
Using Silent Grouping to Size User Stories « System Agility - http://systemagility.com/2011...
Process for getting agile user stories sized quickly, consistently, and with consensus yet little argument. - xero
xero
InfoQ: Development at the Speed and Scale of Google - http://www.infoq.com/present...
Ashish Kumar presents how Google manages to keep the source code of all its projects, over 2000, in a single code trunk containing hundreds of millions of code lines, with more than 5,000 developers accessing the same repository. - xero
xero
Best Plants to Naturally Purify Indoor Air | MightyNest - http://mightynest.com/blog...
Areca Palm Tree. Lady Palm Tree. Bamboo Palm. Boston Fern. Rubber Plant. Dracaena- Janet Craig. English Ivy. Date Palm Tree. Ficus Alii. Peace Lily. Aloe Vera. Spider Plant. Chrysanthemum. Heart Leaf Philodendron. Snake. - xero
xero
InfoQ: How to GET a Cup of Coffee - http://www.infoq.com/article...
Tutorial that creates a REST API using a pretend application for a coffee shop. Includes ideas on creating self-describing workflows through the API calls as well. - xero
xero
Classification of HTTP APIs - http://nordsc.com/ext...
A comparison of several variations on web service architecture between REST and WS-*. Attempts to compare the usefulness of the designs and the perceived costs for start up, maintenance, and evolution of both client and server. - xero
xero
Elegant Code » Job Titles and Scrum - http://elegantcode.com/2012...
Scrum does not discriminate against job titles, it just ignores them. - xero
xero
End to End security, or why you shouldn't drive your motorcycle naked - Vibro.NET - Site Home - MSDN Blogs - http://blogs.msdn.com/b...
Good metaphor to explain web message security. - xero
xero
The Manual Photography Cheat Sheet Keeps You Familiar with All Your Camera's Different Settings - http://lifehacker.com/5877335...
The effects of exposure, aperture, shutter speed, and iso setting in an easy to read cheat sheet. - xero
I may have to memorize this. - AJ Batac :)
xero
Sign up for Code Year to start receiving a new interactive programming lesson every Monday. You'll be building apps and websites before you know it! - xero
xero
reddit is offline in protest of PROTECT IP and SOPA - http://www.reddit.com/
"submitted by reddit to blog." - xero
xero
A Crash Course in Roof Venting - http://www.buildingscience.com/documen...
Understand when to vent your roof, when not to, and how to execute each approach successfully. By Joseph Lstiburek - xero
xero
Your very first NHibernate application – Part 1 - http://dotnetslackers.com/article...
A tutorial on building applications that use NHibernate. May not have some of the best coding practices, but gets into several of the nuances and even uses TDD to build the app. - xero
xero
Using C# Yield for Readability and Performance - http://www.ytechie.com/2009...
Simple explanation and example of one way to use the yield construct. - xero
xero
Skills Matter : DDD eXchange 2011 - http://skillsmatter.com/podcast...
Videos from DDD eXchange 2011. - xero
xero
Source Making - Teaching IT Professionals - http://sourcemaking.com/
Great information source such software development topics as design patterns, refactoring and UML. - xero
xero
Agile Requirements Engineering - Poster visualizing Agile Requirements Engineering (ARE) - http://agilerequirementsengineering.com/blog...
Nice detailed poster for how requirements happen in Scrum (possibly extrapolated to any agile environment) - xero
xero
Clean TDD Cheat Sheet - http://www.bbv.ch/images...
Detailed cheat sheet for all Test Driven Development (specifically for applying Clean Code practices to TDD). - xero
xero
Clean Code Cheatsheet - http://www.bbv.ch/images...
Nice cheatsheet for the practices in Clean Code. - xero
xero
Eight Ways to Release Failure—A Checklist - http://www.cmcrossroads.com/cm-arti...
Reminder that releasing is a feature and needs time dedicated to it as such. -- 1. Don’t Think about Release until It Is Time. 2. Use Build Management as Punishment. 3. Quick! Be in a Hurry! 4. Don’t Waste Time on Release Planning 5. Equate “Release” with “Deployment” 6. Nothing Can go Wrong7. Of Course, Everyone Knows! 8. Throw It Over the Wall - xero
xero
CHART OF THE DAY: Facebook's Huge Trove Of Photos In Context - http://www.businessinsider.com/chart-o...
CHART OF THE DAY: Facebook's Huge Trove Of Photos In Context
"Facebook is hosting 4% of all photos ever taken, according to 1000memories. It estimates 3.5 trillion photos have been taken through history." - xero from Bookmarklet
xero
Ho-Sheng Hsiao's Answers on Test-Driven Development - Quora - http://www.quora.com/Ho-Shen...
"I have been coding professionally for around ten years now, and have been working with Rails since around 2006. I've been using rspec since around 2008. I don't like how people talk about TDD and BDD as an ideology rather than a tool. Yes, these are tools that give you an edge as a programmer, however, they are still tools. A person is not competent at using a tool if that person allows the tool to use him." - xero from Bookmarklet
xero
NHibernate and Composite Keys - Anne Epstein - http://devlicio.us/blogs...
Detailed example of mapping a Many-to-Many table in NH and avoiding the N+1 problems that follow it. Also has [mostly] accurate descriptions of why NH works the way it does for this. Also mentions the "version" mapping property. - xero
xero
Fluent NHibernate: How to Map M:N many-to-many with composite keys on both sides - Stack Overflow - http://stackoverflow.com/questio...
Mapping a many-to-many relationship where both ends have CompositeIDs. Also mapping a CompositeID to a custom class, that is, mapping a CompositeID as a Component. - xero
xero
Coding Instinct: NHibernate Tip: Use set for many-to-many associations - http://www.codinginstinct.com/2010...
When a collection off an NH-mapped class is actually unique, using a 'set' will offer improved performance over a 'bag'. - xero
xero
SharpKit - C# to JavaScript cross-compiler - http://sharpkit.net/
Code in C#, output JavaScript. Even has support for ExtJS and jQuery. This would fix pretty much the entire "no static analysis" problem with JavaScript... - xero
xero
CodeRun - Online IDE - http://www.coderun.com/ide/
An online IDE that offers support for C#, PHP, JavaScript. Includes Facebook Connect, Sharpkit, Silverlight, ASP.NET MVC, and a host of other things. Includes compilation and interactive debugging. - xero
xero
Selectutorial: CSS selectors - http://css.maxdesign.com.au/selectu...
The best reference I've found for CSS selectors. - xero
xero
Project Silk: Client-Side Web Development for Modern Browsers - http://msdn.microsoft.com/en-us...
The MS P&P Group created a sample modern UI-rich web app with a focus on maintainability and quality UX. The key practice was conscious design of modular JavaScript. - xero
xero
Metrics, Metrics Everywhere - Coda Hale talks about instrumenting code to help decisions - http://pivotallabs.com/talks...
If you don’t measure it, you can’t optimize it. Coda Hale of Yammer talks about service-level performance metrics, how they use them to guide their development strategy, and how you can improve the transparency of your own software. - xero
Other ways to read this feed:Feed readerFacebook