<!--
Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
End If
-->
Slide 8
Slide 8 text
WSH &
VBSCRIPT
Slide 9
Slide 9 text
PHP & MYSQL
HTML & JAVASCRIPT
Slide 10
Slide 10 text
HACKER
Slide 11
Slide 11 text
ENTREPRENEUR
Slide 12
Slide 12 text
CO-FOUNDER AT BLIMP
Slide 13
Slide 13 text
No content
Slide 14
Slide 14 text
No content
Slide 15
Slide 15 text
jpadilla.com
Slide 16
Slide 16 text
THE BACKEND
Slide 17
Slide 17 text
MAKING DEVELOPERS HAPPIER, MORE
PRODUCTIVE AND MORE EFFICIENT
Slide 18
Slide 18 text
“We allow teams to function as independently as possible. Developers
are like artists; they produce their best work if they have the freedom
to do so, but they need good tools.”
Werner Vogels, CTO at Amazon
try finding the Monthly Report in the cache
if the data is in the cache:
return the cached Monthly Report
else:
execute complex and time-consuming queries
save the generated Monthly Report
return the cached Monthly Report