SlideShare a Scribd company logo
1 of 155
Web App Scaffolding Less glamour, more guts Cal Henderson FOWA London 2010
1 Oct 5th, 2010 Hello!
2 Oct 5th, 2010 Nerd
3 Oct 5th, 2010 Flickr
4 Oct 5th, 2010
5 Oct 5th, 2010 Swordfish
6 Oct 5th, 2010
7 Oct 5th, 2010 Glamorous!
8 Oct 5th, 2010 Behind-the-scenes stuff
9 Oct 5th, 2010
10 Oct 5th, 2010 Not a tutorial Google stuff
11 Oct 5th, 2010 100 Tips & Tricks
12 Oct 5th, 2010 Don’t trust 3’s, 10’s, 100’s
124 Tools & Tips No padding, nothing removed Cal Henderson FOWA London 2010
14 Oct 5th, 2010 By category
15 Oct 5th, 2010 Big 3 Source control Bug tracking Single step deploy
Source Control 16 Oct 5th, 2010
17 Oct 5th, 2010
18 Oct 5th, 2010 Gitvs SVN
19 Oct 5th, 2010 Gitvs SVN
20 Oct 5th, 2010
21 Oct 5th, 2010 Browsing
22 Oct 5th, 2010
23 Oct 5th, 2010 Diffs
24 Oct 5th, 2010 Diffs
25 Oct 5th, 2010 Beyond Compare
26 Oct 5th, 2010 Beyond Compare
Task lists Oct 5th, 2010 27
28 Oct 5th, 2010 Wiki
29 Oct 5th, 2010 MediaWiki Confluence PmWiki PBWiki JotSpot GitWiki
30 Oct 5th, 2010 Google Docs
31 Oct 5th, 2010 Spreadsheets
32 Oct 5th, 2010 Drawings
33 Oct 5th, 2010 Bug trackers
34 Oct 5th, 2010 Bugzilla
35 Oct 5th, 2010
36 Oct 5th, 2010
37 Oct 5th, 2010
38 Oct 5th, 2010 Excel
39 Oct 5th, 2010 Stats & graphs
Deployment Oct 5th, 2010 40
41 Oct 5th, 2010 One button deploy
42 Oct 5th, 2010 Visible error messages
43 Oct 5th, 2010 Lint checking
44 Oct 5th, 2010 Minify Dojo Compressor Google Closure Compiler JSMin UglifyJS
45 Oct 5th, 2010 Minify (CSS) YUI Compressor Minify
46 Oct 5th, 2010 Images too Smush.it pngcrush OptiPNG PNGOUT
47 Oct 5th, 2010 64,541 to 24,074 63% saved
48 Oct 5th, 2010 GZip /usr/bin/gzip -cn9 big.js > small.js.gz
49 Oct 5th, 2010 Deployed revisions
50 Oct 5th, 2010 Deployed diffs
51 Oct 5th, 2010 Baked versions
52 Oct 5th, 2010 Baked versions
53 Oct 5th, 2010 Separate config deploy
54 Oct 5th, 2010 Config editor
55 Oct 5th, 2010
56 Oct 5th, 2010 The ‘Cloud’
57 Oct 5th, 2010 Node.js
Authentication Oct 5th, 2010 58
59 Oct 5th, 2010 Master password
60 Oct 5th, 2010 SSO (Single Sign On)
61 Oct 5th, 2010 Role based permissions
62 Oct 5th, 2010 Easy to see who has access to what
63 Oct 5th, 2010 Easy to remove people
64 Oct 5th, 2010 Separate from app accounts
Communicating Oct 5th, 2010 65
66 Oct 5th, 2010 IM
67 Oct 5th, 2010 Group IM
68 Oct 5th, 2010 IRC qwebirc CGI:IRC logirc
69 Oct 5th, 2010 Mobile interface
70 Oct 5th, 2010 Push messages in irccat
71 Oct 5th, 2010 Pastebin
72 Oct 5th, 2010
Testing Oct 5th, 2010 73
74 Oct 5th, 2010 Tinderbox
75 Oct 5th, 2010
76 Oct 5th, 2010
77 Oct 5th, 2010 BuildBot
78 Oct 5th, 2010 Talk to me about testing?
Debugging Oct 5th, 2010 79
80 Oct 5th, 2010 Query viewer
81 Oct 5th, 2010 Aggregate timings
82 Oct 5th, 2010 EXPLAIN
83 Oct 5th, 2010
84 Oct 5th, 2010 Inline results
85 Oct 5th, 2010 Not just SELECTs! Cache fetches HTTP requests Etc!
86 Oct 5th, 2010 MySQL Query Profiler
Logging Oct 5th, 2010 87
88 Oct 5th, 2010 Aggregation
89 Oct 5th, 2010 Aggregation Spread
90 Oct 5th, 2010 Aggregation Scribe
91 Oct 5th, 2010 Aggregation logSmush
92 Oct 5th, 2010 On a web page Clarity logTailer
93 Oct 5th, 2010 IRC logs
Monitoring Oct 5th, 2010 94
95 Oct 5th, 2010 Nagios
96 Oct 5th, 2010 Ganglia
97 Oct 5th, 2010 Cacti
98 Oct 5th, 2010 Graphite
99 Oct 5th, 2010 So… Many… Stats
100 Oct 5th, 2010 Memcache: 79 stats
101 Oct 5th, 2010 MySQL 5.0: 249 stats
102 Oct 5th, 2010 Custom RRDs
103 Oct 5th, 2010 StatsD / rollup
104 Oct 5th, 2010 ASCII Graphs
105 Oct 5th, 2010
Analytics Oct 5th, 2010 106
107 Oct 5th, 2010 Dashboards
108 Oct 5th, 2010 Show in-depth data
109 Oct 5th, 2010 Then summarize!
110 Oct 5th, 2010 Google charts API
111 Oct 5th, 2010 <3
112 Oct 5th, 2010 Ghetto graphs
113 Oct 5th, 2010 Log analysis Analog AWStats Webalizer
114 Oct 5th, 2010
115 Oct 5th, 2010
Performance Oct 5th, 2010 116
117 Oct 5th, 2010 YSlow
118 Oct 5th, 2010 Page Speed
119 Oct 5th, 2010 Speed Tracer
120 Oct 5th, 2010 Gomez Keynote
121 Oct 5th, 2010 Boomerang
122 Oct 5th, 2010 Unique cookies
123 Oct 5th, 2010 Bucket testing
Caching Oct 5th, 2010 124
125 Oct 5th, 2010 Cache vs. DB
126 Oct 5th, 2010 Origin tagging {id: 12, title: ‘my photo’} {id: 12, title: ‘my photo’, origin: ‘/update.php > update_photo()’} {id: 12, title: ‘my photo’, origin: ‘20a542ef556dc004’}
Databases Oct 5th, 2010 127
128 Oct 5th, 2010 SQL is awesome
129 Oct 5th, 2010 phpMyAdmin
130 Oct 5th, 2010
131 Oct 5th, 2010 Denormalized checking tool
132 Oct 5th, 2010 Resumable, chunkable tools
133 Oct 5th, 2010 SQL origin tagging SELECT * FROM stuff -- update.php:372
134 Oct 5th, 2010 MySQL query profiler
135 Oct 5th, 2010 InnoDB statistics SHOW ENGINE INNODB STATUS
136 Oct 5th, 2010 Mirror checker
137 Oct 5th, 2010 Federation checker
138 Oct 5th, 2010 Federated object distribution
Admin tools Oct 5th, 2010 139
140 Oct 5th, 2010 Direct to database
141 Oct 5th, 2010 Everything is possible Save some time
142 Oct 5th, 2010 User overview page
143 Oct 5th, 2010 ‘Notes’
144 Oct 5th, 2010 Log in as…
145 Oct 5th, 2010 Search everything
146 Oct 5th, 2010 Public site integration
147 Oct 5th, 2010 Public site integration
148 Oct 5th, 2010 Forum -> Bug Forum -> CC Case
Tools for everything Oct 5th, 2010 149
150 Oct 5th, 2010 Use robots for good
151 Oct 5th, 2010
152 Oct 5th, 2010 Thanks!
Photo Credits 153 Oct 5th, 2010 flickr.com/photos/cmcphotos/126235971/ flickr.com/photos/geminidustin/275375865/ flickr.com/photos/henrybloomfield/3709808574/ flickr.com/photos/wowcool/4180739560/ flickr.com/photos/mylesdgrant/4350641052/ flickr.com/photos/isolano/423026153/ flickr.com/photos/difusa/131100622/ flickr.com/photos/traftery/4947530411/ flickr.com/photos/dragonhawk/1431251268/ flickr.com/photos/snacktime2007/3898675635/ flickr.com/photos/sharynmorrow/116400199/ flickr.com/photos/andriuxuk/4532308416/ flickr.com/photos/cadzooks/4276790975/ flickr.com/photos/kteague/371391996/ flickr.com/photos/eggplant/44101655/ flickr.com/photos/add1sun/4808253780/ flickr.com/photos/dunechaser/2429621030/ flickr.com/photos/fauxaddress/2920545866/ flickr.com/photos/joshb/2216861163/ flickr.com/photos/emzee/278221145/ flickr.com/photos/arthur-caranta/2925352521/ flickr.com/photos/wiccked/45438217/ flickr.com/photos/swiv/385665008/ flickr.com/photos/eleanor_black/4569016334/ flickr.com/photos/xamad/518876976/ flickr.com/photos/eneas/175027945/ flickr.com/photos/soldiersmediacenter/397708723/ flickr.com/photos/anirudhkoul/3725939594/ flickr.com/photos/edublogger/400743014/ flickr.com/photos/kaoticsnow/4044892694/ flickr.com/photos/rinux/631345826/ ,[object Object]
flickr.com/photos/djbrady/1238664937/

