際際滷shows by User: lisachenko / http://www.slideshare.net/images/logo.gif 際際滷shows by User: lisachenko / Mon, 07 Aug 2017 17:47:55 GMT 際際滷Share feed for 際際滷shows by User: lisachenko Solving cross cutting concerns in PHP - PHPSerbia-2017 /lisachenko/solving-cross-cutting-concerns-in-php-phpserbia2017 solvingcross-cuttingconcernsinphp-phpserbia-170807174755
Talk from PHPSerbia-2017 conference about cross-cutting concerns and effective ways of solving them via decorators, mediators and aspect-oriented programming. Can be applied to the scattered code with logging, caching, authorization and many more.]]>

Talk from PHPSerbia-2017 conference about cross-cutting concerns and effective ways of solving them via decorators, mediators and aspect-oriented programming. Can be applied to the scattered code with logging, caching, authorization and many more.]]>
Mon, 07 Aug 2017 17:47:55 GMT /lisachenko/solving-cross-cutting-concerns-in-php-phpserbia2017 lisachenko@slideshare.net(lisachenko) Solving cross cutting concerns in PHP - PHPSerbia-2017 lisachenko Talk from PHPSerbia-2017 conference about cross-cutting concerns and effective ways of solving them via decorators, mediators and aspect-oriented programming. Can be applied to the scattered code with logging, caching, authorization and many more. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/solvingcross-cuttingconcernsinphp-phpserbia-170807174755-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Talk from PHPSerbia-2017 conference about cross-cutting concerns and effective ways of solving them via decorators, mediators and aspect-oriented programming. Can be applied to the scattered code with logging, caching, authorization and many more.
Solving cross cutting concerns in PHP - PHPSerbia-2017 from Alexander Lisachenko
]]>
563 3 https://cdn.slidesharecdn.com/ss_thumbnails/solvingcross-cuttingconcernsinphp-phpserbia-170807174755-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
Handling 10k requests per second with Symfony and Varnish - SymfonyCon Berlin 2016 /slideshow/handling-10k-requests-per-second-with-symfony-and-varnish/69776748 handling10krequestssecondwithsymfonyandvarnish-161202225005
It is believed that the Symfony framework is quite heavy and it can be difficult to develop a website that will be able to work under the high load. It is true, but does this mean that it is impossible to implement a dynamic caching and to update only a small part of entire page as data is updated? This talk will give your an answer to that. It is Varnish, ESI-blocks and load balancing. With hundreds of thousands of unique visitors and million hits a day, we continue to use Symfony, and do not see any problems.]]>

It is believed that the Symfony framework is quite heavy and it can be difficult to develop a website that will be able to work under the high load. It is true, but does this mean that it is impossible to implement a dynamic caching and to update only a small part of entire page as data is updated? This talk will give your an answer to that. It is Varnish, ESI-blocks and load balancing. With hundreds of thousands of unique visitors and million hits a day, we continue to use Symfony, and do not see any problems.]]>
Fri, 02 Dec 2016 22:50:05 GMT /slideshow/handling-10k-requests-per-second-with-symfony-and-varnish/69776748 lisachenko@slideshare.net(lisachenko) Handling 10k requests per second with Symfony and Varnish - SymfonyCon Berlin 2016 lisachenko It is believed that the Symfony framework is quite heavy and it can be difficult to develop a website that will be able to work under the high load. It is true, but does this mean that it is impossible to implement a dynamic caching and to update only a small part of entire page as data is updated? This talk will give your an answer to that. It is Varnish, ESI-blocks and load balancing. With hundreds of thousands of unique visitors and million hits a day, we continue to use Symfony, and do not see any problems. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/handling10krequestssecondwithsymfonyandvarnish-161202225005-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> It is believed that the Symfony framework is quite heavy and it can be difficult to develop a website that will be able to work under the high load. It is true, but does this mean that it is impossible to implement a dynamic caching and to update only a small part of entire page as data is updated? This talk will give your an answer to that. It is Varnish, ESI-blocks and load balancing. With hundreds of thousands of unique visitors and million hits a day, we continue to use Symfony, and do not see any problems.
Handling 10k requests per second with Symfony and Varnish - SymfonyCon Berlin 2016 from Alexander Lisachenko
]]>
8568 6 https://cdn.slidesharecdn.com/ss_thumbnails/handling10krequestssecondwithsymfonyandvarnish-161202225005-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
Solving Cross-Cutting Concerns in PHP - DutchPHP Conference 2016 /slideshow/solving-crosscutting-concerns-in-php/63411901 solvingcross-cuttingconcernsinphp-160624113101
Talk about solving cross-cutting concerns in PHP at DutchPHP Conference. Discussed questions: 1) OOP features and limitations 2) OOP patterns for solving cross-cutting concerns 3) Aspect-Oriented approach for solving cross-cutting concerns 4) Examples of using AOP for real life application]]>

