Potstuck - potstuck.com - Pot Stuck
General Information:
Latest News:
Ruby symbols instead of blocks 7 Aug 2011 | 07:35 am
Every wonder why this works? It’s straight forward and easy to read, but how does it work internally in Ruby? Meet & The & operator in Ruby lets us go from Proc to block and vise-versa, but only in ...
Ruby symbols instead of blocks 7 Aug 2011 | 03:35 am
Every wonder why this works? It’s straight forward and easy to read, but how does it work internally in Ruby? [1, 2, 3].inject(&:+) # => 6 Meet & The & operator in Ruby lets us go from Proc to block a...
Map If in Ruby and an Introduction to Ruby’s Inject 26 Jul 2011 | 10:42 am
When I first got into Ruby I kept hearing the saying: “There is more than one way to do it.” At first, this really freaked me out. I thought it meant that learning Ruby was going involving reading lot...
Map If in Ruby and an Introduction to Ruby’s Inject 26 Jul 2011 | 06:42 am
When I first got into Ruby I kept hearing the saying: “There is more than one way to do it.” At first, this really freaked me out. I thought it meant that learning Ruby was going involving reading lot...
PHP Dependency – A PHP Dependency Injection Framework 10 Sep 2010 | 12:38 pm
PHP-Dependency (Pd) is a dependency injection framework and container written in PHP. One of the main features of PHP-Dependency is that it supports class reflection, which means you do not have to ma...
Vegas, Wifi, and Internet Poker 15 Jun 2010 | 04:42 pm
I am in Vegas for the World Series of Poker, which means 30 days of living out of a suitcase in a hotel room. After using the internet connection in the hotel for less than a few hours there is one th...
Vegas, Wifi, and Internet Poker 15 Jun 2010 | 12:42 pm
I am in Vegas for the World Series of Poker, which means 30 days of living out of a suitcase in a hotel room. After using the internet connection in the hotel for less than a few hours there is one th...
My Development Environment 6 May 2010 | 04:57 pm
For the last two years I have been developing applications by using a virtualized development server as main my development environment. This process has worked out extremely well since a virtualized ...
My Development Environment 6 May 2010 | 12:57 pm
For the last two years I have been developing applications by using a virtualized development server as main my development environment. This process has worked out extremely well since a virtualized ...
How to Setup CentOs in VirtualBox 5 May 2010 | 07:11 pm
My primary development environment is generally a CentOS install through VirtualBox. Although the examples here are all CentOS, this guide can be used to install any operating system through VirtualBo...