prueba tecnica ¿Qué opinas sobre las pruebas técnicas en una entrevista? Leyendo un post de Gerardo Fernández en LinkedIn he acabado haciendo mi propio post a modo de respuesta en mi largamente olvidado blog. Mi capacidad de síntesis está en entredicho, jejeje.Yo veo
angular Building an Angular5 Progressive Web App Google engineers created the term Progressive Web Apps in 2015. These new web apps combine the best of the web and the best of apps taking advantage of new features supported by modern
dependency injection Recipe: Spring Boot uncoupled factories Overview Dealing with Dependency Injection of services in factories, how many times have you seen kind of code below? public interface MyService { ... } @Component public class MyServiceFirst implements MyService { ... } @Component public class MyServiceSecond implements
recipe Docker runner for angular2 OverviewDocker environments are a great, easy and portable way to work and develop. If you agree with me keep on reading :)This article is based in my angular2 webpack starter: https://github.com/
angular Angular2 i18n native support Changelog 2017-02-23 Upgrade to angular 2.4.8 and webpack 2.2.1 Production sources compression i18n npm tasks added Overview Angular2 offers i18n native support. See following angular blog post. They don't
benchmark Racing day: web frameworks Overview Speed is not everything when speaking about web frameworks, especially if you consider high availability production environments, cloud computing, CDNs, reverse proxies, caches, etc... Anyway, just for curiosity, what's the fastest one?
recipe PHP5 and PHP7 on Linux Who is this for? Linux user Prefer to compile official php7 source code rather than use a docker container or a ppa Want to have both php5 and php7 installed on your system
symfony Symfony2 lazy dependencies Service dependencies injectionSymfony2 service container handles services in a kind of lazyness. A service is never registered until it is invoked. But what about service dependencies? Well, when a service is invoked for