More Related Content

Viewers also liked

6 scaffolding strategies to use with your students
6 scaffolding strategies to use with your students6 scaffolding strategies to use with your students
6 scaffolding strategies to use with your studentsNoor Eleman
 
Scaffolding Power Point
Scaffolding Power PointScaffolding Power Point
Scaffolding Power PointAshlow
 
Scaffolding
ScaffoldingScaffolding
Scaffoldingstooty s
 
Scalable Web Architectures: Common Patterns and Approaches - Web 2.0 Expo NYC
Scalable Web Architectures: Common Patterns and Approaches - Web 2.0 Expo NYCScalable Web Architectures: Common Patterns and Approaches - Web 2.0 Expo NYC
Scalable Web Architectures: Common Patterns and Approaches - Web 2.0 Expo NYCCal Henderson
 

Viewers also liked (8)

SCAFFOLDING
SCAFFOLDINGSCAFFOLDING
SCAFFOLDING
 
6 scaffolding strategies to use with your students
6 scaffolding strategies to use with your students6 scaffolding strategies to use with your students
6 scaffolding strategies to use with your students
 
Scaffolding Technique
Scaffolding TechniqueScaffolding Technique
Scaffolding Technique
 
Scaffolding Power Point
Scaffolding Power PointScaffolding Power Point
Scaffolding Power Point
 
