Hello world! About me

Hello world! About me
2 min read

Hi, I'm Nicolás Bello Camilletti, a software developer that loves new technologies and new exciting challenges. Because of that, I'm constantly getting out of my comfort zone and this blog, which is deployed on a Docker container on a Microsoft Azure VM is a sample of my general behavior.

I usually don't write a lot in blogs but this year, as part of my commitment as a new Microsoft Most Valuable Professional (MVP), I will make my best in order to change that and share some of the things I know. To ensure this, I create this site as one of my first projects of the year.

I will be writing about cloud computing, mobile and web development, NoSQL, IoT, Windows 10 and Windows Phone development and a few more things. Basically, all the technologies that I like and also the once I work on daily basis. Moreover, I will also be writing about some books I'm reading mainly related to how to present and leadership.

Finally, I will try to keep these articles as much consumable as possible. If you want to know more about me, you can follow me on twitterlinkedin, and github.

See you later :)

Comments

Share your thoughts and join the discussion

Loading comments…


Related Posts

De logs de producción a pull requests

De logs de producción a pull requests

23 min read

Centralizar los logs es la línea de largada, no la meta. Un recorrido por las piezas que hacen falta para cerrar el loop desde "hubo errores en prod" hasta "hay un PR que lo arregla", con ejemplos en AWS y en Google Cloud.

HTML-in-Canvas: dibujar HTML vivo dentro de un canvas

HTML-in-Canvas: dibujar HTML vivo dentro de un canvas

18 min read

Chrome lanzó un origin trial para dibujar contenido DOM real (con sus estilos, accesibilidad e interactividad) dentro de un canvas 2D, WebGL o WebGPU. Repasamos la API, el problema histórico que resuelve y la diferencia entre lo que propone el WICG y lo que Chrome implementa hoy.