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
110
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
iOSエンジニア向けの英語学習アプリを作る!
yukawashouhei
0
180
Catch Up: Go Style Guide Update
andpad
0
200
iOS 17で追加されたSubscriptionStoreView を利用して5分でサブスク実装チャレンジ
natmark
0
650
Railsだからできる 例外業務に禍根を残さない 設定設計パターン
ei_ei_eiichi
0
370
CSC305 Lecture 01
javiergs
PRO
1
400
ててべんす独演会〜Flowの全てを語ります〜
tbsten
1
220
CSC305 Lecture 02
javiergs
PRO
1
260
Model Pollution
hschwentner
1
190
CSC509 Lecture 03
javiergs
PRO
0
330
Six and a half ridiculous things to do with Quarkus
hollycummins
0
130
私達はmodernize packageに夢を見るか feat. go/analysis, go/ast / Go Conference 2025
kaorumuta
2
500
Cloudflare AgentsとAI SDKでAIエージェントを作ってみた
briete
0
130
Featured
See All Featured
Build your cross-platform service in a week with App Engine
jlugia
232
18k
Optimizing for Happiness
mojombo
379
70k
Art, The Web, and Tiny UX
lynnandtonic
303
21k
For a Future-Friendly Web
brad_frost
180
9.9k
The Straight Up "How To Draw Better" Workshop
denniskardys
237
140k
Making Projects Easy
brettharned
119
6.4k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
19
1.2k
Designing for Performance
lara
610
69k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
32
2.2k
A better future with KSS
kneath
239
17k
Producing Creativity
orderedlist
PRO
347
40k
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.4k
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