Scaffolding
ScaffoldingScaffolding
Scaffolding
 
Scaffolding content and language
Scaffolding content and languageScaffolding content and language
Scaffolding content and language
 
Scaffolding
ScaffoldingScaffolding
Scaffolding
 
Scalable Web Architectures: Common Patterns and Approaches - Web 2.0 Expo NYC
Scalable Web Architectures: Common Patterns and Approaches - Web 2.0 Expo NYCScalable Web Architectures: Common Patterns and Approaches - Web 2.0 Expo NYC
Scalable Web Architectures: Common Patterns and Approaches - Web 2.0 Expo NYC
 

Similar to Web App Scaffolding - FOWA London 2010

In depth with html5 java2days 2010
In depth with html5 java2days 2010In depth with html5 java2days 2010
In depth with html5 java2days 2010Mystic Coders, LLC
 
Html5/CSS3 in shanghai 2010
Html5/CSS3 in shanghai 2010Html5/CSS3 in shanghai 2010
Html5/CSS3 in shanghai 2010Zi Bin Cheah
 
Sencha Touch Workshop
Sencha Touch WorkshopSencha Touch Workshop
Sencha Touch WorkshopDavid Kaneda
 
Browsers & Web Technology - an Opera talk
Browsers & Web Technology - an Opera talkBrowsers & Web Technology - an Opera talk
Browsers & Web Technology - an Opera talkZi Bin Cheah
 
谈一谈HTML5/CSS3 @ WebRebuild 2010
谈一谈HTML5/CSS3 @ WebRebuild 2010谈一谈HTML5/CSS3 @ WebRebuild 2010
谈一谈HTML5/CSS3 @ WebRebuild 2010Zi Bin Cheah
 
Cutting Edge CSS3 @ WebExpo Tour 2010
Cutting Edge CSS3 @ WebExpo Tour 2010Cutting Edge CSS3 @ WebExpo Tour 2010
Cutting Edge CSS3 @ WebExpo Tour 2010Zi Bin Cheah
 
IE9 для разработчиков
IE9 для разработчиковIE9 для разработчиков
IE9 для разработчиковYuriy Artyukh
 
OpenStack Summit, A Community of Service Providers
OpenStack Summit, A Community of Service ProvidersOpenStack Summit, A Community of Service Providers
OpenStack Summit, A Community of Service ProvidersAndrew Shafer
 
