GGo Sending SMS messages using Twilio and GolangbyIsay SosaJanuary 6, 2015 Reading Time: 3 minutesRecently, I had the opportunity to work on a Golang project which needed to send SMS messages. For…
GGo Sharing data globally within application with Gorilla Web Toolkit (golang)byCarlos GutierrezDecember 16, 2014 Reading Time: 2 minutesIf you have been a developer for several years, maybe you have been in a situation where you…
GGo Understanding Google Cloud Datastore Keys (using Go)byCarlos GutierrezNovember 21, 2014 Reading Time: 3 minutesIf you are new to datastore, you will find that, unlike a relational database, Google Cloud Engine's datastore…
DDevelopment Accessing GitHub from the command linebyMagmaLabs TeamMay 16, 2014 Reading Time: 3 minutesI am always looking for ways to speed up my workflow, using tools to either automatize the tasks…
WWeb dev Sprockets + SinatrabyMagmaLabs TeamApril 25, 2014 Reading Time: 2 minutesIntegrating Sprockets and Sinatra is easy because Sprockets is Rack-based. Let's do a simple example focusing on: Creating…
DDevelopment How to listen to Stripe webhooks and use them in your dev environmentbyMumocApril 11, 2014 Reading Time: 4 minutesA long time ago, in November 16, 2010 to be exact, my partner Jonathan Tapia explained in his…
JJavascript Fancy calendars for your web application with FullCalendarbyMagmaLabs TeamFebruary 18, 2014 Reading Time: 4 minutesWhile working on a project, I had the need of adding some calendars to display information from events…
JJavascript Interactive zip areas map with Google MapsbyMagmaLabs TeamFebruary 4, 2014 Reading Time: 3 minutesHey there, this time I'm going to show you how to build an interactive zip code areas map,…
JJavascript How to send web notificationsbyJonathan TapiaJanuary 16, 2014 Reading Time: 2 minutesIntroduction Web notifications have been there for a while, they provide a really interesting way to present information…
JJavascript Backbone + RequireJs: Simple AppbyMumocNovember 15, 2013 Reading Time: 5 minutesRecently, I was asked to do some research on Backbone bundled with RequireJs in order to fulfill some…