Myphp-busters: symfony framework (php|tek 09)

Stefan Koopmanschap
Stefan KoopmanschapDeveloper, Consultant, Trainer at Ingewikkeld
Myphp-busters: symfony framework (php|tek 09)
myphp-busters:
symfony framework
     php|tek uncon
      22-05-2009
Adam Savage
Jamie Hyneman
Stefan Koopmanschap
About me

•   Professional Services Consultant at Ibuildings

•   Husband, father of 2, slave of 6

•   Symfony advocate

•   Initiator of SymfonyCamp

•   Founder of symfony-framework.nl

•   Plugin author/maintainer
The myths:
                      symfony is...
•   ... hard to learn

•   ... extremely coupled

•   ... not really programming, just configuration

•   ... restrictive

•   ... badly performing

•   ... the ultimate tool
cc-by 2.0 http://www.flickr.com/photos/shonk/418180402/




Symfony is hard to learn
Steep Learning Curve


•   Full-stack

    •   MVC

    •   ORM

    •   YAML
Great documentation

•   The Definitive Guide to
    symfony

•   Practical Symfony

    •   Propel Edition

    •   Doctrine Edition

•   Various other languages
Great documentation
•   Official books in digital
    form

•   Forms in Action

•   symfony and Doctrine

•   The Cookbook

•   API documentation

•   Tutorials & Screencasts
Community
•   IRC: #symfony on
    freenode

•   Forum

•   Mailinglists

•   Wiki

•   Snippets

•   Blog posts

•   Various local sites
Symfony is hard to learn


•   Steep learning curve

•   Great documentation (online and offline)

•   Friendly and supportive community
Symfony is hard to learn



      The Verdict
cc-by 2.0 http://www.flickr.com/photos/u-suke/138067687/




Symfony is extremely coupled
Perhaps in 1.0


•   symfony was the glue between components

•   ORM integrated in the core

•   It was full-stack or nothing
by-nc-nd 3.0 http://www.symfony-project.org/blog/2008/06/23/the-symfony-1-1-architecture




symfony platform
by-nc-nd 3.0 http://www.symfony-project.org/blog/2008/06/23/the-symfony-1-1-architecture




platform and framework
Symfony is extremely coupled




     by-nc-nd 3.0 http://www.symfony-project.org/blog/2009/02/18/dailymotion-powered-by-symfony
Symfony is extremely coupled

•   1.0 had quite some coupling

•   1.1 introduced decoupling of the core: symfony
    platform

•   it is now possible to use core symfony classes
    without symfony
Symfony is extremely coupled




        The Verdict
symfony is not really programming, just
            configuration
Just configuration is no fun
Programming should be fun


•   No boring repetitive tasks

•   No standard stuff you did 100 times before

•   Write cool stuff

•   Focus on the cool parts
Yes, there is configuration


•   To minimize the boring tasks

•   To ensure you don’t repeat yourself

•   To enable you to concentrate on complex logic
So what is configured?

•   database credentials

•   caching

•   access control (authorization and authentication)

•   application specific values

•   routing

•   admin generator
So where do I touch code?

•   Your custom complex business logic

•   Application specific controller code

•   View displays

•   Custom administration tasks

•   Your own libraries
symfony is not really programming, just
            configuration




           The Verdict
by-nc-sa 2.0 http://www.flickr.com/photos/two-wrongs/205467442/




symfony is restrictive
symfony is restrictive


•   Default directory structure

•   Default set of classes

•   Default set of libraries

•   ORM included
Default directory structure
•   Easily change the most
    important directory
    locations:

    •   document root

    •   cache directory

    •   log directory

•   You usually don’t need
    to do this!
Default set of classes


•   Default set offers most
    common uses

•   Easy to use your own
    custom class using
    configuration
Default set of libraries
•   Default libraries

    •   lime (unit testing)

    •   prototype / scriptaculous

•   Dozens of plugins

    •   jquery, dojo, extjs, YUI

    •   PHPUnit