RIA Unleashed - Developing for the TV with litl os
RIA Unleashed - Developing for the TV with litl osRIA Unleashed - Developing for the TV with litl os
RIA Unleashed - Developing for the TV with litl osryancanulla
 
AtlasCamp 2010: Needs more jQuery - Using advanced Javascript in Atlassian Pl...
AtlasCamp 2010: Needs more jQuery - Using advanced Javascript in Atlassian Pl...AtlasCamp 2010: Needs more jQuery - Using advanced Javascript in Atlassian Pl...
AtlasCamp 2010: Needs more jQuery - Using advanced Javascript in Atlassian Pl...Atlassian
 
AtlasCamp 2010: Needs more jQuery - Using advanced Javascript in Atlassian Pl...
AtlasCamp 2010: Needs more jQuery - Using advanced Javascript in Atlassian Pl...AtlasCamp 2010: Needs more jQuery - Using advanced Javascript in Atlassian Pl...
AtlasCamp 2010: Needs more jQuery - Using advanced Javascript in Atlassian Pl...Atlassian
 
AtlasCamp 2010: Needs more jQuery - Using advanced Javascript in Atlassian Pl...
AtlasCamp 2010: Needs more jQuery - Using advanced Javascript in Atlassian Pl...AtlasCamp 2010: Needs more jQuery - Using advanced Javascript in Atlassian Pl...
AtlasCamp 2010: Needs more jQuery - Using advanced Javascript in Atlassian Pl...Atlassian
 
let's talk web standards
let's talk web standardslet's talk web standards
let's talk web standardsZi Bin Cheah
 
100 Openworld 2010 Countdown Tweets
100 Openworld 2010 Countdown Tweets100 Openworld 2010 Countdown Tweets
100 Openworld 2010 Countdown TweetsMohan Dutt
 
Sencha Touch beta — Amazing Mobile Web Apps with HTML5, CSS3 & JavaScript
Sencha Touch beta — Amazing Mobile Web Apps with HTML5, CSS3 & JavaScriptSencha Touch beta — Amazing Mobile Web Apps with HTML5, CSS3 & JavaScript
Sencha Touch beta — Amazing Mobile Web Apps with HTML5, CSS3 & JavaScriptDavid Kaneda
 
HTML5/CSS3 @ Baidu
HTML5/CSS3 @ BaiduHTML5/CSS3 @ Baidu
HTML5/CSS3 @ BaiduZi Bin Cheah
 
The Tech Side of Project Argo
The Tech Side of Project ArgoThe Tech Side of Project Argo
The Tech Side of Project ArgoWesley Lindamood
 

Similar to Web App Scaffolding - FOWA London 2010 (20)

In depth with html5 java2days 2010
In depth with html5 java2days 2010In depth with html5 java2days 2010
In depth with html5 java2days 2010
 
Html5/CSS3 in shanghai 2010
Html5/CSS3 in shanghai 2010Html5/CSS3 in shanghai 2010
Html5/CSS3 in shanghai 2010
 
Sencha Touch Workshop
Sencha Touch WorkshopSencha Touch Workshop
Sencha Touch Workshop
 
Browsers & Web Technology - an Opera talk
Browsers & Web Technology - an Opera talkBrowsers & Web Technology - an Opera talk
Browsers & Web Technology - an Opera talk
 
谈一谈HTML5/CSS3 @ WebRebuild 2010
谈一谈HTML5/CSS3 @ WebRebuild 2010谈一谈HTML5/CSS3 @ WebRebuild 2010
谈一谈HTML5/CSS3 @ WebRebuild 2010
 
Cutting Edge CSS3 @ WebExpo Tour 2010
Cutting Edge CSS3 @ WebExpo Tour 2010Cutting Edge CSS3 @ WebExpo Tour 2010
Cutting Edge CSS3 @ WebExpo Tour 2010
 
Chef
ChefChef
Chef
 
IE9 для разработчиков
IE9 для разработчиковIE9 для разработчиков
IE9 для разработчиков
 
OpenStack Summit, A Community of Service Providers
OpenStack Summit, A Community of Service ProvidersOpenStack Summit, A Community of Service Providers
OpenStack Summit, A Community of Service Providers
 
RIA Unleashed - Developing for the TV with litl os
RIA Unleashed - Developing for the TV with litl osRIA Unleashed - Developing for the TV with litl os
RIA Unleashed - Developing for the TV with litl os
 
AtlasCamp 2010: Needs more jQuery - Using advanced Javascript in Atlassian Pl...
AtlasCamp 2010: Needs more jQuery - Using advanced Javascript in Atlassian Pl...AtlasCamp 2010: Needs more jQuery - Using advanced Javascript in Atlassian Pl...
AtlasCamp 2010: Needs more jQuery - Using advanced Javascript in Atlassian Pl...
 
