Archive for November 2017

Git PSA: git-rev-parse

Posted on November 30, 2017. Filed under: Uncategorized | Tags: , , |

Git PSA: git-rev-parse Git has a bewildering variety of notations for referring to commits and other objects. If you type something like origin/master~3, which commit is that? git-rev-parse is your window into Git’s understanding of names

Read Full Post | Make a Comment ( Comments Off on Git PSA: git-rev-parse )

Flight rules for git

Posted on November 21, 2017. Filed under: Uncategorized | Tags: , , , |

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

Posted on November 17, 2017. Filed under: Uncategorized | Tags: , , , |

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

Posted on November 6, 2017. Filed under: Uncategorized | Tags: , , , , , , , |

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 )

Liked it here?
Why not try sites on the blogroll...