ºÝºÝߣshows by User: rjsmelo / http://www.slideshare.net/images/logo.gif ºÝºÝߣshows by User: rjsmelo / Sat, 15 Oct 2016 21:22:50 GMT ºÝºÝߣShare feed for ºÝºÝߣshows by User: rjsmelo Docker and Running multiple versions of PHP @ CareerZoo Dublin /slideshow/docker-and-running-multiple-versions-of-php-careerzoo-dublin/67227130 201610-careerzoo-smartbox-docker-161015212250
Presentation about Docker and a basic use case for running multiple versions of PHP at the same time using Docker. The code used during the demo is on github, see slides.]]>

Presentation about Docker and a basic use case for running multiple versions of PHP at the same time using Docker. The code used during the demo is on github, see slides.]]>
Sat, 15 Oct 2016 21:22:50 GMT /slideshow/docker-and-running-multiple-versions-of-php-careerzoo-dublin/67227130 rjsmelo@slideshare.net(rjsmelo) Docker and Running multiple versions of PHP @ CareerZoo Dublin rjsmelo Presentation about Docker and a basic use case for running multiple versions of PHP at the same time using Docker. The code used during the demo is on github, see slides. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/201610-careerzoo-smartbox-docker-161015212250-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Presentation about Docker and a basic use case for running multiple versions of PHP at the same time using Docker. The code used during the demo is on github, see slides.
Docker and Running multiple versions of PHP @ CareerZoo Dublin from rjsmelo
]]>
935 2 https://cdn.slidesharecdn.com/ss_thumbnails/201610-careerzoo-smartbox-docker-161015212250-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
Docker & PHP - Practical use case /slideshow/docker-php-practical-use-case/59924052 201603dockerphp-160323085914
A quick intro to docker presented at the PHP Dublin meetup, and a practical use case of using docker to run multiple PHP versions while doing software development.]]>

A quick intro to docker presented at the PHP Dublin meetup, and a practical use case of using docker to run multiple PHP versions while doing software development.]]>
Wed, 23 Mar 2016 08:59:14 GMT /slideshow/docker-php-practical-use-case/59924052 rjsmelo@slideshare.net(rjsmelo) Docker & PHP - Practical use case rjsmelo A quick intro to docker presented at the PHP Dublin meetup, and a practical use case of using docker to run multiple PHP versions while doing software development. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/201603dockerphp-160323085914-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> A quick intro to docker presented at the PHP Dublin meetup, and a practical use case of using docker to run multiple PHP versions while doing software development.
Docker & PHP - Practical use case from rjsmelo
]]>
1241 5 https://cdn.slidesharecdn.com/ss_thumbnails/201603dockerphp-160323085914-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
PHP QA Tools /slideshow/php-qa-tools/42902435 201407phpqa-141220173235-conversion-gate01
Doing Quality Assurance in PHP projects sometimes looks like a dark art! Picking the right tools, making all tools work together, analysing your code and even then deliver all the required features of the software project can be quite challenging. This talks aims to help lowering the entry barrier for doing QA on your project, sharing the experience, knowledge and some tricks that brings QA back from the dark arts to the every day of a PHP programmer. We will review tools like Jenkins, PHPUnit, phpcs, pdepend, phpcpd, etc and how we can chain them together to make sure we are building a great software.]]>