AtlasCamp 2010: Needs more jQuery - Using advanced Javascript in Atlassian Pl...
AtlasCamp 2010: Needs more jQuery - Using advanced Javascript in Atlassian Pl...AtlasCamp 2010: Needs more jQuery - Using advanced Javascript in Atlassian Pl...
AtlasCamp 2010: Needs more jQuery - Using advanced Javascript in Atlassian Pl...
 
AtlasCamp 2010: Needs more jQuery - Using advanced Javascript in Atlassian Pl...
AtlasCamp 2010: Needs more jQuery - Using advanced Javascript in Atlassian Pl...AtlasCamp 2010: Needs more jQuery - Using advanced Javascript in Atlassian Pl...
AtlasCamp 2010: Needs more jQuery - Using advanced Javascript in Atlassian Pl...
 
let's talk web standards
let's talk web standardslet's talk web standards
let's talk web standards
 
100 Openworld 2010 Countdown Tweets
100 Openworld 2010 Countdown Tweets100 Openworld 2010 Countdown Tweets
100 Openworld 2010 Countdown Tweets
 
Sencha Touch beta — Amazing Mobile Web Apps with HTML5, CSS3 & JavaScript
Sencha Touch beta — Amazing Mobile Web Apps with HTML5, CSS3 & JavaScriptSencha Touch beta — Amazing Mobile Web Apps with HTML5, CSS3 & JavaScript
Sencha Touch beta — Amazing Mobile Web Apps with HTML5, CSS3 & JavaScript
 
Html5 Development
Html5 DevelopmentHtml5 Development
Html5 Development
 
Html5 Apps
Html5 AppsHtml5 Apps
Html5 Apps
 
HTML5/CSS3 @ Baidu
HTML5/CSS3 @ BaiduHTML5/CSS3 @ Baidu
HTML5/CSS3 @ Baidu
 
The Tech Side of Project Argo
The Tech Side of Project ArgoThe Tech Side of Project Argo
The Tech Side of Project Argo
 

More from Cal Henderson

Moving Pictures - Web 2.0 Expo NYC
Moving Pictures - Web 2.0 Expo NYCMoving Pictures - Web 2.0 Expo NYC
Moving Pictures - Web 2.0 Expo NYCCal Henderson
 
Why I Hate Django - Part 2/2
Why I Hate Django - Part 2/2Why I Hate Django - Part 2/2
Why I Hate Django - Part 2/2Cal Henderson
 
Why I Hate Django - Part 1/2
Why I Hate Django - Part 1/2Why I Hate Django - Part 1/2
Why I Hate Django - Part 1/2Cal Henderson
 
I can has API? A Love Story
I can has API? A Love StoryI can has API? A Love Story
I can has API? A Love StoryCal Henderson
 
Ten reasons to love Web 2.0
Ten reasons to love Web 2.0Ten reasons to love Web 2.0
Ten reasons to love Web 2.0Cal Henderson
 
Web Services Mash-Up
Web Services Mash-UpWeb Services Mash-Up
Web Services Mash-UpCal Henderson
 

More from Cal Henderson (7)

Moving Pictures - Web 2.0 Expo NYC
Moving Pictures - Web 2.0 Expo NYCMoving Pictures - Web 2.0 Expo NYC
Moving Pictures - Web 2.0 Expo NYC
 
Why I Hate Django - Part 2/2
Why I Hate Django - Part 2/2Why I Hate Django - Part 2/2
Why I Hate Django - Part 2/2
 
Why I Hate Django - Part 1/2
Why I Hate Django - Part 1/2Why I Hate Django - Part 1/2
Why I Hate Django - Part 1/2
 
I can has API? A Love Story
I can has API? A Love StoryI can has API? A Love Story
I can has API? A Love Story
 
Scalable PHP
Scalable PHPScalable PHP
Scalable PHP
 
Ten reasons to love Web 2.0
Ten reasons to love Web 2.0Ten reasons to love Web 2.0
Ten reasons to love Web 2.0
 
Web Services Mash-Up
Web Services Mash-UpWeb Services Mash-Up
Web Services Mash-Up
 

Recently uploaded

FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsHyundai Motor Group
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxnull - The Open Security Community
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 

Recently uploaded (20)

The transition to renewables in India.pdf
The transition to renewables in India.pdfThe transition to renewables in India.pdf
The transition to renewables in India.pdf
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 

Web App Scaffolding - FOWA London 2010