I just found out the difference between += and << when used for a string. irb(main):001:0> str=chan => "chan" irb(main):002:0> str.object_id => 69952758899780 irb(main):003:0> str +=ged => "changed" irb(main):004:0> str.object_id => 69952758848800...
-
String concatenation in ruby
-
Ruby-Jump plugin for gedit
I searched the internet for a gedit plugin that would allow me to press a key and jump (navigate) to the file where a ruby class is defined. I couldn’t find one so I wrote one (I know about Geany but I couldn’t find that functionality there either...
-
Harnessing information flow to empower survivors
Information is a vital form of aid in itself […] Disaster-affected people need information as much as water, food, medicine or shelter. Information can save lives, livelihoods and resources. — World Disasters Report 2005 (cross-posted at InSTEDD
-
Javascript strings translation with gettext
In a previous post I mentioned a few ways of dealing with i18n of strings in ASP.NET pages with gettext. Now it’s time for javascript code. Although javascript code in ASP.NET pages can be internationalized using the <%= %gt; syntax, pure js files...
-
The long and winding road... to a master thesis
The long and winding road... to a master thesis
-
Parameterized Tests
In order to prevent the dreadful copy-paste habits in unit tests (remember, tests are also code, so all the good practices you use when writing code should also apply to tests) a common pattern to test similar behaviour when slightly changing the input...
-
Gettext i18n strings in ASP.NET controls
In the last post I blogged about using gettext to internationalize strings in C#. However, using the Messages.T("Hello world") syntax in ASP.NET can be a little cumbersome. Luckily, ASP.NET controls can work as a solution for this issue. Adding a...
-
Using GNU Gettext for i18n in C# and ASP.NET
Using GNU Gettext for i18n in C# and ASP.NET
-
Microsoft Codecamp Buenos Aires 2009 Source Code and Presentation
Microsoft Codecamp Buenos Aires 2009 Source Code and Presentation
-
Microsoft Codecamp Buenos Aires 2009
On September 26th, Martin Verzilli and I will be making a presentation at Microsoft CodeCamp event on Silverlight DeepZoom technology. The presentation will focus on exploiting a much underused feature of the deep zoom control, which is the ability...
Contributors

Nicolás di Tada Founder

Jonathan Kicillof Art Director

Matías García Isaía Full-stack Engineer & Site Reliability Engineer

Francisco Tarulla Full-stack Engineer

Martin Pettinati Marketing & Communications Lead
Ismael Bejarano Full-stack Engineer

Beta Ziliani Team Lead & Product Manager

Leandro Radusky Alumni

Martín Verzilli CTO

Sergio Medina Alumni

Pablo Brusco Alumni

María Inti David Alumni

Ary Borenszweig Alumni

Santiago Palladino Alumni

Valeria Tiffenberg Alumni

Paula Mallol Alumni

Juan Wajnerman Alumni

Brian J. Cardiff Alumni

Leandro Matayoshi Alumni

Mitchell Russell Alumni