Talk about solving cross-cutting concerns in PHP at DutchPHP Conference. Discussed questions: 1) OOP features and limitations 2) OOP patterns for solving cross-cutting concerns 3) Aspect-Oriented approach for solving cross-cutting concerns 4) Examples of using AOP for real life application]]>
Fri, 24 Jun 2016 11:31:01 GMT /slideshow/solving-crosscutting-concerns-in-php/63411901 lisachenko@slideshare.net(lisachenko) Solving Cross-Cutting Concerns in PHP - DutchPHP Conference 2016 lisachenko Talk about solving cross-cutting concerns in PHP at DutchPHP Conference. Discussed questions: 1) OOP features and limitations 2) OOP patterns for solving cross-cutting concerns 3) Aspect-Oriented approach for solving cross-cutting concerns 4) Examples of using AOP for real life application <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/solvingcross-cuttingconcernsinphp-160624113101-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Talk about solving cross-cutting concerns in PHP at DutchPHP Conference. Discussed questions: 1) OOP features and limitations 2) OOP patterns for solving cross-cutting concerns 3) Aspect-Oriented approach for solving cross-cutting concerns 4) Examples of using AOP for real life application
Solving Cross-Cutting Concerns in PHP - DutchPHP Conference 2016 from Alexander Lisachenko
]]>
2760 9 https://cdn.slidesharecdn.com/ss_thumbnails/solvingcross-cuttingconcernsinphp-160624113101-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
Asynchronous PHP. Myth? Reality! /slideshow/asynchronous-php-myth-reality/35906352 asynchronousphpmythreality-140616005046-phpapp02
Asynchronous programming is the one of most interesting technique for PHP. You can find a lot of interesting in this talk: one-way calls, threads, processes, signals.]]>

Asynchronous programming is the one of most interesting technique for PHP. You can find a lot of interesting in this talk: one-way calls, threads, processes, signals.]]>
Mon, 16 Jun 2014 00:50:46 GMT /slideshow/asynchronous-php-myth-reality/35906352 lisachenko@slideshare.net(lisachenko) Asynchronous PHP. Myth? Reality! lisachenko Asynchronous programming is the one of most interesting technique for PHP. You can find a lot of interesting in this talk: one-way calls, threads, processes, signals. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/asynchronousphpmythreality-140616005046-phpapp02-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Asynchronous programming is the one of most interesting technique for PHP. You can find a lot of interesting in this talk: one-way calls, threads, processes, signals.
Asynchronous PHP. Myth? Reality! from Alexander Lisachenko
]]>
4108 6 https://cdn.slidesharecdn.com/ss_thumbnails/asynchronousphpmythreality-140616005046-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
Enterprise Symfony Architecture (RU) /lisachenko/enterprise-symfony-architecture enterprisesymfonyarchitecture-131030035910-phpapp02
亠亰亠仆舒亳 亟仂从仍舒亟舒 仆舒 从仂仆亠亠仆亳亳 SymfonyCamp-2013]]>

