ݺߣshows by User: raulfraile / http://www.slideshare.net/images/logo.gif ݺߣshows by User: raulfraile / Fri, 30 Jun 2017 18:35:42 GMT ݺߣShare feed for ݺߣshows by User: raulfraile Aplicaciones CLI profesionales con Symfony https://es.slideshare.net/slideshow/aplicaciones-cli-profesionales-con-symfony/77408356 desymfonycli-170630183542
El componente de consola de Symfony permite crear aplicaciones CLI de una forma rápida y sencilla, pero nos encontramos con algunas dificultades cuando esa aplicación va a ser usada por múltiples usuarios. A diferencia de una aplicación web, no controlamos el entorno, por lo que hay algunos retos a tener en cuenta. En la charla se explicarán distintas estrategias para crear, mantener, extender y distribuir de forma segura aplicaciones de consola con un aspecto profesional. Entre otros, se verá cómo empaquetar aplicaciones CLI en un archivo PHAR, firmarlo digitalmente, ofrecer actualizaciones automáticas (self-update), uso de "dotfiles", permitir extender la aplicación a través de plugins, así como lidiar con distintas versiones de PHP y distintos sistemas operativos.]]>

El componente de consola de Symfony permite crear aplicaciones CLI de una forma rápida y sencilla, pero nos encontramos con algunas dificultades cuando esa aplicación va a ser usada por múltiples usuarios. A diferencia de una aplicación web, no controlamos el entorno, por lo que hay algunos retos a tener en cuenta. En la charla se explicarán distintas estrategias para crear, mantener, extender y distribuir de forma segura aplicaciones de consola con un aspecto profesional. Entre otros, se verá cómo empaquetar aplicaciones CLI en un archivo PHAR, firmarlo digitalmente, ofrecer actualizaciones automáticas (self-update), uso de "dotfiles", permitir extender la aplicación a través de plugins, así como lidiar con distintas versiones de PHP y distintos sistemas operativos.]]>
Fri, 30 Jun 2017 18:35:42 GMT https://es.slideshare.net/slideshow/aplicaciones-cli-profesionales-con-symfony/77408356 raulfraile@slideshare.net(raulfraile) Aplicaciones CLI profesionales con Symfony raulfraile El componente de consola de Symfony permite crear aplicaciones CLI de una forma rápida y sencilla, pero nos encontramos con algunas dificultades cuando esa aplicación va a ser usada por múltiples usuarios. A diferencia de una aplicación web, no controlamos el entorno, por lo que hay algunos retos a tener en cuenta. En la charla se explicarán distintas estrategias para crear, mantener, extender y distribuir de forma segura aplicaciones de consola con un aspecto profesional. Entre otros, se verá cómo empaquetar aplicaciones CLI en un archivo PHAR, firmarlo digitalmente, ofrecer actualizaciones automáticas (self-update), uso de "dotfiles", permitir extender la aplicación a través de plugins, así como lidiar con distintas versiones de PHP y distintos sistemas operativos. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/desymfonycli-170630183542-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> El componente de consola de Symfony permite crear aplicaciones CLI de una forma rápida y sencilla, pero nos encontramos con algunas dificultades cuando esa aplicación va a ser usada por múltiples usuarios. A diferencia de una aplicación web, no controlamos el entorno, por lo que hay algunos retos a tener en cuenta. En la charla se explicarán distintas estrategias para crear, mantener, extender y distribuir de forma segura aplicaciones de consola con un aspecto profesional. Entre otros, se verá cómo empaquetar aplicaciones CLI en un archivo PHAR, firmarlo digitalmente, ofrecer actualizaciones automáticas (self-update), uso de &quot;dotfiles&quot;, permitir extender la aplicación a través de plugins, así como lidiar con distintas versiones de PHP y distintos sistemas operativos.
from Raul Fraile
]]>
1021 4 https://cdn.slidesharecdn.com/ss_thumbnails/desymfonycli-170630183542-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Steganography: Hiding your secrets with PHP /slideshow/steganography-hiding-your-secrets-with-php/44113573 steganography-150131143936-conversion-gate01
Steganography consists of hiding a secret message within another message. Unlike cryptography, steganography tries to achieve security through obscurity, hiding the very presence of the message. Ideally, the steganographic message will look identically to a normal message. This talk examines different techniques to hide messages using steganography from the perspective of a PHP developer. From more classical techniques such as hiding an image within another image using the least significant bits of each pixel, to more advanced ones like using TCP/IP packets.]]>

