.net

Recursos de programación de .net
Cómo he configurado mi Atom y por qué no necesito ninguna licencia de phpStorm… Ser un chico barato no cuesta tanto ???? Vs. Cómo no he perdido mi tiempo configurando PhpStorm y cómo el pago de su licencia es una de las mejores inversiones que puedes hacer como programador. Refactorizar código, testing e integración con otras herramientas con PhpStorm. Slides de la charla: http://www.slideshare.net/bikolabs/atomio-el-editor-definitivo-vs-phpstorm-el-editor-definitivo
Desde hace ya mucho tiempo existe una alternativa a los float para maquetar los layouts de nuestros proyectos. Da solución a muchos de los problemas habituales en maquetación, simplifica el código y tendremos un código preparado para el futuro. Enseñamos qué puede hacer esta característica de CSS3 en ejemplos reales de proyectos hechos en Biko. Slides de la charla: http://www.slideshare.net/bikolabs/hola-flexbox-adis-float
Working effectively with legacy code - Cómo trabajar con código legado Después de leernos el libro “Working effectively with legacy code” contamos algunos ejemplos chulos que explican en el libro sobre cómo trabajar con código legado, introducir testing y limpiar el código. Slides de la charla: http://www.slideshare.net/bikolabs/working-effectively-with-legacy-code-70058963
El futuro de la web móvil ya llegó y se llama Progressive Web Apps. Sites normales que se “autoinstalan” en el móvil y emulan el funcionamiento de una aplicación nativa: icono en el home screen, carga instantánea, funcionamiento offline, notificaciones push, etc. Hablamos del nuevo mercado que se abre ante nosotros y de cómo las desarrollamos: app shell, service workers, manifest.json, critical rendering path y notificaciones. Presentación y slides: http://www.slideshare.net/bikolabs/progressive-web-apps-70059374
Aritz cuenta su experiencia con estas dos herramientas, basándose en lo que ha aprendido siguiendo dos cursos: Diseño de Interfaces con Sketch y Design Workflow with Sketch. Presentación y slides de la charla: http://www.slideshare.net/bikolabs/trabajando-con-sketch-e-invision
Cómo convertir una landing en un imán para generar leads. Desde cómo reducir la fricción en la página, hasta cómo utilizar la psicología, redactar los copys, ubicar los elementos, colocar los CTA o elegir las imágenes que lleven al usuario a cambiar su decisión y clicar en ese maldito botón. Presentación y slides: http://www.slideshare.net/bikolabs/triplica-la-conversion-de-tu-landing-page
One year ago I started to work at TheMotion and at the same time I decided to recover my previous reading habit. I also discovered the audio books that are a very good choice for me, because I go for a walk (1-2h) every day... The only problem is that not all the books that I like are in this format....In any case, these are the books I have read / heard during this time at TheMotion...The Power of Habit: Why We Do What We Do in Life and Business. Charles Duhigg   (Pending review)...
Web
10-11-2016
In re-frame, we'd like to use pure event handlers because they provide some important advantages, (mentioned in a previous post about coeffects in re-frame): local reasoning, easier testing, and events replay-ability. However, as we said, to build a program that does anything useful, it's inevitable to have some side-effects and/or side-causes. So, there will be many cases in which event handlers won't be pure functions. We also saw how using coeffects in re-frame allows to have pure event ha...
This Saturday I participated in the Global day of Code Retreat event organized by Madrid Software Craftsmanship community. This was the first time I went to the a Code Retreat and I can say I like a lot very much the format.During all the day, we was resolving the game of life, in pairs, with different restrictions and deleting all the code in each iteration... It is a very interesting deliberate practice to improve our skills, and using the same problem all the time allow us to approach using d...