Archive for November 2017
Flight rules for git
Flight rules for git What are “flight rules”? A guide for astronauts (now, programmers using git) about what to do when things go wrong. Flight Rules are the hard-earned body of knowledge recorded in manuals that list, step-by-step, what to do if X occurs, and why. Essentially, they are extremely detailed, scenario-specific standard operating procedures. […]
Read Full Post | Make a Comment ( Comments Off on Flight rules for git )Firefox Developer Tools | Browser Toolbox
Firefox Developer Tools | Browser Toolbox The Browser Toolbox enables you to debug add-ons and the browser’s own JavaScript code rather than just web pages like the normal Toolbox. The Browser Toolbox’s context is the whole browser rather than just single page on a single tab. Also discussed here: Inspect / discover editable css with […]
Read Full Post | Make a Comment ( Comments Off on Firefox Developer Tools | Browser Toolbox )Sample Database: Chinook
Chinook Database Chinook is a sample database available for SQL Server, Oracle, MySQL, etc. It can be created by running a single SQL script. Chinook database is an alternative to the Northwind database, being ideal for demos and testing ORM tools targeting single and multiple database servers. (Data is music oriented – artist, album, track […]
Read Full Post | Make a Comment ( Comments Off on Sample Database: Chinook )