Google App Engine Nueva release 1.6.6
Hoy he visto el anuncio de una nueva release de Google App Engine, es un gran avance porque desde la release 1.6.5 ya se encuentra disponible el famoso y tan solicitado “full search”. En cuanto lo pruebe publicaré algunos ejemplos de código y daré mi opinión sobre su potencial. Adjunto la nota oficial de la … Read more
string + eliminado de dart2js y proximamente de VM
Hoy he leído un post en la lista oficial de DART donde mencionaban que el nuevo compilador de Dart a Javascript [dart2js] ha eliminado el soporte del operador “+” en la concatenación de cadenas. También comentan que en breve la máquina virtual va a dejar de mantener el operador + en la concatenación de strings. … Read more
Nuevo Google App Engine Google Plus Hangout
Me gustaría compartir algo que creo que puede resultar interesante para toda la comunidad interesada en Google App Engine. El Jueves 10 de Mayo 2012 a las 11:30 UTC tendrá lugar una presentación sobre Google App Engine y Python realizado por WebFilings con una gran experiencia desarrollando grandes aplicaciones, además asistirá como invitado especial Guido … Read more
Dart Weekly digest
There is a new Dart Weekly digest. Recently I’ve tested new version of Dart language and the Dart editor (7232) and It’s awesome !! Many benefits for improve development and save time deploy and debug projects, I strong recommend this new version. I attach the official post on Dart lang mailing list. I hope you … Read more
New Dart Editor build 7232
New Dart Editor build available… http://gsdview.appspot.com/dart-editor-archive-integration/latest/ Highlights … build 7232 Run button launches last run except if application or html file is selected Debugging VM applications (work in progress) AnalysisServer fixes and improvements Auto updater (work in progress) Trim memory used by DartC Rename refactoring, code completion, and analysis fixes and improvements Improvements and fixes … Read more
Scheduled backups for Google AppEngine
I found this very interesting article that explains how to schedule backups using the Google AppEngine crons and his new backup service of Entities and kinds in the Datastore Admin. I leave the link: https://developers.google.com/appengine/articles/scheduled_backups Post wrote by Moisés Belchín
Programando Backups en AppEngine
He encontrado muy interesante este artículo que explica como programar backups utilizando los CRONS de Google AppEngine y su nuevo servicio de backups de entities/kinds del Datastore Admin. Os dejo el enlace: https://developers.google.com/appengine/articles/scheduled_backups Artículo escrito por Moisés Belchín
Google App Engine 1.6.5 Released
New Google App Engine version 1.6.5. released. New features here: App Engine SDK – Release Notes – Version 1.6.5 – April 24, 2012 You can now perform datastore queries that return a subset of your entity properties with the same performance and cost of a keys-only query. This feature is experimental. In the High Replication … Read more
CODIGO ASCII
Hoy voy a postear la tabla completa de los caracteres CODIGO ASCII, uno de esos recursos que todo programador debe tener “a mano”. Letras Ascii: 097 a – 65 A 098 b – 66 B 099 c – 67 C 100 d – 68 D 101 e – 69 E 102 f – 70 F … Read more
How to disable appstats on handlers /_ah
App stats are an awesome tool if we want to know what’s happening every moment in our system. They are very useful to detect errors, bottlenecks, and see where we can improve performance through asynchronous calls. In some cases we can see in our system some warning logs that have nothing to do with our … Read more








