If you see this, gubatron.com has successfully moved to Amazon Web Services.
Related Posts
Infographic: Latinos in the USA
Latinos in the US are… 50.5 million people 16.3% of the population 1 in every 6 people 1 in every 4 children 56% of the population growth from 2000 to 2010 1 trillion dollars in buying power 65% mexican, 9.1% puerto rican, 3.6% salvadorian, 3.5% cuban, 2.8% dominican, 2.2% guatemalan, 1,9% colombian, and more. Via […]
Ubuntu: mongodb won’t start [FIXED]
So you decided to change the default location of your mongodb data path on mongodb.conf but mongo won’t start and you get an error similar to this [bash] Wed May 23 04:17:35 [initandlisten] MongoDB starting : pid=1214 port=27017 dbpath=/media/ebs/data 64-bit host=domU-12-31-38-00-78-DB Wed May 23 04:17:35 [initandlisten] db version v2.0.4, pdfile version 4.5 Wed May 23 […]
How to make a “foreach” function in JavaScript
I thought this would be a simple exercise in case of having to interview someone for a JavaScript position. “How would you make your own ‘foreach’ in JavaScript” I came up with the following solution: // // collection: A list of objects. // onElementIterationCallback: The function to be called on every element iterated // taking […]