Steganography consists of hiding a secret message within another message. Unlike cryptography, steganography tries to achieve security through obscurity, hiding the very presence of the message. Ideally, the steganographic message will look identically to a normal message. This talk examines different techniques to hide messages using steganography from the perspective of a PHP developer. From more classical techniques such as hiding an image within another image using the least significant bits of each pixel, to more advanced ones like using TCP/IP packets.]]>
Sat, 31 Jan 2015 14:39:36 GMT /slideshow/steganography-hiding-your-secrets-with-php/44113573 raulfraile@slideshare.net(raulfraile) Steganography: Hiding your secrets with PHP raulfraile Steganography consists of hiding a secret message within another message. Unlike cryptography, steganography tries to achieve security through obscurity, hiding the very presence of the message. Ideally, the steganographic message will look identically to a normal message. This talk examines different techniques to hide messages using steganography from the perspective of a PHP developer. From more classical techniques such as hiding an image within another image using the least significant bits of each pixel, to more advanced ones like using TCP/IP packets. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/steganography-150131143936-conversion-gate01-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Steganography consists of hiding a secret message within another message. Unlike cryptography, steganography tries to achieve security through obscurity, hiding the very presence of the message. Ideally, the steganographic message will look identically to a normal message. This talk examines different techniques to hide messages using steganography from the perspective of a PHP developer. From more classical techniques such as hiding an image within another image using the least significant bits of each pixel, to more advanced ones like using TCP/IP packets.
Steganography: Hiding your secrets with PHP from Raul Fraile
]]>
13883 12 https://cdn.slidesharecdn.com/ss_thumbnails/steganography-150131143936-conversion-gate01-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
How GZIP compression works - JS Conf EU 2014 /slideshow/how-gzip-compression-works-js-conf-eu-2014/39047306 gzipjsconf-140913101842-phpapp02
Data compression is an amazing topic. Even in today’s world, with fast networks and almost unlimited storage, data compression is still relevant, especially for mobile devices and countries with poor Internet connections. For better or worse, GZIP compression is the de-facto lossless compression method for compressing text data in websites. It is not the fastest nor the better, but provides an excellent tradeoff between speed and compression ratio. The way Internet works makes it also difficult to use newer compression methods. This talk examines how GZIP works internally, explaining the internals of the DEFLATE algorithm, which is a combination of LZ77 and Huffman coding. Different implementations will be compared, such as GNU GZIP, 7-ZIP and zopfli, focusing on why and how some of these implementations perform better than others. Finally, we will try to go beyond GZIP, preprocessing our data to achieve better results. For example, transposing JSON.]]>

Data compression is an amazing topic. Even in today’s world, with fast networks and almost unlimited storage, data compression is still relevant, especially for mobile devices and countries with poor Internet connections. For better or worse, GZIP compression is the de-facto lossless compression method for compressing text data in websites. It is not the fastest nor the better, but provides an excellent tradeoff between speed and compression ratio. The way Internet works makes it also difficult to use newer compression methods. This talk examines how GZIP works internally, explaining the internals of the DEFLATE algorithm, which is a combination of LZ77 and Huffman coding. Different implementations will be compared, such as GNU GZIP, 7-ZIP and zopfli, focusing on why and how some of these implementations perform better than others. Finally, we will try to go beyond GZIP, preprocessing our data to achieve better results. For example, transposing JSON.]]>
Sat, 13 Sep 2014 10:18:42 GMT /slideshow/how-gzip-compression-works-js-conf-eu-2014/39047306 raulfraile@slideshare.net(raulfraile) How GZIP compression works - JS Conf EU 2014 raulfraile Data compression is an amazing topic. Even in today’s world, with fast networks and almost unlimited storage, data compression is still relevant, especially for mobile devices and countries with poor Internet connections. For better or worse, GZIP compression is the de-facto lossless compression method for compressing text data in websites. It is not the fastest nor the better, but provides an excellent tradeoff between speed and compression ratio. The way Internet works makes it also difficult to use newer compression methods. This talk examines how GZIP works internally, explaining the internals of the DEFLATE algorithm, which is a combination of LZ77 and Huffman coding. Different implementations will be compared, such as GNU GZIP, 7-ZIP and zopfli, focusing on why and how some of these implementations perform better than others. Finally, we will try to go beyond GZIP, preprocessing our data to achieve better results. For example, transposing JSON. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/gzipjsconf-140913101842-phpapp02-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Data compression is an amazing topic. Even in today’s world, with fast networks and almost unlimited storage, data compression is still relevant, especially for mobile devices and countries with poor Internet connections. For better or worse, GZIP compression is the de-facto lossless compression method for compressing text data in websites. It is not the fastest nor the better, but provides an excellent tradeoff between speed and compression ratio. The way Internet works makes it also difficult to use newer compression methods. This talk examines how GZIP works internally, explaining the internals of the DEFLATE algorithm, which is a combination of LZ77 and Huffman coding. Different implementations will be compared, such as GNU GZIP, 7-ZIP and zopfli, focusing on why and how some of these implementations perform better than others. Finally, we will try to go beyond GZIP, preprocessing our data to achieve better results. For example, transposing JSON.
How GZIP compression works - JS Conf EU 2014 from Raul Fraile
]]>
4031 5 https://cdn.slidesharecdn.com/ss_thumbnails/gzipjsconf-140913101842-phpapp02-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
How GZIP works... in 10 minutes /slideshow/how-gzip-works-in-10-minutes/35338351 desymfonygzip-140531131750-phpapp02
ݺߣs of the talk at the deSymfonyDay unconference]]>