ORM included


•   Propel is default

•   Doctrine is distributed with symfony

•   There is no need for an ORM
You can just disable both!
Hell, disable the database


•   When you don’t use the
    database

    •   Models approach web
        services
symfony is restrictive



     The Verdict
Symfony is badly performing
Symfony doesn’t perform
Symfony doesn’t perform
Disclaimer:
No benchmarks!
Myphp-busters: symfony framework (php|tek 09)
by-sa 2.0 http://www.flickr.com/photos/mattieb/131215442/
Symfony doesn’t perform



•   Slow

•   Hard on the server
Symfony doesn’t perform


•   Overhead

    •   just like any framework

    •   tweak it the right way
Symfony doesn’t perform

•   Select your caching strategy

    •   Page caching

    •   Function caching

    •   Query caching

    •   Supercache!
Cache
Cache
Symfony doesn’t perform

•   Turn off what you don’t need

    •   ORM

    •   Plugins

    •   Database

    •   Logging

    •   Helpers
Symfony doesn’t perform


•   Don’t believe me!

    •   Yahoo! Answers

    •   Delicious.com

    •   DailyMotion.com
Symfony is badly performing




        The Verdict
by-nc-nd 2.0 http://www.flickr.com/photos/mandolux/34418046/




symfony is the ultimate tool
Symfony is the ultimate tool
• full-stack framework
• based on MVC
• automation of common tasks
• supports agile approach
• MIT license
• DRY
• All the buzzwords
Symfony is the ultimate tool


•   Learning curve is more steep

•   Has to fit your project

•   Has to fit your project team

•   There is no single ultimate tool
symfony is the ultimate tool



        The Verdict
Reference

•   http://www.symfony-project.org/doc/

•   http://www.symfony-project.org/blog/2008/06/23/
    the-symfony-1-1-architecture

•   http://www.symfony-project.org/blog/2009/02/18/
    dailymotion-powered-by-symfony

•   http://www.symfony-framework.nl/
Questions?

•   http://joind.in/438

•   http://www.leftontheweb.com/

•   http://www.twitter.com/skoop

•   http://www.ibuildings.com/

•   http://www.slideshare.net/skoop
1 of 57

Recommended

Integrating symfony and Zend Framework by
Integrating symfony and Zend FrameworkIntegrating symfony and Zend Framework
Integrating symfony and Zend FrameworkStefan Koopmanschap
986 views50 slides
Integrating symfony and Zend Framework (PHPNW09) by
Integrating symfony and Zend Framework (PHPNW09)Integrating symfony and Zend Framework (PHPNW09)
Integrating symfony and Zend Framework (PHPNW09)Stefan Koopmanschap
1.1K views49 slides
Integrating symfony and Zend Framework (PHPBarcelona 2009) by
Integrating symfony and Zend Framework (PHPBarcelona 2009)Integrating symfony and Zend Framework (PHPBarcelona 2009)
Integrating symfony and Zend Framework (PHPBarcelona 2009)Stefan Koopmanschap
1.8K views56 slides
Myphp-busters: symfony framework by
Myphp-busters: symfony frameworkMyphp-busters: symfony framework
Myphp-busters: symfony frameworkStefan Koopmanschap
1.9K views78 slides
Myphp-busters: symfony framework (PHPCon.it) by
Myphp-busters: symfony framework (PHPCon.it)Myphp-busters: symfony framework (PHPCon.it)
Myphp-busters: symfony framework (PHPCon.it)Stefan Koopmanschap
1.2K views80 slides
Nice performance using Sf2 cache wrapping Sf1 application - Paris by
Nice performance using Sf2 cache wrapping Sf1 application - ParisNice performance using Sf2 cache wrapping Sf1 application - Paris
Nice performance using Sf2 cache wrapping Sf1 application - ParisMarc Weistroff
2.4K views65 slides

More Related Content

What's hot

