Archive for the ‘Dev Tools’ Category

Liquibase | Database Refactoring

March 2, 2011

Database Change Management

You never develop code without version control, why do you develop your database without it?

Liquibase is an open source (Apache 2.0 Licensed), database-independent library for tracking, managing and applying database changes. It is built on a simple premise: All database changes are stored in a human readable yet trackable form and checked into source control.

Liquibase Supports:

  • Extensibility
  • Merging changes from multiple developers
  • Code branches
  • Multiple Databases
  • Managing production data as well as various test datasets
  • Cluster-safe database upgrades
  • Automated updates or generation of SQL scripts that can be approved and applied by a DBA
  • Update rollbacks
  • Database ”diff“s
  • Generating starting change logs from existing databases
  • Generating database change documentation

via Liquibase | Database Refactoring | home.

Ajaxload – Ajax loading gif generator

December 28, 2010

Ajaxload – Ajax loading gif generator.

Nifty online tool for creating animated GIFs for loading indicators and such.

Great job!

Apple – Downloads – Development Tools – Pomodoro

December 23, 2010

About Pomodoro

A desktop application for Time Management on your Mac OSX. It is a simple but effective way to manage your (coding) time, and it’s based on the Pomodoro technique.

via Apple – Downloads – Development Tools – Pomodoro.

Balsamiq – AIR Wire Frame Mockup Tool

October 19, 2010

Meet Balsamiq Mockups, our Rapid Wireframing Tool

via Balsamiq.

Meaning to look at this and thecrumb.com blogged on it – so here I am.  Looks really useful for bridging the gap from end users to design.

UserAgentString.com – List of User Agent Strings

October 18, 2010

UserAgentString.com – List of User Agent Strings.

For reference.  This seems to be the best site for this list.

Sequel Pro — MySQL database management app for Mac OS X

October 7, 2010

A nice looking free MySQL client for Macintosh.  I still like Navicat but this appears to cover the basic requirements for web development quite well. Sequel Pro — MySQL database management app for Mac OS X.

 

Hudson Best Practices – Hudson Wiki

October 5, 2010

Introduction

Continuous Integration (CI) with automated test execution and trends has changed the way companies look at Build Management, Release Management, Deployment Automation, and Test Orchestration. This section describes Hudson best practices in order to provide executives, business managers, software developers and architects a better sense of what Hudson can contribute throughout the project lifecycle.

via Hudson Best Practices – hudson – Hudson Wiki.

CFQuickDocs

October 3, 2010

CFQuickDocs an interesting adaptation of the Adobe live docs that allows or snappier access to the reference materials.

Why Git is Better Than X

September 30, 2010

Nicely done comparison of Git to other popular distributed source code control systems and SVN.

via Why Git is Better Than X.

Hivelogic – Installing MySQL on Snow Leopard

September 27, 2010

Installing MySQL on Snow Leopard

Monday, 31 August 2009 • Short URL • 0 comments

These are instructions for compiling and installing a 64-bit version of MySQL, the world’s most popular open source database, on Mac OS X 10.6 (Snow Leopard).

The benefits of manually building MySQL yourself in /usr/local are detailed here. I also wrote a in-depth explanation of why you might want to build MySQL yourself in my Compiling MySQL on Leopard article.

via Hivelogic – Installing MySQL on Snow Leopard.


Follow

Get every new post delivered to your Inbox.

Join 178 other followers