ݺߣs of the talk at the deSymfonyDay unconference]]>
Sat, 31 May 2014 13:17:50 GMT /slideshow/how-gzip-works-in-10-minutes/35338351 raulfraile@slideshare.net(raulfraile) How GZIP works... in 10 minutes raulfraile ݺߣs of the talk at the deSymfonyDay unconference <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/desymfonygzip-140531131750-phpapp02-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> ݺߣs of the talk at the deSymfonyDay unconference
How GZIP works... in 10 minutes from Raul Fraile
]]>
5060 5 https://cdn.slidesharecdn.com/ss_thumbnails/desymfonygzip-140531131750-phpapp02-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Symfony en Drupal 8 - DrupalCamp Spain https://es.slideshare.net/slideshow/symfony-en-drupal-8-drupalcamp-spain/34817403 drupalcampsymfony-140518041101-phpapp02
Presentación sobre los componentes de Symfony utilizados en Drupal 8. DrupalCamp Spain ]]>

Presentación sobre los componentes de Symfony utilizados en Drupal 8. DrupalCamp Spain ]]>
Sun, 18 May 2014 04:11:01 GMT https://es.slideshare.net/slideshow/symfony-en-drupal-8-drupalcamp-spain/34817403 raulfraile@slideshare.net(raulfraile) Symfony en Drupal 8 - DrupalCamp Spain raulfraile Presentación sobre los componentes de Symfony utilizados en Drupal 8. DrupalCamp Spain <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/drupalcampsymfony-140518041101-phpapp02-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Presentación sobre los componentes de Symfony utilizados en Drupal 8. DrupalCamp Spain
from Raul Fraile
]]>
7148 6 https://cdn.slidesharecdn.com/ss_thumbnails/drupalcampsymfony-140518041101-phpapp02-thumbnail.jpg?width=120&height=120&fit=bounds presentation White http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
$kernel->infect(): Creating a cryptovirus for Symfony2 apps /slideshow/kernelinfect-creating-a-cryptovirus-for-symfony2-apps/34792066 symfonycryptopdf-140517003956-phpapp01
ݺߣs for my presentation at the Symfony Valencia meetup on creating a cryptovirus for Symfony2 apps. Video (in Spanish): http://www.youtube.com/watch?v=rLHzmA0UuIw]]>

ݺߣs for my presentation at the Symfony Valencia meetup on creating a cryptovirus for Symfony2 apps. Video (in Spanish): http://www.youtube.com/watch?v=rLHzmA0UuIw]]>
Sat, 17 May 2014 00:39:56 GMT /slideshow/kernelinfect-creating-a-cryptovirus-for-symfony2-apps/34792066 raulfraile@slideshare.net(raulfraile) $kernel->infect(): Creating a cryptovirus for Symfony2 apps raulfraile ݺߣs for my presentation at the Symfony Valencia meetup on creating a cryptovirus for Symfony2 apps. Video (in Spanish): http://www.youtube.com/watch?v=rLHzmA0UuIw <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/symfonycryptopdf-140517003956-phpapp01-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> ݺߣs for my presentation at the Symfony Valencia meetup on creating a cryptovirus for Symfony2 apps. Video (in Spanish): http://www.youtube.com/watch?v=rLHzmA0UuIw
$kernel->infect(): Creating a cryptovirus for Symfony2 apps from Raul Fraile
]]>
8931 6 https://cdn.slidesharecdn.com/ss_thumbnails/symfonycryptopdf-140517003956-phpapp01-thumbnail.jpg?width=120&height=120&fit=bounds presentation White http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Materiales del curso de Symfony2 https://es.slideshare.net/slideshow/materiales-del-curso-de-symfony2/30682818 cursosymfony2-140131154021-phpapp01
Materiales de apoyo utilizados para los cursos de Symfony2 impartidos en 2012 y 2013]]>