Doing Quality Assurance in PHP projects sometimes looks like a dark art! Picking the right tools, making all tools work together, analysing your code and even then deliver all the required features of the software project can be quite challenging. This talks aims to help lowering the entry barrier for doing QA on your project, sharing the experience, knowledge and some tricks that brings QA back from the dark arts to the every day of a PHP programmer. We will review tools like Jenkins, PHPUnit, phpcs, pdepend, phpcpd, etc and how we can chain them together to make sure we are building a great software.]]>
Sat, 20 Dec 2014 17:32:35 GMT /slideshow/php-qa-tools/42902435 rjsmelo@slideshare.net(rjsmelo) PHP QA Tools rjsmelo Doing Quality Assurance in PHP projects sometimes looks like a dark art! Picking the right tools, making all tools work together, analysing your code and even then deliver all the required features of the software project can be quite challenging. This talks aims to help lowering the entry barrier for doing QA on your project, sharing the experience, knowledge and some tricks that brings QA back from the dark arts to the every day of a PHP programmer. We will review tools like Jenkins, PHPUnit, phpcs, pdepend, phpcpd, etc and how we can chain them together to make sure we are building a great software. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/201407phpqa-141220173235-conversion-gate01-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Doing Quality Assurance in PHP projects sometimes looks like a dark art! Picking the right tools, making all tools work together, analysing your code and even then deliver all the required features of the software project can be quite challenging. This talks aims to help lowering the entry barrier for doing QA on your project, sharing the experience, knowledge and some tricks that brings QA back from the dark arts to the every day of a PHP programmer. We will review tools like Jenkins, PHPUnit, phpcs, pdepend, phpcpd, etc and how we can chain them together to make sure we are building a great software.
PHP QA Tools from rjsmelo
]]>
2102 3 https://cdn.slidesharecdn.com/ss_thumbnails/201407phpqa-141220173235-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
PHPUnit your bug exterminator /slideshow/php-lx-phpunit/30067097 phplxphpunit-140115194028-phpapp02
Software should be perfect, but it isn't! Bugs in the software ranges from small "inoffensive ones" to the ones that makes the news when a bunch of credit card data is stole. On this talk we will review different testing methodologies and tools, and we will focus on using PHPUnit to assert how your software works and how to exterminate your bugs.]]>

Software should be perfect, but it isn't! Bugs in the software ranges from small "inoffensive ones" to the ones that makes the news when a bunch of credit card data is stole. On this talk we will review different testing methodologies and tools, and we will focus on using PHPUnit to assert how your software works and how to exterminate your bugs.]]>
Wed, 15 Jan 2014 19:40:28 GMT /slideshow/php-lx-phpunit/30067097 rjsmelo@slideshare.net(rjsmelo) PHPUnit your bug exterminator rjsmelo Software should be perfect, but it isn't! Bugs in the software ranges from small "inoffensive ones" to the ones that makes the news when a bunch of credit card data is stole. On this talk we will review different testing methodologies and tools, and we will focus on using PHPUnit to assert how your software works and how to exterminate your bugs. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/phplxphpunit-140115194028-phpapp02-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Software should be perfect, but it isn&#39;t! Bugs in the software ranges from small &quot;inoffensive ones&quot; to the ones that makes the news when a bunch of credit card data is stole. On this talk we will review different testing methodologies and tools, and we will focus on using PHPUnit to assert how your software works and how to exterminate your bugs.
PHPUnit your bug exterminator from rjsmelo
]]>
3712 6 https://cdn.slidesharecdn.com/ss_thumbnails/phplxphpunit-140115194028-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
OWASP TOP 10 for PHP Programmers /rjsmelo/php-lx-owasptop10 phplxowasptop10-130912084334-phpapp02
Presented at #PHPLX 11 September 2013 The 2013 edition of OWASP (Open Web Application Security Project) top 10 has just been released and unfortunately Injections (not only SQL injection) is still the most common security problem. In this talk we will review the top 10 list of security problems looking at possible attack scenarios and ways to protect against them mostly from a PHP programmer perspective.]]>

