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
なんとなくわかった気になるブロックテーマ入門/contents.nagoya 2025 6.28
chiilog
1
280
Python型ヒント完全ガイド 初心者でも分かる、現代的で実践的な使い方
mickey_kubo
1
180
猫と暮らす Google Nest Cam生活🐈 / WebRTC with Google Nest Cam
yutailang0119
0
160
Rails Frontend Evolution: It Was a Setup All Along
skryukov
0
240
Git Sync を超える!OSS で実現する CDK Pull 型デプロイ / Deploying CDK with PipeCD in Pull-style
tkikuc
4
240
ペアプロ × 生成AI 現場での実践と課題について / generative-ai-in-pair-programming
codmoninc
2
20k
オンコール⼊⾨〜ページャーが鳴る前に、あなたが備えられること〜 / Before The Pager Rings
yktakaha4
1
770
20250708_JAWS_opscdk
takuyay0ne
2
120
顧客の画像データをテラバイト単位で配信する 画像サーバを WebP にした際に起こった課題と その対応策 ~継続的な取り組みを添えて~
takutakahashi
1
310
レベル1の開発生産性向上に取り組む − 日々の作業の効率化・自動化を通じた改善活動
kesoji
0
270
Google Agent Development Kit でLINE Botを作ってみた
ymd65536
2
260
なぜ適用するか、移行して理解するClean Architecture 〜構造を超えて設計を継承する〜 / Why Apply, Migrate and Understand Clean Architecture - Inherit Design Beyond Structure
seike460
PRO
3
790
Featured
See All Featured
The World Runs on Bad Software
bkeepers
PRO
69
11k
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
Building Adaptive Systems
keathley
43
2.7k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
830
Gamification - CAS2011
davidbonilla
81
5.4k
Writing Fast Ruby
sferik
628
62k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
47
9.6k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.4k
A Modern Web Designer's Workflow
chriscoyier
695
190k
A Tale of Four Properties
chriscoyier
160
23k
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