Symfony 4: A new way to develop applications #phpsrb by
 Symfony 4: A new way to develop applications #phpsrb Symfony 4: A new way to develop applications #phpsrb
Symfony 4: A new way to develop applications #phpsrbAntonio Peric-Mazar
412 views57 slides
What's new in Symfony3 by
What's new in Symfony3What's new in Symfony3
What's new in Symfony3Yuki MAEJIMA
4.4K views12 slides
CakePHP - The Path to 2.0 by
CakePHP - The Path to 2.0CakePHP - The Path to 2.0
CakePHP - The Path to 2.0Graham Weldon
1.3K views188 slides
CakePHP 2.0 - PHP Matsuri 2011 by
CakePHP 2.0 - PHP Matsuri 2011CakePHP 2.0 - PHP Matsuri 2011
CakePHP 2.0 - PHP Matsuri 2011Graham Weldon
2.8K views84 slides
An introduction to Titanium by
An introduction to TitaniumAn introduction to Titanium
An introduction to TitaniumGraham Weldon
2.8K views67 slides
CPAN Exporter modules for Perl 5 by
CPAN Exporter modules for Perl 5CPAN Exporter modules for Perl 5
CPAN Exporter modules for Perl 5neilbowers
1K views54 slides

What's hot(19)

Symfony 4: A new way to develop applications #phpsrb by Antonio Peric-Mazar
 Symfony 4: A new way to develop applications #phpsrb Symfony 4: A new way to develop applications #phpsrb
Symfony 4: A new way to develop applications #phpsrb
What's new in Symfony3 by Yuki MAEJIMA
What's new in Symfony3What's new in Symfony3
What's new in Symfony3
Yuki MAEJIMA4.4K views
CakePHP - The Path to 2.0 by Graham Weldon
CakePHP - The Path to 2.0CakePHP - The Path to 2.0
CakePHP - The Path to 2.0
Graham Weldon1.3K views
CakePHP 2.0 - PHP Matsuri 2011 by Graham Weldon
CakePHP 2.0 - PHP Matsuri 2011CakePHP 2.0 - PHP Matsuri 2011
CakePHP 2.0 - PHP Matsuri 2011
Graham Weldon2.8K views
An introduction to Titanium by Graham Weldon
An introduction to TitaniumAn introduction to Titanium
An introduction to Titanium
Graham Weldon2.8K views
CPAN Exporter modules for Perl 5 by neilbowers
CPAN Exporter modules for Perl 5CPAN Exporter modules for Perl 5
CPAN Exporter modules for Perl 5
neilbowers1K views
CPAN Curation by neilbowers
CPAN CurationCPAN Curation
CPAN Curation
neilbowers1.2K views
PHP 5.4 - Begin your love affair with traits by Graham Weldon
PHP 5.4 - Begin your love affair with traitsPHP 5.4 - Begin your love affair with traits
PHP 5.4 - Begin your love affair with traits
Graham Weldon8.9K views
Reviewing CPAN modules by neilbowers
Reviewing CPAN modulesReviewing CPAN modules
Reviewing CPAN modules
neilbowers514 views
Re-imaginging CakePHP by Graham Weldon
Re-imaginging CakePHPRe-imaginging CakePHP
Re-imaginging CakePHP
Graham Weldon6.1K views
SydPHP May 2012 - Deployment by Graham Weldon
SydPHP May 2012 - DeploymentSydPHP May 2012 - Deployment
SydPHP May 2012 - Deployment
Graham Weldon1.2K views
CC-Castle; The best Real-Time/Embedded/HighTech language EVER? by Albert Mietus
CC-Castle; The best Real-Time/Embedded/HighTech language EVER?CC-Castle; The best Real-Time/Embedded/HighTech language EVER?
CC-Castle; The best Real-Time/Embedded/HighTech language EVER?
Albert Mietus151 views
AMIMOTO: WordPress + Amazon Web Services MANILA by Kel
AMIMOTO: WordPress + Amazon Web Services MANILAAMIMOTO: WordPress + Amazon Web Services MANILA
AMIMOTO: WordPress + Amazon Web Services MANILA
Kel 1.2K views
SydPHP March 2012 Meetup by Graham Weldon
SydPHP March 2012 MeetupSydPHP March 2012 Meetup
SydPHP March 2012 Meetup
Graham Weldon1.3K views
AMIMOTO: WordPress + Amazon Web Services Hands-on PARIS by Kel
AMIMOTO: WordPress + Amazon Web Services Hands-on PARISAMIMOTO: WordPress + Amazon Web Services Hands-on PARIS
AMIMOTO: WordPress + Amazon Web Services Hands-on PARIS
Kel 562 views
DEF CON 27 - TRUMAN KAIN - surveillance detection scout by Felipe Prado
DEF CON 27 - TRUMAN KAIN - surveillance detection scoutDEF CON 27 - TRUMAN KAIN - surveillance detection scout
DEF CON 27 - TRUMAN KAIN - surveillance detection scout
Felipe Prado33 views
Composer Lightning Talk by Eric Johnson
Composer Lightning TalkComposer Lightning Talk
Composer Lightning Talk
Eric Johnson364 views
LoneStarPHP Symfony2, Its Play Time by geoffreytran
LoneStarPHP Symfony2, Its Play TimeLoneStarPHP Symfony2, Its Play Time
LoneStarPHP Symfony2, Its Play Time
geoffreytran1.7K views