Presented at #PHPLX 11 September 2013 The 2013 edition of OWASP (Open Web Application Security Project) top 10 has just been released and unfortunately Injections (not only SQL injection) is still the most common security problem. In this talk we will review the top 10 list of security problems looking at possible attack scenarios and ways to protect against them mostly from a PHP programmer perspective.]]>
Thu, 12 Sep 2013 08:43:34 GMT /rjsmelo/php-lx-owasptop10 rjsmelo@slideshare.net(rjsmelo) OWASP TOP 10 for PHP Programmers rjsmelo Presented at #PHPLX 11 September 2013 The 2013 edition of OWASP (Open Web Application Security Project) top 10 has just been released and unfortunately Injections (not only SQL injection) is still the most common security problem. In this talk we will review the top 10 list of security problems looking at possible attack scenarios and ways to protect against them mostly from a PHP programmer perspective. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/phplxowasptop10-130912084334-phpapp02-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Presented at #PHPLX 11 September 2013 The 2013 edition of OWASP (Open Web Application Security Project) top 10 has just been released and unfortunately Injections (not only SQL injection) is still the most common security problem. In this talk we will review the top 10 list of security problems looking at possible attack scenarios and ways to protect against them mostly from a PHP programmer perspective.
OWASP TOP 10 for PHP Programmers from rjsmelo
]]>
11753 5 https://cdn.slidesharecdn.com/ss_thumbnails/phplxowasptop10-130912084334-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
Redis & ZeroMQ: How to scale your application /slideshow/php-lx-rediszeromq/24169761 phplxrediszeromq-130712045229-phpapp01
Presented at #PHPLX 11 July 2013 When you need to do some heavy processing how do you scale you application? You can use Redis and ZeroMQ to leverage the heavy work for you! With this presentation we will know more about this two technologies and how they can be used to help solve problems with the performance and scalability of your application. ]]>

Presented at #PHPLX 11 July 2013 When you need to do some heavy processing how do you scale you application? You can use Redis and ZeroMQ to leverage the heavy work for you! With this presentation we will know more about this two technologies and how they can be used to help solve problems with the performance and scalability of your application. ]]>
Fri, 12 Jul 2013 04:52:29 GMT /slideshow/php-lx-rediszeromq/24169761 rjsmelo@slideshare.net(rjsmelo) Redis & ZeroMQ: How to scale your application rjsmelo Presented at #PHPLX 11 July 2013 When you need to do some heavy processing how do you scale you application? You can use Redis and ZeroMQ to leverage the heavy work for you! With this presentation we will know more about this two technologies and how they can be used to help solve problems with the performance and scalability of your application. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/phplxrediszeromq-130712045229-phpapp01-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Presented at #PHPLX 11 July 2013 When you need to do some heavy processing how do you scale you application? You can use Redis and ZeroMQ to leverage the heavy work for you! With this presentation we will know more about this two technologies and how they can be used to help solve problems with the performance and scalability of your application.
Redis & ZeroMQ: How to scale your application from rjsmelo
]]>
23426 6 https://cdn.slidesharecdn.com/ss_thumbnails/phplxrediszeromq-130712045229-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
A Certifica??o LPI https://pt.slideshare.net/slideshow/ricardomelo-driacertificaolpi/23464272 ricardomelo-dri-acertificaolpi-130625090624-phpapp01
Apresenta??o realizada no evento Linux Certification Day 2009 realizado no dia 12 de Novembro no Audit¨®rio da Lispolis. Este evento foi organizado em conjunto pela DRI e FLAG. Mais informa??es consulte http://www.linuxcertificationday.com]]>

Apresenta??o realizada no evento Linux Certification Day 2009 realizado no dia 12 de Novembro no Audit¨®rio da Lispolis. Este evento foi organizado em conjunto pela DRI e FLAG. Mais informa??es consulte http://www.linuxcertificationday.com]]>
Tue, 25 Jun 2013 09:06:24 GMT https://pt.slideshare.net/slideshow/ricardomelo-driacertificaolpi/23464272 rjsmelo@slideshare.net(rjsmelo) A Certifica??o LPI rjsmelo Apresenta??o realizada no evento Linux Certification Day 2009 realizado no dia 12 de Novembro no Audit¨®rio da Lispolis. Este evento foi organizado em conjunto pela DRI e FLAG. Mais informa??es consulte http://www.linuxcertificationday.com <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/ricardomelo-dri-acertificaolpi-130625090624-phpapp01-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Apresenta??o realizada no evento Linux Certification Day 2009 realizado no dia 12 de Novembro no Audit¨®rio da Lispolis. Este evento foi organizado em conjunto pela DRI e FLAG. Mais informa??es consulte http://www.linuxcertificationday.com
from rjsmelo
]]>
796 15 https://cdn.slidesharecdn.com/ss_thumbnails/ricardomelo-dri-acertificaolpi-130625090624-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
PHP and Application Security - OWASP Road Show 2013 /slideshow/ricardo-melo-owasp201306/23454431 ricardomeloowasp201306-130625052749-phpapp02
Presentation related to Information Security in the context of PHP programming. Principal pitfalls when programming PHP. Context of the PHP usage and evolution. Video of the presentation: http://youtu.be/NTc5cZKZGF0]]>