亠亰亠仆舒亳 亟仂从仍舒亟舒 仆舒 从仂仆亠亠仆亳亳 SymfonyCamp-2013]]>
Wed, 30 Oct 2013 03:59:10 GMT /lisachenko/enterprise-symfony-architecture lisachenko@slideshare.net(lisachenko) Enterprise Symfony Architecture (RU) lisachenko 亠亰亠仆舒亳 亟仂从仍舒亟舒 仆舒 从仂仆亠亠仆亳亳 SymfonyCamp-2013 <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/enterprisesymfonyarchitecture-131030035910-phpapp02-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> 亠亰亠仆舒亳 亟仂从仍舒亟舒 仆舒 从仂仆亠亠仆亳亳 SymfonyCamp-2013
Enterprise Symfony Architecture (RU) from Alexander Lisachenko
]]>
4049 6 https://cdn.slidesharecdn.com/ss_thumbnails/enterprisesymfonyarchitecture-131030035910-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
Aspect-Oriented Programming in PHP /slideshow/aspect-oriented-programming-in-php/22983165 aspect-orientedprogramminginphp-130614103431-phpapp01
Presentation about aspect-oriented programming in PHP with Go! framework on DevConf-2013 conference.]]>

Presentation about aspect-oriented programming in PHP with Go! framework on DevConf-2013 conference.]]>
Fri, 14 Jun 2013 10:34:31 GMT /slideshow/aspect-oriented-programming-in-php/22983165 lisachenko@slideshare.net(lisachenko) Aspect-Oriented Programming in PHP lisachenko Presentation about aspect-oriented programming in PHP with Go! framework on DevConf-2013 conference. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/aspect-orientedprogramminginphp-130614103431-phpapp01-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Presentation about aspect-oriented programming in PHP with Go! framework on DevConf-2013 conference.
Aspect-Oriented Programming in PHP from Alexander Lisachenko
]]>
1836 4 https://cdn.slidesharecdn.com/ss_thumbnails/aspect-orientedprogramminginphp-130614103431-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
Weaving aspects in PHP with the help of Go! AOP library /slideshow/weaving-aspects-in-php-with-the-help-of-go-aop-library/15487433 weavingaspectsinphpwiththehelpofgoaoplibrary-121204115541-phpapp02
]]>

]]>
Tue, 04 Dec 2012 11:55:41 GMT /slideshow/weaving-aspects-in-php-with-the-help-of-go-aop-library/15487433 lisachenko@slideshare.net(lisachenko) Weaving aspects in PHP with the help of Go! AOP library lisachenko <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/weavingaspectsinphpwiththehelpofgoaoplibrary-121204115541-phpapp02-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br>
Weaving aspects in PHP with the help of Go! AOP library from Alexander Lisachenko
]]>
72609 7 https://cdn.slidesharecdn.com/ss_thumbnails/weavingaspectsinphpwiththehelpofgoaoplibrary-121204115541-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
仆亠亟亠仆亳亠 舒仗亠从仂于 于 PHP 仗仂仄仂 弍亳弍仍亳仂亠从亳 GO! AOP /slideshow/php-go-aop/15282857 phpgoaop-121121091157-phpapp01
亠亰亠仆舒亳 从 亟仂从仍舒亟 仆舒 SymfonyCampUA-2012. 亟仂从仍舒亟亠 舒仄仂亠仆 仂仆仂于仆亠 于仂仗仂 舒弍仂 于 PHP, 亟舒仆 仂仗亠亟亠仍亠仆亳 舒仗亠从仂于, 亠亰仂于, 仂于亠仂于, 舒 舒从亢亠 舒仄仂亠仆仂 亠舒仍仆仂亠 亳仗仂仍亰仂于舒仆亳亠 弍亳弍仍亳仂亠从亳 GO! 亟仍 于仆亠亟亠仆亳 舒仗亠从仆仂-仂亳亠仆亳仂于舒仆仆仂亶 仗舒舒亟亳亞仄 于 仍ミ頴笑 仗亳仍仂亢亠仆亳亠.]]>

