Wed, 21 October 2015
Surveys – Wow we forget about them and ramble...sorry guys!
Mark Tinsley – PHP Composer – thanks for the tip!
Joe made a game in Javascript (using dozens of libraries): Box Pusher! (game name of the year)
Allen's cry for writing black-boxed, encapsulated code... Episode on SOLID Design: http://www.codingblocks.net/episode7
Probably want to listen to the first three parts of the 12 Factor App if you missed it: http://www.codingblocks.net/episode32
We've mentioned Splunk, and if you're not familiar, it's an enterprise piece of software that will aggregate logs from multiple sources (servers, computers, etc):
Bug in Visual Studio that cost one person $6,500 in a few hours:
V. Build, Release, Run
Version numbers? What do you prefer? Version numbers with major and minor revisions? Or do you prefer timestamps?
VI. Processes
Resources We Like
Tips
Allen: Find problematic queries that are killing your SQL Server...replace 123 with the spid from sp_who2.
sp_who2 'active' DBCC INPUTBUFFER(123)
If you want to be mean....replace 123 with the spid from sp_who2 KILL 123
Additionally, if there's high CPU and low I/O, it's likely either a missing or a fragmented index.
Joe: Tortoise Git
Mike: Tip of the week is the Pseudocode podcast
And...don't be lazy. We can't seem to get off our tails and get a business card made!
Direct download: Episode_33__The_Twelve-Factor_App__Backing_Services_Building_and_Releasing_Stateless_Processes.mp3
Category:Software Development -- posted at: 9:17pm EDT |