Materiales de apoyo utilizados para los cursos de Symfony2 impartidos en 2012 y 2013]]>
Fri, 31 Jan 2014 15:40:21 GMT https://es.slideshare.net/slideshow/materiales-del-curso-de-symfony2/30682818 raulfraile@slideshare.net(raulfraile) Materiales del curso de Symfony2 raulfraile Materiales de apoyo utilizados para los cursos de Symfony2 impartidos en 2012 y 2013 <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/cursosymfony2-140131154021-phpapp01-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Materiales de apoyo utilizados para los cursos de Symfony2 impartidos en 2012 y 2013
from Raul Fraile
]]>
4695 5 https://cdn.slidesharecdn.com/ss_thumbnails/cursosymfony2-140131154021-phpapp01-thumbnail.jpg?width=120&height=120&fit=bounds presentation White http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Sistemas de ficheros para dispositivos embebidos https://es.slideshare.net/raulfraile/sistemas-de-ficheros-para-dispositivos-embebidos fsembebidos-140115152440-phpapp02
Presentación sobre la tecnología de las memorias Flash (NOR/NAND) y los sistemas de ficheros diseñados para dispositivos embebidos]]>

Presentación sobre la tecnología de las memorias Flash (NOR/NAND) y los sistemas de ficheros diseñados para dispositivos embebidos]]>
Wed, 15 Jan 2014 15:24:40 GMT https://es.slideshare.net/raulfraile/sistemas-de-ficheros-para-dispositivos-embebidos raulfraile@slideshare.net(raulfraile) Sistemas de ficheros para dispositivos embebidos raulfraile Presentación sobre la tecnología de las memorias Flash (NOR/NAND) y los sistemas de ficheros diseñados para dispositivos embebidos <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/fsembebidos-140115152440-phpapp02-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Presentación sobre la tecnología de las memorias Flash (NOR/NAND) y los sistemas de ficheros diseñados para dispositivos embebidos
from Raul Fraile
]]>
1786 6 https://cdn.slidesharecdn.com/ss_thumbnails/fsembebidos-140115152440-phpapp02-thumbnail.jpg?width=120&height=120&fit=bounds presentation White http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Refactoring PHP/Symfony2 apps /slideshow/refactoring-desymfony-english/23315577 refactoringdesymfonyenglish-130622025950-phpapp02
ݺߣs for deSymfony 2013]]>

ݺߣs for deSymfony 2013]]>
Sat, 22 Jun 2013 02:59:50 GMT /slideshow/refactoring-desymfony-english/23315577 raulfraile@slideshare.net(raulfraile) Refactoring PHP/Symfony2 apps raulfraile ݺߣs for deSymfony 2013 <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/refactoringdesymfonyenglish-130622025950-phpapp02-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> ݺߣs for deSymfony 2013
Refactoring PHP/Symfony2 apps from Raul Fraile
]]>
7271 5 https://cdn.slidesharecdn.com/ss_thumbnails/refactoringdesymfonyenglish-130622025950-phpapp02-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Refactorización de aplicaciones PHP/Symfony2 /slideshow/refactoring-desymfony/23280168 refactoringdesymfony-130621063127-phpapp01
ݺߣs de la charla "Refactorización de aplicaciones PHP/Symfony2" en deSymfony]]>

