---
title: mig33 Developer Program Launch
date: 2011-07-17 01:37:50
permalink: https://lesterchan.net/blog/2011/07/17/mig33-developer-program-launch/
author: Lester Chan
categories:
  - Event
  - Programming
tags:
  - developer
  - launch
  - mig33
---

mig33 is about to unveil a new Developer program for developers and brands that want to build social games and apps for her 50 million registered users and thriving virtual economy.

![mig33 Developer Program Launch](https://farm7.static.flickr.com/6150/5943759082_3427b747ef_o.png)

**About mig33 Developer Program**

> The Developer Program is a joint initiative by our company, and also both East Asian social networking services: Japan’s GREE and China’s Tencent QQ, valued at US$2.5 billion and $43 billion.
> 
> The launching event will be attended by our CEO and co-founder Steven Goh; our Vice President of Business Development Chris Chandler; and Director, Head of International Alliance Division at GREE Daisuke Kobayashi.
> 
> Developers and partners alike will gain a better insight into our basic technical architecture, the Developer Program, and the opportunities made available by our partnership with GREE.

**Developer Program Launch**

> Date: **20th July 2011**  
> Venue: **Chijmes Hall, 30 Victoria Street, Singapore**  
> Time: **5pm – 8pm**

If you are a developer or have interest in apps whether it is business or development related, feel free to drop by.

You can RSVP over at [Flickevents](https://www.flickevents.com/mig33-dev-prog-singapore/private_hash:ecdd2f50-25cf-466e-984b-1385d1eaa172).

Looking forward to seeing you guys there!

PS: The Javascript code in the image above is real, try it out and see what is the output. It is written by my senior Software Engineer [Timothee](http://www.timotheegroleau.com/).

Copy and paste the code below in Firebug or Chrome Developer Tools:

```
n=17260027;s='';do{s+=String.fromCharCode((n&63)+50)}while(n>>>=6);s;
```