PostgreSQL for the Busy MySQL Developer
For a new project I’ll be using PostgreSQL. I have more experience with MySQL so I wanted to quickly learn PostgreSQL and port over some of my skills.
Software Engineer, Author, Consultant
For a new project I’ll be using PostgreSQL. I have more experience with MySQL so I wanted to quickly learn PostgreSQL and port over some of my skills.
These are some useful Vim plugins I’ve tried out and recommend.
I ordered a Raspberry Pi to understand what it does, try a hobby project, and learn about GPIO pins. I thought the easiest way to set it up at home would be to order the pre-installed NOOBS SD card, so...
Wemux is a way to do remote pairing (collaborative code development) with less bandwidth, compared with a full graphical interface.
RubyConf Argentina 2012 was held in Buenos Aires, Argentina, at a theater in the Paseo La Plaza area. This area is in the center of Buenos Aires near the obelisk landmark. Attendees came from Buenos Aires, Brazil, Chile, Uruguay, Peru,...
I had the chance to attend two conferences this Fall in New England.
A Set 1 is a useful collection in Ruby. A Set does not allow duplicates. Converting between a Set and an Array is easy. In the article A Guide to Ruby Collections, II: Hashes, Sets, and Ranges 2 the author...
fugitive.vim The fugitive.vim plugin 1 for Vim has a nice feature to open a file in GitHub. It is even possible to have a range or line highlighted from a visual selection! fugitive.vim plugin ↩
Recently I was asked to do a code review on an entire repository. Normally I review a pull request where I can leave a comment on a specific line.
I started learning tmux and highly recommend the book tmux: Productive Mouse-Free Development 1 as a guide. My tmux.conf 2 configuration file is available as well. tmux: Productive Mouse-Free Development by Brian P. Hogan The Pragmatic Programmers ↩ tmux.conf configuration file ↩...