Viewers also liked

Facebook Application Marketing by
Facebook Application MarketingFacebook Application Marketing
Facebook Application MarketingPete Mauro
3.9K views23 slides
Telephonedirectory (1) by
Telephonedirectory (1)Telephonedirectory (1)
Telephonedirectory (1)Abhay Modi
711 views27 slides
2011 KVK Telephone Directory by
2011 KVK Telephone Directory2011 KVK Telephone Directory
2011 KVK Telephone DirectoryCSISA
7.7K views122 slides
Front-end Modular & Autmomated Development by
Front-end Modular & Autmomated Development Front-end Modular & Autmomated Development
Front-end Modular & Autmomated Development Joseph Chiang
2.2K views83 slides
Sun Cookers International, Kenya by
Sun Cookers International, KenyaSun Cookers International, Kenya
Sun Cookers International, Kenyatmcothran
601 views7 slides
The Symfony Community - How to (get) help by
The Symfony Community - How to (get) helpThe Symfony Community - How to (get) help
The Symfony Community - How to (get) helpStefan Koopmanschap
4.4K views24 slides

Viewers also liked(20)

Facebook Application Marketing by Pete Mauro
Facebook Application MarketingFacebook Application Marketing
Facebook Application Marketing
Pete Mauro3.9K views
Telephonedirectory (1) by Abhay Modi
Telephonedirectory (1)Telephonedirectory (1)
Telephonedirectory (1)
Abhay Modi711 views
2011 KVK Telephone Directory by CSISA
2011 KVK Telephone Directory2011 KVK Telephone Directory
2011 KVK Telephone Directory
CSISA7.7K views
Front-end Modular & Autmomated Development by Joseph Chiang
Front-end Modular & Autmomated Development Front-end Modular & Autmomated Development
Front-end Modular & Autmomated Development
Joseph Chiang2.2K views
Sun Cookers International, Kenya by tmcothran
Sun Cookers International, KenyaSun Cookers International, Kenya
Sun Cookers International, Kenya
tmcothran601 views
Всесвітній день інформації by РОМЦ БКР
Всесвітній день інформації Всесвітній день інформації
Всесвітній день інформації
РОМЦ БКР 682 views
China2 Alucinante Ponvolumen by cab3032
China2 Alucinante PonvolumenChina2 Alucinante Ponvolumen
China2 Alucinante Ponvolumen
cab3032310 views
james green resume - 10152015 by James Green
james green resume  - 10152015james green resume  - 10152015
james green resume - 10152015
James Green527 views
Мистецтво Давнього Єгипту by 160289yfnfif
Мистецтво Давнього ЄгиптуМистецтво Давнього Єгипту
Мистецтво Давнього Єгипту
160289yfnfif500 views
Lisboa Vista Do Tejo by cab3032
Lisboa Vista Do TejoLisboa Vista Do Tejo
Lisboa Vista Do Tejo
cab3032284 views
Intervenciones en el niño con trauma 4 febrero by maria huguet
Intervenciones en el niño con trauma 4 febreroIntervenciones en el niño con trauma 4 febrero
Intervenciones en el niño con trauma 4 febrero
maria huguet396 views
методи розв'язання рівнянь вищого степеня by Катя Смаль
методи розв'язання рівнянь вищого степеняметоди розв'язання рівнянь вищого степеня
методи розв'язання рівнянь вищого степеня
Катя Смаль1.5K views