Presentation related to Information Security in the context of PHP programming. Principal pitfalls when programming PHP. Context of the PHP usage and evolution. Video of the presentation: http://youtu.be/NTc5cZKZGF0]]>
Tue, 25 Jun 2013 05:27:48 GMT /slideshow/ricardo-melo-owasp201306/23454431 rjsmelo@slideshare.net(rjsmelo) PHP and Application Security - OWASP Road Show 2013 rjsmelo Presentation related to Information Security in the context of PHP programming. Principal pitfalls when programming PHP. Context of the PHP usage and evolution. Video of the presentation: http://youtu.be/NTc5cZKZGF0 <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/ricardomeloowasp201306-130625052749-phpapp02-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Presentation related to Information Security in the context of PHP programming. Principal pitfalls when programming PHP. Context of the PHP usage and evolution. Video of the presentation: http://youtu.be/NTc5cZKZGF0
PHP and Application Security - OWASP Road Show 2013 from rjsmelo
]]>
4013 3 https://cdn.slidesharecdn.com/ss_thumbnails/ricardomeloowasp201306-130625052749-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
PHP e a (in)seguran?a de aplica??es https://pt.slideshare.net/slideshow/php-e-a-insegurana-de-aplicaes/15952307 ricardomelophplx201301-130111112621-phpapp02
Apresenta??o focada na evolu??o do php e a sua rela??o com a seguran?a aplicacional. S?o tamb¨¦m abordadas as cren?as de que o PHP ¨¦ mais ou menos seguro que outras linguagens de programa??o. (Presentation in Portuguese)]]>

Apresenta??o focada na evolu??o do php e a sua rela??o com a seguran?a aplicacional. S?o tamb¨¦m abordadas as cren?as de que o PHP ¨¦ mais ou menos seguro que outras linguagens de programa??o. (Presentation in Portuguese)]]>
Fri, 11 Jan 2013 11:26:21 GMT https://pt.slideshare.net/slideshow/php-e-a-insegurana-de-aplicaes/15952307 rjsmelo@slideshare.net(rjsmelo) PHP e a (in)seguran?a de aplica??es rjsmelo Apresenta??o focada na evolu??o do php e a sua rela??o com a seguran?a aplicacional. S?o tamb¨¦m abordadas as cren?as de que o PHP ¨¦ mais ou menos seguro que outras linguagens de programa??o. (Presentation in Portuguese) <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/ricardomelophplx201301-130111112621-phpapp02-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Apresenta??o focada na evolu??o do php e a sua rela??o com a seguran?a aplicacional. S?o tamb¨¦m abordadas as cren?as de que o PHP ¨¦ mais ou menos seguro que outras linguagens de programa??o. (Presentation in Portuguese)
from rjsmelo
]]>
913 13 https://cdn.slidesharecdn.com/ss_thumbnails/ricardomelophplx201301-130111112621-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-rjsmelo-48x48.jpg?cb=1529447666 https://cdn.slidesharecdn.com/ss_thumbnails/201610-careerzoo-smartbox-docker-161015212250-thumbnail.jpg?width=320&height=320&fit=bounds slideshow/docker-and-running-multiple-versions-of-php-careerzoo-dublin/67227130 Docker and Running mul... https://cdn.slidesharecdn.com/ss_thumbnails/201603dockerphp-160323085914-thumbnail.jpg?width=320&height=320&fit=bounds slideshow/docker-php-practical-use-case/59924052 Docker &amp; PHP - Practic... https://cdn.slidesharecdn.com/ss_thumbnails/201407phpqa-141220173235-conversion-gate01-thumbnail.jpg?width=320&height=320&fit=bounds slideshow/php-qa-tools/42902435 PHP QA Tools