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
280
Ferramentas e Produtividade em JS
danjesus
3
160
Turbinando seu ambiente de desenvolvimento com Yeoman
danjesus
3
230
Other Decks in Programming
See All in Programming
クライアントワークでSREをするということ。あるいは事業会社におけるSREと同じこと・違うこと
nnaka2992
1
300
オブザーバビリティ駆動開発って実際どうなの?
yohfee
3
680
ベクトル検索のフィルタを用いた機械学習モデルとの統合 / python-meetup-fukuoka-06-vector-attr
monochromegane
2
290
Ruby x Terminal
a_matsuda
6
570
atmaCup #23でAIコーディングを活用した話
ml_bear
4
730
Claude Codeセッション現状確認 2026福岡 / fukuoka-aicoding-00-beacon
monochromegane
4
380
Event Storming
hschwentner
3
1.3k
AI主導でFastAPIのWebサービスを作るときに 人間が構造化すべき境界線
okajun35
0
510
RAGでハマりがちな"Excelの罠"を、データの構造化で突破する
harumiweb
9
2.4k
日本だけで解禁されているアプリ起動の方法
ryunakayama
0
370
NOT A HOTEL - 建築や人と融合し、自由を創り出すソフトウェア
not_a_hokuts
2
550
メタプログラミングで実現する「コードを仕様にする」仕組み/nikkei-tech-talk43
nikkei_engineer_recruiting
0
150
Featured
See All Featured
Site-Speed That Sticks
csswizardry
13
1.1k
HU Berlin: Industrial-Strength Natural Language Processing with spaCy and Prodigy
inesmontani
PRO
0
250
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.6k
Neural Spatial Audio Processing for Sound Field Analysis and Control
skoyamalab
0
200
Digital Ethics as a Driver of Design Innovation
axbom
PRO
1
210
How to Align SEO within the Product Triangle To Get Buy-In & Support - #RIMC
aleyda
1
1.4k
HDC tutorial
michielstock
1
490
Optimising Largest Contentful Paint
csswizardry
37
3.6k
It's Worth the Effort
3n
188
29k
Unsuck your backbone
ammeep
672
58k
State of Search Keynote: SEO is Dead Long Live SEO
ryanjones
0
150
Speed Design
sergeychernyshev
33
1.6k
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