Similar to Myphp-busters: symfony framework (php|tek 09)

Symfony workshop introductory slides by
Symfony workshop introductory slidesSymfony workshop introductory slides
Symfony workshop introductory slidesStefan Koopmanschap
657 views14 slides
symfony: Open-Source Enterprise Framework by
symfony: Open-Source Enterprise Frameworksymfony: Open-Source Enterprise Framework
symfony: Open-Source Enterprise FrameworkFabien Potencier
1.6K views11 slides
symfony: An Open-Source Framework for Professionals (PHP Day 2008) by
symfony: An Open-Source Framework for Professionals (PHP Day 2008)symfony: An Open-Source Framework for Professionals (PHP Day 2008)
symfony: An Open-Source Framework for Professionals (PHP Day 2008)Fabien Potencier
4.2K views114 slides
Debugging With Symfony by
Debugging With SymfonyDebugging With Symfony
Debugging With SymfonyStefan Koopmanschap
5.3K views38 slides
Write Plugins for symfony (Symfony Camp 2007) by
Write Plugins for symfony (Symfony Camp 2007)Write Plugins for symfony (Symfony Camp 2007)
Write Plugins for symfony (Symfony Camp 2007)Fabien Potencier
2K views23 slides
Inner Symfony’s Daemons by
 Inner Symfony’s Daemons Inner Symfony’s Daemons
Inner Symfony’s DaemonsKrzysztof (Chris) Ozog
448 views12 slides

Similar to Myphp-busters: symfony framework (php|tek 09)(20)