ݺߣs de la charla "Refactorización de aplicaciones PHP/Symfony2" en deSymfony]]>
Fri, 21 Jun 2013 06:31:27 GMT /slideshow/refactoring-desymfony/23280168 raulfraile@slideshare.net(raulfraile) Refactorización de aplicaciones PHP/Symfony2 raulfraile ݺߣs de la charla "Refactorización de aplicaciones PHP/Symfony2" en deSymfony <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/refactoringdesymfony-130621063127-phpapp01-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> ݺߣs de la charla &quot;Refactorización de aplicaciones PHP/Symfony2&quot; en deSymfony
Refactorizaci坦n de aplicaciones PHP/Symfony2 from Raul Fraile
]]>
2577 3 https://cdn.slidesharecdn.com/ss_thumbnails/refactoringdesymfony-130621063127-phpapp01-thumbnail.jpg?width=120&height=120&fit=bounds presentation White http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
MidwestPHP Symfony2 Internals /slideshow/midwestphp-symfony2-internals/16902496 midwestphpsymfonyinternals-130303133910-phpapp01
]]>

]]>
Sun, 03 Mar 2013 13:39:10 GMT /slideshow/midwestphp-symfony2-internals/16902496 raulfraile@slideshare.net(raulfraile) MidwestPHP Symfony2 Internals raulfraile <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/midwestphpsymfonyinternals-130303133910-phpapp01-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br>
MidwestPHP Symfony2 Internals from Raul Fraile
]]>
5910 5 https://cdn.slidesharecdn.com/ss_thumbnails/midwestphpsymfonyinternals-130303133910-phpapp01-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Symfony internals [english] /slideshow/symfony-internals-english/13344830 symfonyinternalsenglish-120615182511-phpapp01
ݺߣs from the 'Symfony internals' talk at DeSymfony]]>

ݺߣs from the 'Symfony internals' talk at DeSymfony]]>
Fri, 15 Jun 2012 18:25:08 GMT /slideshow/symfony-internals-english/13344830 raulfraile@slideshare.net(raulfraile) Symfony internals [english] raulfraile ݺߣs from the 'Symfony internals' talk at DeSymfony <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/symfonyinternalsenglish-120615182511-phpapp01-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> ݺߣs from the &#39;Symfony internals&#39; talk at DeSymfony
Symfony internals [english] from Raul Fraile
]]>
4796 6 https://cdn.slidesharecdn.com/ss_thumbnails/symfonyinternalsenglish-120615182511-phpapp01-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
DeSymfony 2012: Symfony internals /slideshow/desymfony-2012-symfony-internal/13339018 symfonyinternalsfinal-120615090549-phpapp01
ݺߣs de la charla 'Symfony Internals' en DeSymfony 2012]]>

ݺߣs de la charla 'Symfony Internals' en DeSymfony 2012]]>
Fri, 15 Jun 2012 09:05:47 GMT /slideshow/desymfony-2012-symfony-internal/13339018 raulfraile@slideshare.net(raulfraile) DeSymfony 2012: Symfony internals raulfraile ݺߣs de la charla 'Symfony Internals' en DeSymfony 2012 <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/symfonyinternalsfinal-120615090549-phpapp01-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> ݺߣs de la charla &#39;Symfony Internals&#39; en DeSymfony 2012
DeSymfony 2012: Symfony internals from Raul Fraile
]]>
1621 8 https://cdn.slidesharecdn.com/ss_thumbnails/symfonyinternalsfinal-120615090549-phpapp01-thumbnail.jpg?width=120&height=120&fit=bounds presentation White http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Symfony2: Interacción con CSS, JS y HTML5 https://es.slideshare.net/slideshow/symfony2-interaccin-con-css-js-y-html5/10428605 html5-111202032358-phpapp02
Presentación utilizada en las Jornadas de Symfony2 en Vigo, organizadas por GALPON.]]>

Presentación utilizada en las Jornadas de Symfony2 en Vigo, organizadas por GALPON.]]>
Fri, 02 Dec 2011 03:23:56 GMT https://es.slideshare.net/slideshow/symfony2-interaccin-con-css-js-y-html5/10428605 raulfraile@slideshare.net(raulfraile) Symfony2: Interacción con CSS, JS y HTML5 raulfraile Presentación utilizada en las Jornadas de Symfony2 en Vigo, organizadas por GALPON. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/html5-111202032358-phpapp02-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Presentación utilizada en las Jornadas de Symfony2 en Vigo, organizadas por GALPON.
from Raul Fraile
]]>
6725 6 https://cdn.slidesharecdn.com/ss_thumbnails/html5-111202032358-phpapp02-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Symfony2: Optimización y rendimiento https://es.slideshare.net/slideshow/symfony2-optimizacin-y-rendimiento/10428552 optimizacion-111202032037-phpapp01
Presentación utilizada en las Jornadas de Symfony2 en Vigo, organizadas por GALPON.]]>

