Recent Posts All Categories Subscribe to RSS Feed

  • Sinatra Modular Applications with Ruby 1.9

    Published by Nicolas Paez on December 16th, 2011 4:36 pm under opinion

    No Comments
    Disclaimer: what I write here is something that is working for me, but I am not an expert, so I cannot declare this to be the best solution. I am working on a small application that I know it will grow, so the traditional Sinatra application could be a mess when I have more than... read more
  • Jekyll Quickstart

    Published by Nicolas Paez on November 23rd, 2011 1:29 pm under tools

    1 Comment
    Some days ago Johnny posted about Jekyll and that motivated us (Martin and me) to perform some spikes with it. So in this post I will share what I have been doing. I assume that you have already set up your Ruby environment. Let’s start by installing jekyll: Very easy and straightforward. Now create a... read more
  • Smalltalks 2011, we were there

    Published by Nicolas Paez on November 14th, 2011 5:21 pm under news

    No Comments
    The 5 th international conference on Smalltalk technologies, Smalltalks 2011 organized by FAST, was held during the first week of November. Among the keynote speakers were Ian Piumarta and Kim Rose (from Viewpoints Research Institute), Markus Denker (from Inria and founder of Pharo project) and a couple of guys from Gemstone (Dale Henricks and James Foster among others). Out... read more
  • Getting started with Ruby on Windows

    Published by Nicolas Paez on October 17th, 2011 4:41 pm under tools

    No Comments
    The life takes us through different and mysterious ways. In this occasion that way has lead me to Ruby world. So, here are the steps I perform to get my Ruby development environment up and running on Windows 7. I started by downloading Ruby from http://rubyinstaller.org/. In my case and because of the context of... read more
  • If you want to extend RCE by adding a new module, it is possible taht you need to add some configuration parameters for the module’s logic. Depending of the nature of your module, you will set the configuration parameter when deploying the application in your server or using another approach you could allow the user... read more
  • Game development, episode #2: some more concepts

    Published by Nicolas Paez on February 10th, 2011 11:25 pm under concepts

    No Comments
    Before drilling down into technological stuff I want to share some basic concepts. Collision detection is a very common concern in games. It consists on determining whether two objects have come into contact with one another. In games, this is necessary in order to make decisions, for example, in games like Mario Bros., it is important... read more
  • Game development, episode #1: the gameloop

    Published by Nicolas Paez on January 16th, 2011 10:04 pm under concepts

    No Comments
    I suspect that most of the readers of this blog are programmers, so I must start by saying that game development is a broad activity that includes several areas and not only the programming. Of course that I am a programmer so the focus on this series will be programming but I will also try... read more
  • New series: game development

    Published by Nicolas Paez on January 11th, 2011 11:44 am under news

    No Comments
    In a while I will start working on a new project related to game development and I thought that it was a good opportunity to write some stuff about it. I have never been involved in commercial games development, but I have background on the topic. I been teaching object-oriented programming at Fiuba and most of the programming... read more
  • Optimizing Azure Blob Storage Uploads

    Published by Nicolas Paez on December 30th, 2010 5:37 pm under news

    No Comments
    During this week I have been working on an application that relies on Azure Blob Storage. In a few words the application run some processes and uploads the resulting files to Azure. The after each run, some files can change while other remains equal. In order to optimize the application JuanAr suggested adding logic to... read more
  • Workshop: ISO + Agile

    Published by Nicolas Paez on December 13th, 2010 5:42 pm under news

    No Comments
    Well, I know, it’s been a long time, but I‘m back. In this occasion I want to tell you about the workshop facilitated last Friday together with my colleagues: Ariel and Ezequiel. It was publicized under the name “Comunidad de Calidad: Se puede ser ágil siendo ISO 9001?” (or in English:Quality Community: Can you be agile and still be... read more