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
220
Other Decks in Programming
See All in Programming
ニーリーにおけるプロダクトエンジニア
nealle
0
340
Team topologies and the microservice architecture: a synergistic relationship
cer
PRO
0
1k
Rubyでやりたい駆動開発 / Ruby driven development
chobishiba
1
370
Haskell でアルゴリズムを抽象化する / 関数型言語で競技プログラミング
naoya
17
4.9k
Deep Dive into ~/.claude/projects
hiragram
8
1.4k
Benchmark
sysong
0
260
「ElixirでIoT!!」のこれまでとこれから
takasehideki
0
370
つよそうにふるまい、つよい成果を出すのなら、つよいのかもしれない
irof
1
300
たった 1 枚の PHP ファイルで実装する MCP サーバ / MCP Server with Vanilla PHP
okashoi
1
170
Webの外へ飛び出せ NativePHPが切り拓くPHPの未来
takuyakatsusa
2
350
Google Agent Development Kit でLINE Botを作ってみた
ymd65536
2
160
エンジニア向け採用ピッチ資料
inusan
0
160
Featured
See All Featured
A designer walks into a library…
pauljervisheath
206
24k
A Tale of Four Properties
chriscoyier
160
23k
Docker and Python
trallard
44
3.4k
The Power of CSS Pseudo Elements
geoffreycrofte
77
5.8k
Designing for humans not robots
tammielis
253
25k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
32
2.3k
RailsConf 2023
tenderlove
30
1.1k
VelocityConf: Rendering Performance Case Studies
addyosmani
330
24k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Automating Front-end Workflow
addyosmani
1370
200k
BBQ
matthewcrist
89
9.7k
Unsuck your backbone
ammeep
671
58k
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