Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Porque criar seu próprio framework PHP
Search
Dan Jesus
August 29, 2012
Programming
3
590
Porque criar seu próprio framework PHP
Talk apresentado no PHPub 08-2012 - Comemoração de 1 ano de PHPub SP!
Dan Jesus
August 29, 2012
Tweet
Share
More Decks by Dan Jesus
See All by Dan Jesus
Frameworks da Nova Era PHP
danjesus
1
100
Turbinando seu Ambiente com Yeoman - TDC SP 2013
danjesus
0
270
Ferramentas e Produtividade em JS
danjesus
3
150
Turbinando seu ambiente de desenvolvimento com Yeoman
danjesus
3
230
Other Decks in Programming
See All in Programming
Oracle Database Technology Night 92 Database Connection control FAN-AC
oracle4engineer
PRO
1
280
AI OCR API on Lambdaを Datadogで可視化してみた
nealle
0
210
ライブ配信サービスの インフラのジレンマ -マルチクラウドに至ったワケ-
mirrativ
2
270
マイコンでもRustのtestがしたい その2/KernelVM Tokyo 18
tnishinaga
2
2.3k
パッケージ設計の黒魔術/Kyoto.go#63
lufia
2
300
Portapad紹介プレゼンテーション
gotoumakakeru
1
130
MCPで実現するAIエージェント駆動のNext.jsアプリデバッグ手法
nyatinte
7
960
Ruby Parser progress report 2025
yui_knk
1
170
Langfuseと歩む生成AI活用推進
licux
3
310
兎に角、コードレビュー
mitohato14
0
150
LLMOpsのパフォーマンスを支える技術と現場で実践した改善
po3rin
8
990
あなたとJIT, 今すぐアセンブ ル
sisshiki1969
1
740
Featured
See All Featured
Building Flexible Design Systems
yeseniaperezcruz
328
39k
Agile that works and the tools we love
rasmusluckow
330
21k
Code Review Best Practice
trishagee
70
19k
The Language of Interfaces
destraynor
160
25k
The Art of Programming - Codeland 2020
erikaheidi
55
13k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
3.1k
Mobile First: as difficult as doing things right
swwweet
224
9.9k
Optimizing for Happiness
mojombo
379
70k
Product Roadmaps are Hard
iamctodd
PRO
54
11k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.4k
Building an army of robots
kneath
306
46k
Why You Should Never Use an ORM
jnunemaker
PRO
59
9.5k
Transcript
PhPub SP – Talks – 08-12 @dannjesus github.com/danjesus speakerdeck.com/u/danjesus
None
Um framework, em desenvolvimento de software, é uma abstração que
une códigos comuns entre vários projetos de software provendo uma funcionalidade genérica.
• Código testado • Agilidade no desenvolvimento • Código seguindo
padrões • Soluções prontas (Upload, Paginadores, ORM) • Código atualizado • Desenvolvimento descentralizado
• PHP 5.1 • Safe Mode • Sem acesso à
SSH • Não exibe erros nem permite salvar em logs.
None
• Evolução pessoal • Facilita a implementação em ambientes ruins
• Codebase pequeno • Código fácil de manter • Código fácil de testar • Sair da zona de conforto
None