亠亰亠仆舒亳 从 亟仂从仍舒亟 仆舒 SymfonyCampUA-2012. 亟仂从仍舒亟亠 舒仄仂亠仆 仂仆仂于仆亠 于仂仗仂 舒弍仂 于 PHP, 亟舒仆 仂仗亠亟亠仍亠仆亳 舒仗亠从仂于, 亠亰仂于, 仂于亠仂于, 舒 舒从亢亠 舒仄仂亠仆仂 亠舒仍仆仂亠 亳仗仂仍亰仂于舒仆亳亠 弍亳弍仍亳仂亠从亳 GO! 亟仍 于仆亠亟亠仆亳 舒仗亠从仆仂-仂亳亠仆亳仂于舒仆仆仂亶 仗舒舒亟亳亞仄 于 仍ミ頴笑 仗亳仍仂亢亠仆亳亠.]]>
Wed, 21 Nov 2012 09:11:55 GMT /slideshow/php-go-aop/15282857 lisachenko@slideshare.net(lisachenko) 仆亠亟亠仆亳亠 舒仗亠从仂于 于 PHP 仗仂仄仂 弍亳弍仍亳仂亠从亳 GO! AOP lisachenko 亠亰亠仆舒亳 从 亟仂从仍舒亟 仆舒 SymfonyCampUA-2012. 亟仂从仍舒亟亠 舒仄仂亠仆 仂仆仂于仆亠 于仂仗仂 舒弍仂 于 PHP, 亟舒仆 仂仗亠亟亠仍亠仆亳 舒仗亠从仂于, 亠亰仂于, 仂于亠仂于, 舒 舒从亢亠 舒仄仂亠仆仂 亠舒仍仆仂亠 亳仗仂仍亰仂于舒仆亳亠 弍亳弍仍亳仂亠从亳 GO! 亟仍 于仆亠亟亠仆亳 舒仗亠从仆仂-仂亳亠仆亳仂于舒仆仆仂亶 仗舒舒亟亳亞仄 于 仍ミ頴笑 仗亳仍仂亢亠仆亳亠. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/phpgoaop-121121091157-phpapp01-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> 亠亰亠仆舒亳 从 亟仂从仍舒亟 仆舒 SymfonyCampUA-2012. 亟仂从仍舒亟亠 舒仄仂亠仆 仂仆仂于仆亠 于仂仗仂 舒弍仂 于 PHP, 亟舒仆 仂仗亠亟亠仍亠仆亳 舒仗亠从仂于, 亠亰仂于, 仂于亠仂于, 舒 舒从亢亠 舒仄仂亠仆仂 亠舒仍仆仂亠 亳仗仂仍亰仂于舒仆亳亠 弍亳弍仍亳仂亠从亳 GO! 亟仍 于仆亠亟亠仆亳 舒仗亠从仆仂-仂亳亠仆亳仂于舒仆仆仂亶 仗舒舒亟亳亞仄 于 仍ミ頴笑 仗亳仍仂亢亠仆亳亠.
仆亠亟亠仆亳亠 舒仗亠从仂于 于 PHP 仗仂仄仂 弍亳弍仍亳仂亠从亳 GO! AOP from Alexander Lisachenko
]]>
2911 5 https://cdn.slidesharecdn.com/ss_thumbnails/phpgoaop-121121091157-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
https://cdn.slidesharecdn.com/profile-photo-lisachenko-48x48.jpg?cb=1576769403 https://cdn.slidesharecdn.com/ss_thumbnails/solvingcross-cuttingconcernsinphp-phpserbia-170807174755-thumbnail.jpg?width=320&height=320&fit=bounds lisachenko/solving-cross-cutting-concerns-in-php-phpserbia2017 Solving cross cutting ... https://cdn.slidesharecdn.com/ss_thumbnails/handling10krequestssecondwithsymfonyandvarnish-161202225005-thumbnail.jpg?width=320&height=320&fit=bounds slideshow/handling-10k-requests-per-second-with-symfony-and-varnish/69776748 Handling 10k requests ... https://cdn.slidesharecdn.com/ss_thumbnails/solvingcross-cuttingconcernsinphp-160624113101-thumbnail.jpg?width=320&height=320&fit=bounds slideshow/solving-crosscutting-concerns-in-php/63411901 Solving Cross-Cutting ...