Presentación utilizada en las Jornadas de Symfony2 en Vigo, organizadas por GALPON.]]>
Fri, 02 Dec 2011 03:20:35 GMT https://es.slideshare.net/slideshow/symfony2-optimizacin-y-rendimiento/10428552 raulfraile@slideshare.net(raulfraile) Symfony2: Optimización y rendimiento raulfraile Presentación utilizada en las Jornadas de Symfony2 en Vigo, organizadas por GALPON. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/optimizacion-111202032037-phpapp01-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Presentación utilizada en las Jornadas de Symfony2 en Vigo, organizadas por GALPON.
from Raul Fraile
]]>
4497 7 https://cdn.slidesharecdn.com/ss_thumbnails/optimizacion-111202032037-phpapp01-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Symfony2: Framework para PHP5 https://es.slideshare.net/slideshow/symfony2-framework-para-php5-8727052/8727052 symfony2-110729132102-phpapp01
Symfony2: Framework para PHP5]]>

Symfony2: Framework para PHP5]]>
Fri, 29 Jul 2011 13:20:57 GMT https://es.slideshare.net/slideshow/symfony2-framework-para-php5-8727052/8727052 raulfraile@slideshare.net(raulfraile) Symfony2: Framework para PHP5 raulfraile Symfony2: Framework para PHP5 <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/symfony2-110729132102-phpapp01-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Symfony2: Framework para PHP5
from Raul Fraile
]]>
2736 1 https://cdn.slidesharecdn.com/ss_thumbnails/symfony2-110729132102-phpapp01-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Symfony2: Framework para PHP5 https://es.slideshare.net/slideshow/symfony2-framework-para-php5/7970043 symfony-110515065417-phpapp01
Presentación utilizada para la charla sobre Symfony2 en el curso de Experto Universitario en Programación Web 2.0 (http://www.proweb.ua.es/)]]>

Presentación utilizada para la charla sobre Symfony2 en el curso de Experto Universitario en Programación Web 2.0 (http://www.proweb.ua.es/)]]>
Sun, 15 May 2011 06:54:15 GMT https://es.slideshare.net/slideshow/symfony2-framework-para-php5/7970043 raulfraile@slideshare.net(raulfraile) Symfony2: Framework para PHP5 raulfraile Presentación utilizada para la charla sobre Symfony2 en el curso de Experto Universitario en Programación Web 2.0 (http://www.proweb.ua.es/) <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/symfony-110515065417-phpapp01-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Presentación utilizada para la charla sobre Symfony2 en el curso de Experto Universitario en Programación Web 2.0 (http://www.proweb.ua.es/)
from Raul Fraile
]]>
5370 8 https://cdn.slidesharecdn.com/ss_thumbnails/symfony-110515065417-phpapp01-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Presentacion Symfony2 https://es.slideshare.net/slideshow/presentacion-symfony2/6625862 presentacionsymfony-1295440344714-phpapp02
]]>

]]>
Wed, 19 Jan 2011 06:32:48 GMT https://es.slideshare.net/slideshow/presentacion-symfony2/6625862 raulfraile@slideshare.net(raulfraile) Presentacion Symfony2 raulfraile <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/presentacionsymfony-1295440344714-phpapp02-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br>
from Raul Fraile
]]>
1174 1 https://cdn.slidesharecdn.com/ss_thumbnails/presentacionsymfony-1295440344714-phpapp02-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
https://cdn.slidesharecdn.com/profile-photo-raulfraile-48x48.jpg?cb=1567499358 Software engineer at ServerGrove. Symfony Certified Developer and PHP 5.3 Zend Certified Engineer. https://leanpub.com/symfony-selfstudy https://cdn.slidesharecdn.com/ss_thumbnails/desymfonycli-170630183542-thumbnail.jpg?width=320&height=320&fit=bounds slideshow/aplicaciones-cli-profesionales-con-symfony/77408356 Aplicaciones CLI profe... https://cdn.slidesharecdn.com/ss_thumbnails/steganography-150131143936-conversion-gate01-thumbnail.jpg?width=320&height=320&fit=bounds slideshow/steganography-hiding-your-secrets-with-php/44113573 Steganography: Hiding ... https://cdn.slidesharecdn.com/ss_thumbnails/gzipjsconf-140913101842-phpapp02-thumbnail.jpg?width=320&height=320&fit=bounds slideshow/how-gzip-compression-works-js-conf-eu-2014/39047306 How GZIP compression w...