symfony: Open-Source Enterprise Framework by Fabien Potencier
symfony: Open-Source Enterprise Frameworksymfony: Open-Source Enterprise Framework
symfony: Open-Source Enterprise Framework
Fabien Potencier1.6K views
symfony: An Open-Source Framework for Professionals (PHP Day 2008) by Fabien Potencier
symfony: An Open-Source Framework for Professionals (PHP Day 2008)symfony: An Open-Source Framework for Professionals (PHP Day 2008)
symfony: An Open-Source Framework for Professionals (PHP Day 2008)
Fabien Potencier4.2K views
Write Plugins for symfony (Symfony Camp 2007) by Fabien Potencier
Write Plugins for symfony (Symfony Camp 2007)Write Plugins for symfony (Symfony Camp 2007)
Write Plugins for symfony (Symfony Camp 2007)
Fabien Potencier2K views
Symfony2 components to the rescue of your PHP projects by Xavier Lacot
Symfony2 components to the rescue of your PHP projectsSymfony2 components to the rescue of your PHP projects
Symfony2 components to the rescue of your PHP projects
Xavier Lacot20.1K views
symfony: An Open-Source Framework for Professionals (Dutch Php Conference 2008) by Fabien Potencier
symfony: An Open-Source Framework for Professionals (Dutch Php Conference 2008)symfony: An Open-Source Framework for Professionals (Dutch Php Conference 2008)
symfony: An Open-Source Framework for Professionals (Dutch Php Conference 2008)
Fabien Potencier9.6K views
Enterprise PHP Development - ZendCon 2008 by Ivo Jansch
Enterprise PHP Development - ZendCon 2008Enterprise PHP Development - ZendCon 2008
Enterprise PHP Development - ZendCon 2008
Ivo Jansch1.5K views
Symfony 2.0 by GrUSP
Symfony 2.0Symfony 2.0
Symfony 2.0
GrUSP1K views
symfony: Simplify your professional web development with PHP (Symfony PHP Que... by Fabien Potencier
symfony: Simplify your professional web development with PHP (Symfony PHP Que...symfony: Simplify your professional web development with PHP (Symfony PHP Que...
symfony: Simplify your professional web development with PHP (Symfony PHP Que...
Fabien Potencier19.7K views
Professional PHP: an open-source alternative for enterprise development [Kort... by Combell NV
Professional PHP: an open-source alternative for enterprise development [Kort...Professional PHP: an open-source alternative for enterprise development [Kort...
Professional PHP: an open-source alternative for enterprise development [Kort...
Combell NV5.1K views
Enterprise PHP (php|works 2008) by Ivo Jansch
Enterprise PHP (php|works 2008)Enterprise PHP (php|works 2008)
Enterprise PHP (php|works 2008)
Ivo Jansch8.6K views
Symfony Day 2009 - Symfony vs Integrating products by Xavier Lacot
Symfony Day 2009 - Symfony vs Integrating productsSymfony Day 2009 - Symfony vs Integrating products
Symfony Day 2009 - Symfony vs Integrating products
Xavier Lacot1.4K views
Scaling with Symfony - PHP UK by Ricard Clau
Scaling with Symfony - PHP UKScaling with Symfony - PHP UK
Scaling with Symfony - PHP UK
Ricard Clau13K views
Ajax Tutorial by oscon2007
Ajax TutorialAjax Tutorial
Ajax Tutorial
oscon2007605 views
Why we choose Symfony2 by Merixstudio
Why we choose Symfony2Why we choose Symfony2
Why we choose Symfony2
Merixstudio388 views
Hands-on with the Symfony2 Framework by Ryan Weaver
Hands-on with the Symfony2 FrameworkHands-on with the Symfony2 Framework
Hands-on with the Symfony2 Framework
Ryan Weaver9.3K views

More from Stefan Koopmanschap

A Practical Look At Symfony2 by
A Practical Look At Symfony2A Practical Look At Symfony2
A Practical Look At Symfony2Stefan Koopmanschap
2.4K views117 slides
Git for Subversion Users (ZendCon 2011) by
Git for Subversion Users (ZendCon 2011)Git for Subversion Users (ZendCon 2011)
Git for Subversion Users (ZendCon 2011)Stefan Koopmanschap
13.7K views112 slides
Git For Subversion Users (PHPNW11) by
Git For Subversion Users (PHPNW11)Git For Subversion Users (PHPNW11)
Git For Subversion Users (PHPNW11)Stefan Koopmanschap
1.1K views68 slides
Conference Speaking 101 by
Conference Speaking 101Conference Speaking 101
Conference Speaking 101Stefan Koopmanschap
924 views22 slides
Open Up (International PHP Conference Spring Edition 2011) by
Open Up (International PHP Conference Spring Edition 2011)Open Up (International PHP Conference Spring Edition 2011)
Open Up (International PHP Conference Spring Edition 2011)Stefan Koopmanschap
855 views21 slides
Git for Subversion Users (phpDay 2011) by
Git for Subversion Users (phpDay 2011)Git for Subversion Users (phpDay 2011)
Git for Subversion Users (phpDay 2011)Stefan Koopmanschap
1.2K views85 slides

More from Stefan Koopmanschap(20)

Open Up (International PHP Conference Spring Edition 2011) by Stefan Koopmanschap
Open Up (International PHP Conference Spring Edition 2011)Open Up (International PHP Conference Spring Edition 2011)
Open Up (International PHP Conference Spring Edition 2011)
Integrating symfony and Zend Framework (IPC 2010) by Stefan Koopmanschap
Integrating symfony and Zend Framework (IPC 2010)Integrating symfony and Zend Framework (IPC 2010)
Integrating symfony and Zend Framework (IPC 2010)
Stefan Koopmanschap8.3K views
5 essential tools for the PHP Developer on Windows by Stefan Koopmanschap
5 essential tools for the PHP Developer on Windows5 essential tools for the PHP Developer on Windows
5 essential tools for the PHP Developer on Windows
Stefan Koopmanschap9.1K views
The Power Of Refactoring (4developers Krakow) by Stefan Koopmanschap
The Power Of Refactoring (4developers Krakow)The Power Of Refactoring (4developers Krakow)
The Power Of Refactoring (4developers Krakow)
Stefan Koopmanschap1.5K views

Recently uploaded

.conf Go 2023 - How KPN drives Customer Satisfaction on IPTV by
.conf Go 2023 - How KPN drives Customer Satisfaction on IPTV.conf Go 2023 - How KPN drives Customer Satisfaction on IPTV
.conf Go 2023 - How KPN drives Customer Satisfaction on IPTVSplunk
86 views20 slides
JCon Live 2023 - Lice coding some integration problems by
JCon Live 2023 - Lice coding some integration problemsJCon Live 2023 - Lice coding some integration problems
JCon Live 2023 - Lice coding some integration problemsBernd Ruecker
67 views85 slides
[2023] Putting the R! in R&D.pdf by
[2023] Putting the R! in R&D.pdf[2023] Putting the R! in R&D.pdf
[2023] Putting the R! in R&D.pdfEleanor McHugh
38 views127 slides
TE Connectivity: Card Edge Interconnects by
TE Connectivity: Card Edge InterconnectsTE Connectivity: Card Edge Interconnects
TE Connectivity: Card Edge InterconnectsCXL Forum
96 views12 slides
MemVerge: Memory Viewer Software by
MemVerge: Memory Viewer SoftwareMemVerge: Memory Viewer Software
MemVerge: Memory Viewer SoftwareCXL Forum
118 views10 slides
GigaIO: The March of Composability Onward to Memory with CXL by
GigaIO: The March of Composability Onward to Memory with CXLGigaIO: The March of Composability Onward to Memory with CXL
GigaIO: The March of Composability Onward to Memory with CXLCXL Forum
126 views12 slides

Recently uploaded(20)

.conf Go 2023 - How KPN drives Customer Satisfaction on IPTV by Splunk
.conf Go 2023 - How KPN drives Customer Satisfaction on IPTV.conf Go 2023 - How KPN drives Customer Satisfaction on IPTV
.conf Go 2023 - How KPN drives Customer Satisfaction on IPTV
Splunk86 views
JCon Live 2023 - Lice coding some integration problems by Bernd Ruecker
JCon Live 2023 - Lice coding some integration problemsJCon Live 2023 - Lice coding some integration problems
JCon Live 2023 - Lice coding some integration problems
Bernd Ruecker67 views
[2023] Putting the R! in R&D.pdf by Eleanor McHugh
[2023] Putting the R! in R&D.pdf[2023] Putting the R! in R&D.pdf
[2023] Putting the R! in R&D.pdf
Eleanor McHugh38 views
TE Connectivity: Card Edge Interconnects by CXL Forum
TE Connectivity: Card Edge InterconnectsTE Connectivity: Card Edge Interconnects
TE Connectivity: Card Edge Interconnects
CXL Forum96 views
MemVerge: Memory Viewer Software by CXL Forum
MemVerge: Memory Viewer SoftwareMemVerge: Memory Viewer Software
MemVerge: Memory Viewer Software
CXL Forum118 views
GigaIO: The March of Composability Onward to Memory with CXL by CXL Forum
GigaIO: The March of Composability Onward to Memory with CXLGigaIO: The March of Composability Onward to Memory with CXL
GigaIO: The March of Composability Onward to Memory with CXL
CXL Forum126 views
AMD: 4th Generation EPYC CXL Demo by CXL Forum
AMD: 4th Generation EPYC CXL DemoAMD: 4th Generation EPYC CXL Demo
AMD: 4th Generation EPYC CXL Demo
CXL Forum126 views
"AI Startup Growth from Idea to 1M ARR", Oleksandr Uspenskyi by Fwdays
"AI Startup Growth from Idea to 1M ARR", Oleksandr Uspenskyi"AI Startup Growth from Idea to 1M ARR", Oleksandr Uspenskyi
"AI Startup Growth from Idea to 1M ARR", Oleksandr Uspenskyi
Fwdays26 views
Web Dev - 1 PPT.pdf by gdsczhcet
Web Dev - 1 PPT.pdfWeb Dev - 1 PPT.pdf
Web Dev - 1 PPT.pdf
gdsczhcet52 views
Five Things You SHOULD Know About Postman by Postman
Five Things You SHOULD Know About PostmanFive Things You SHOULD Know About Postman
Five Things You SHOULD Know About Postman
Postman25 views
AI: mind, matter, meaning, metaphors, being, becoming, life values by Twain Liu 刘秋艳
AI: mind, matter, meaning, metaphors, being, becoming, life valuesAI: mind, matter, meaning, metaphors, being, becoming, life values
AI: mind, matter, meaning, metaphors, being, becoming, life values
Spesifikasi Lengkap ASUS Vivobook Go 14 by Dot Semarang
Spesifikasi Lengkap ASUS Vivobook Go 14Spesifikasi Lengkap ASUS Vivobook Go 14
Spesifikasi Lengkap ASUS Vivobook Go 14
Dot Semarang35 views
How to reduce cold starts for Java Serverless applications in AWS at JCON Wor... by Vadym Kazulkin
How to reduce cold starts for Java Serverless applications in AWS at JCON Wor...How to reduce cold starts for Java Serverless applications in AWS at JCON Wor...
How to reduce cold starts for Java Serverless applications in AWS at JCON Wor...
Vadym Kazulkin70 views
Business Analyst Series 2023 - Week 3 Session 5 by DianaGray10
Business Analyst Series 2023 -  Week 3 Session 5Business Analyst Series 2023 -  Week 3 Session 5
Business Analyst Series 2023 - Week 3 Session 5
DianaGray10165 views
"Thriving Culture in a Product Company — Practical Story", Volodymyr Tsukur by Fwdays
"Thriving Culture in a Product Company — Practical Story", Volodymyr Tsukur"Thriving Culture in a Product Company — Practical Story", Volodymyr Tsukur
"Thriving Culture in a Product Company — Practical Story", Volodymyr Tsukur
Fwdays40 views
MemVerge: Gismo (Global IO-free Shared Memory Objects) by CXL Forum
MemVerge: Gismo (Global IO-free Shared Memory Objects)MemVerge: Gismo (Global IO-free Shared Memory Objects)
MemVerge: Gismo (Global IO-free Shared Memory Objects)
CXL Forum112 views
Understanding GenAI/LLM and What is Google Offering - Felix Goh by NUS-ISS
Understanding GenAI/LLM and What is Google Offering - Felix GohUnderstanding GenAI/LLM and What is Google Offering - Felix Goh
Understanding GenAI/LLM and What is Google Offering - Felix Goh
NUS-ISS39 views
"Fast Start to Building on AWS", Igor Ivaniuk by Fwdays
"Fast Start to Building on AWS", Igor Ivaniuk"Fast Start to Building on AWS", Igor Ivaniuk
"Fast Start to Building on AWS", Igor Ivaniuk
Fwdays36 views

Myphp-busters: symfony framework (php|tek 09)