SlideShare a Scribd company logo
WordCamp 2012

WORDPRESS WEBAPPS
   Taylor Jasko | NetDNA/MaxCDN
  taylor@taylorjasko.com |   @tjasko




                  http://bit.ly/wordpress-app
ABOUT ME
•   Moved to L.A. nearly two months ago!
•   Age: 19 years young
•   Occupation: Online Marketing
    Specialist @ NetDNA
•   Swiss army knife of the web
    - HTML, CSS, JavaScript, SEO/SEM, PHP, Django, Perl,
    Ruby On Rails, Nginx, Apache, MySQL, Varnish, Memcached...

•   Hobbies: cycling, blogging, developing,
    designing, and StackExchange.


                                                                 @tjasko
WHAT IF I TOLD YOU...

• You   can make your site content download faster.

• Make   your website handle tons of traffic.

• Have   only two calls to your server per page load.

• Make   your users happy with nearly instant page loads.




                                                        @tjasko
ENTER THE
WORLD OF
WEBAPPS
        @tjasko
WHAT ARE WEBAPPS?
• The   terminology is iffy.

• Some examples of common webapps: Gmail, Facebook,
 Twitter, Dropbox, Google, and GitHub.

• Most   would say a webapp is like a desktop application.

• So
   what’s the difference between a webapp and a non-
 webapp?


                                                       @tjasko
STACKEXCHANGE SAYS...
WHAT MAKES UP A WEBAPP
1   Compact (everything is a click away)


2   Interactive user interface (a ‘native’ feeling)


3   Using specific device features (geolocation, iOS’s viewport)


4   Driven by the user (not the scroll wheel)


5   Browser navigation not needed (back button is dead)


6   Working offline (HTML5’s local storage)

                                                       @tjasko
WHY WEBAPPS?

• They’re   outright awesome.

• Users   know how to navigate around them.

• Another   excuse to use the latest technologies.

• Some    of the fastest sites around.



                                                     @tjasko
WORDPRESS & WEBAPPS



Is WordPress really meant for this?
WHY ON WORDPRESS?

• WordPress     offers an extensive interface to edit content.

• Friendly   templating is built right in...

• Over   21,194 plugins.

• And   lastly... custom fields!



                                                            @tjasko
YES, IT’S POSSIBLE!
WHAT’S FOR ME?
• Endless    possibilities for a WordPress webapp.
  - Realtor Listings, Yellow Pages, Product Showcase, Blog Posts...

• Better    user interactions/conversions.

• Easier   to manage and edit.

• Scale   on ‘the cloud’... say buh bye to DDoSers.

• Most   content can be static and is CDN-ready.

                                                                      @tjasko
FANCY BUZZ WORDS?
 - CDN (Content Delivery Network):
• Delivers   your site’s static file

• Files   transfer through hundreds of servers

• Redundant        and scalable

• Files   are sent to the user from the closest server


                                                         @tjasko
TYPICAL WORDPRESS THEME
TYPICAL WORDPRESS THEME
TYPICAL WORDPRESS THEME
TYPICAL WORDPRESS THEME
TYPICAL WORDPRESS THEME
TYPICAL WORDPRESS THEME
TYPICAL WORDPRESS THEME
TYPICAL WORDPRESS THEME
TYPICAL WORDPRESS THEME
TYPICAL WORDPRESS THEME
TYPICAL WORDPRESS THEME
TYPICAL WORDPRESS THEME
TYPICAL WORDPRESS THEME
TYPICAL WORDPRESS THEME
WEBAPP WORDPRESS THEME
WEBAPP WORDPRESS THEME
LET’S GET DIRTY...
LET’S GET DIRTY...
LET’S GET DIRTY...
LET’S GET DIRTY...
LET’S GET DIRTY...
LET’S GET DIRTY...
LET’S GET DIRTY...
LET’S GET DIRTY...
LET’S GET DIRTY...
WHAT’S WRONG?
•   Markup is duplicated (the styling of the site)


•   Repeated content (titles & links)


•   Slower to download


•   Can be fixed with JSON (Twitter, Facebook, & Google uses it)


                                                       @tjasko
MAKE IT SIMPLE
       WITH JSON
JavaScript Object Notation


•   No duplicate content


•   Very minimal


•   Tiny when compressed


•   Nothing to mess up
POST ID
GRAVATAR IMAGE
PERMALINK
SLUG
POST TILE
DATE POSTED
TAGS
POST CONTENT
AUTHOR INFO
HOW SMALL IS IT?




                   @tjasko
HOW SMALL IS IT?




                   @tjasko
HOW SMALL IS IT?




                   @tjasko
THAT’S MORE THAN
    3 TIMES
   SMALLER!

              @tjasko
BUT WHAT ABOUT STYLING?
              John Resig
              (creator of
              jQuery) created a
              mini JavaScript
              templating
              function.
JAVASCRIPT
TEMPLATING
• All
   styling is delivered by the
 web host, parsed by the
 user

• Lessresources needed
 on your server

• Faster for your users
 and on your server
JAVASCRIPT TEMPLATING
TEMPLATE NAME
POST ID
COMPUTATION
GET IMAGE LINKS
CREATE LINKS
BUT IT CAN BE FASTER
                A lot faster... nearly instant.

• As   this JSON content is static, it can be cached.

• But   what happens if I make an edit to the post?

• You    can use a simple “hashing” system.

     hashing system will use cache busting (based on
• This
 query strings).


                                                        @tjasko
CACHE BUSTING

• A “random” string    appended to the URL.

• http://5tatic.com/api/?post=samplepost&key=xyz123

• Thisvalue would be based on the last modified date of the
 post.

• Let’s   see how this would work...


                                                      @tjasko
Will output
something like...

d3ab37f3965
55224f4c5bf
 59cac46ae4
WHAT ABOUT SEO
         Search Engine Optimization
• Optimallythere will be two versions of a post.
    - One version Google can see.
    - One version users will see.
• When   a post is loaded, it does it for search engines and users.

• On   the homepage, Google can still crawl the site, even though
 it is entirely dynamic.


                                                           @tjasko
SO, WHAT WERE THOSE
            TWO CALLS?
• The   first call to the server would be the main page.

• The second call would be an AJAX request to the server,
 getting the hash various content types.
   - First page of posts
   - Any featured content
• Everything else can be served by a CDN:
   - Images, CSS, JS, JSON, etc...

                                                          @tjasko
ENTER WORDAPP
          http://GetWordApp.com

• Fully   open source
• Incredibly   fast
• Easy    to follow
• Highly   extendable

                                  @tjasko
ENTER WORDAPP
       Available
     on      now!

Check out GetWordApp.com
     for more details.

                      @tjasko
ANY QUESTIONS?
  Ask away WordPressers!


Check out GetWordApp.com
     for more details.

           taylor@taylorjasko.com |   @tjasko

More Related Content

What's hot

My Website is Old Enough to Vote - My Website Can Vote - Building Sites That ...
My Website is Old Enough to Vote - My Website Can Vote - Building Sites That ...My Website is Old Enough to Vote - My Website Can Vote - Building Sites That ...
My Website is Old Enough to Vote - My Website Can Vote - Building Sites That ...
Kristine Howard
 
Untangling the web week 2 - SEO
Untangling the web week 2 - SEOUntangling the web week 2 - SEO
Untangling the web week 2 - SEO
Derek Jacoby
 
PAC 2019 virtual Mark Tomlinson
PAC 2019 virtual Mark TomlinsonPAC 2019 virtual Mark Tomlinson
PAC 2019 virtual Mark Tomlinson
Neotys
 
Untangling the web - week 3
Untangling the web - week 3Untangling the web - week 3
Untangling the web - week 3
Derek Jacoby
 
Website design & developemet
Website design & developemetWebsite design & developemet
Website design & developemet
Apurva Tripathi
 
Week01 jan19 introductionto_php
Week01 jan19 introductionto_phpWeek01 jan19 introductionto_php
Week01 jan19 introductionto_phpJeanho Chu
 
Week01 jan19 introductionto_php
Week01 jan19 introductionto_phpWeek01 jan19 introductionto_php
Week01 jan19 introductionto_phpJeanho Chu
 
My Website Is Old Enough To Vote - Kris Howard
My Website Is Old Enough To Vote - Kris HowardMy Website Is Old Enough To Vote - Kris Howard
My Website Is Old Enough To Vote - Kris Howard
WordCamp Sydney
 
[Rakuten TechConf2014] [C-2] Big Data for eBooks and eReaders
[Rakuten TechConf2014] [C-2] Big Data for eBooks and eReaders[Rakuten TechConf2014] [C-2] Big Data for eBooks and eReaders
[Rakuten TechConf2014] [C-2] Big Data for eBooks and eReaders
Rakuten Group, Inc.
 
Introducing MongoBase
Introducing MongoBaseIntroducing MongoBase
Introducing MongoBase
r1dotmy
 
Copass + Ruby on Rails = <3 - From Simplicity to Complexity
Copass + Ruby on Rails = <3 - From Simplicity to ComplexityCopass + Ruby on Rails = <3 - From Simplicity to Complexity
Copass + Ruby on Rails = <3 - From Simplicity to Complexity
Augustin Riedinger
 
Introducing MongoPress
Introducing MongoPressIntroducing MongoPress
Introducing MongoPress
Mark Smalley
 
Building a WordPress Sandbox
Building a WordPress SandboxBuilding a WordPress Sandbox
Building a WordPress Sandbox
Joe Querin
 
Untangling spring week3
Untangling spring week3Untangling spring week3
Untangling spring week3
Derek Jacoby
 
Front End page speed performance improvements for Drupal
Front End page speed performance improvements for DrupalFront End page speed performance improvements for Drupal
Front End page speed performance improvements for Drupal
Andy Kucharski
 
Scaling Drupal @ iMoney - DrupalCamp Singapore 2014
Scaling Drupal @ iMoney - DrupalCamp Singapore 2014Scaling Drupal @ iMoney - DrupalCamp Singapore 2014
Scaling Drupal @ iMoney - DrupalCamp Singapore 2014
imoneytech
 
WordPress APIs
WordPress APIsWordPress APIs
WordPress APIs
mdawaffe
 

What's hot (20)

My Website is Old Enough to Vote - My Website Can Vote - Building Sites That ...
My Website is Old Enough to Vote - My Website Can Vote - Building Sites That ...My Website is Old Enough to Vote - My Website Can Vote - Building Sites That ...
My Website is Old Enough to Vote - My Website Can Vote - Building Sites That ...
 
Untangling the web week 2 - SEO
Untangling the web week 2 - SEOUntangling the web week 2 - SEO
Untangling the web week 2 - SEO
 
Ride The Bus!
Ride The Bus!Ride The Bus!
Ride The Bus!
 
PAC 2019 virtual Mark Tomlinson
PAC 2019 virtual Mark TomlinsonPAC 2019 virtual Mark Tomlinson
PAC 2019 virtual Mark Tomlinson
 
Untangling the web - week 3
Untangling the web - week 3Untangling the web - week 3
Untangling the web - week 3
 
Website design & developemet
Website design & developemetWebsite design & developemet
Website design & developemet
 
Week01 jan19 introductionto_php
Week01 jan19 introductionto_phpWeek01 jan19 introductionto_php
Week01 jan19 introductionto_php
 
Week01 jan19 introductionto_php
Week01 jan19 introductionto_phpWeek01 jan19 introductionto_php
Week01 jan19 introductionto_php
 
My Website Is Old Enough To Vote - Kris Howard
My Website Is Old Enough To Vote - Kris HowardMy Website Is Old Enough To Vote - Kris Howard
My Website Is Old Enough To Vote - Kris Howard
 
[Rakuten TechConf2014] [C-2] Big Data for eBooks and eReaders
[Rakuten TechConf2014] [C-2] Big Data for eBooks and eReaders[Rakuten TechConf2014] [C-2] Big Data for eBooks and eReaders
[Rakuten TechConf2014] [C-2] Big Data for eBooks and eReaders
 
Introducing MongoBase
Introducing MongoBaseIntroducing MongoBase
Introducing MongoBase
 
Copass + Ruby on Rails = <3 - From Simplicity to Complexity
Copass + Ruby on Rails = <3 - From Simplicity to ComplexityCopass + Ruby on Rails = <3 - From Simplicity to Complexity
Copass + Ruby on Rails = <3 - From Simplicity to Complexity
 
Introducing MongoPress
Introducing MongoPressIntroducing MongoPress
Introducing MongoPress
 
Building a WordPress Sandbox
Building a WordPress SandboxBuilding a WordPress Sandbox
Building a WordPress Sandbox
 
Untangling spring week3
Untangling spring week3Untangling spring week3
Untangling spring week3
 
Front End page speed performance improvements for Drupal
Front End page speed performance improvements for DrupalFront End page speed performance improvements for Drupal
Front End page speed performance improvements for Drupal
 
Week01 jan19
Week01 jan19Week01 jan19
Week01 jan19
 
Amazon silk browser
Amazon silk browserAmazon silk browser
Amazon silk browser
 
Scaling Drupal @ iMoney - DrupalCamp Singapore 2014
Scaling Drupal @ iMoney - DrupalCamp Singapore 2014Scaling Drupal @ iMoney - DrupalCamp Singapore 2014
Scaling Drupal @ iMoney - DrupalCamp Singapore 2014
 
WordPress APIs
WordPress APIsWordPress APIs
WordPress APIs
 

Viewers also liked

Riesgos físicos
Riesgos físicosRiesgos físicos
Riesgos físicos
Lau! Suns
 
E governence
E governenceE governence
E governence
Dr. Ravindra Pastor
 
Iim ahmdbd presentation (simply superb - must understand workculture)
Iim ahmdbd presentation (simply superb - must understand workculture)Iim ahmdbd presentation (simply superb - must understand workculture)
Iim ahmdbd presentation (simply superb - must understand workculture)Chanchal Bhardwaj
 
Kshipra river convergence plan
Kshipra river convergence planKshipra river convergence plan
Kshipra river convergence plan
Dr. Ravindra Pastor
 
Mega event managemnt
Mega event managemntMega event managemnt
Mega event managemnt
Dr. Ravindra Pastor
 
Convergence in MGNREGS
Convergence in MGNREGSConvergence in MGNREGS
Convergence in MGNREGS
Dr. Ravindra Pastor
 
How to write a business plan
How to write a business planHow to write a business plan
How to write a business plan
Dr. Ravindra Pastor
 
Food processing in Madhya Pradesh
Food processing in Madhya Pradesh Food processing in Madhya Pradesh
Food processing in Madhya Pradesh
Dr. Ravindra Pastor
 
MPDPIP concept & organisation
MPDPIP concept & organisationMPDPIP concept & organisation
MPDPIP concept & organisation
Dr. Ravindra Pastor
 
Project mangement
Project mangementProject mangement
Project mangement
Dr. Ravindra Pastor
 
Activity based shg & producer organization
Activity based shg & producer organizationActivity based shg & producer organization
Activity based shg & producer organizationDr. Ravindra Pastor
 
Operational manual for SHG promotion 13 9-09 8 pm
Operational manual for SHG promotion 13 9-09 8 pmOperational manual for SHG promotion 13 9-09 8 pm
Operational manual for SHG promotion 13 9-09 8 pm
Dr. Ravindra Pastor
 
Smart governance
Smart governanceSmart governance
Smart governance
Dr. Ravindra Pastor
 
Mega event managemnt
Mega event managemntMega event managemnt
Mega event managemnt
Dr. Ravindra Pastor
 
How agriculture made profitable
How agriculture made profitableHow agriculture made profitable
How agriculture made profitable
Dr. Ravindra Pastor
 

Viewers also liked (18)

Riesgos físicos
Riesgos físicosRiesgos físicos
Riesgos físicos
 
E governence
E governenceE governence
E governence
 
Iim ahmdbd presentation (simply superb - must understand workculture)
Iim ahmdbd presentation (simply superb - must understand workculture)Iim ahmdbd presentation (simply superb - must understand workculture)
Iim ahmdbd presentation (simply superb - must understand workculture)
 
Unitek Sac 2 Graduation
Unitek Sac 2 GraduationUnitek Sac 2 Graduation
Unitek Sac 2 Graduation
 
Kshipra river convergence plan
Kshipra river convergence planKshipra river convergence plan
Kshipra river convergence plan
 
Mega event managemnt
Mega event managemntMega event managemnt
Mega event managemnt
 
Nanotech nasamissions
Nanotech nasamissionsNanotech nasamissions
Nanotech nasamissions
 
Convergence in MGNREGS
Convergence in MGNREGSConvergence in MGNREGS
Convergence in MGNREGS
 
How to write a business plan
How to write a business planHow to write a business plan
How to write a business plan
 
Food processing in Madhya Pradesh
Food processing in Madhya Pradesh Food processing in Madhya Pradesh
Food processing in Madhya Pradesh
 
MPDPIP concept & organisation
MPDPIP concept & organisationMPDPIP concept & organisation
MPDPIP concept & organisation
 
Project mangement
Project mangementProject mangement
Project mangement
 
Activity based shg & producer organization
Activity based shg & producer organizationActivity based shg & producer organization
Activity based shg & producer organization
 
Operational manual for SHG promotion 13 9-09 8 pm
Operational manual for SHG promotion 13 9-09 8 pmOperational manual for SHG promotion 13 9-09 8 pm
Operational manual for SHG promotion 13 9-09 8 pm
 
Smart governance
Smart governanceSmart governance
Smart governance
 
Mega event managemnt
Mega event managemntMega event managemnt
Mega event managemnt
 
Producers company
Producers companyProducers company
Producers company
 
How agriculture made profitable
How agriculture made profitableHow agriculture made profitable
How agriculture made profitable
 

Similar to WordCamp 2012 - WordPress Webapps

eMusic: WordPress in the Enterprise
eMusic: WordPress in the EnterpriseeMusic: WordPress in the Enterprise
eMusic: WordPress in the Enterprise
Scott Taylor
 
Windycityrails page performance
Windycityrails page performanceWindycityrails page performance
Windycityrails page performance
John McCaffrey
 
Message:Passing - lpw 2012
Message:Passing - lpw 2012Message:Passing - lpw 2012
Message:Passing - lpw 2012Tomas Doran
 
My Site is slow - Drupal Camp London 2013
My Site is slow - Drupal Camp London 2013My Site is slow - Drupal Camp London 2013
My Site is slow - Drupal Camp London 2013
hernanibf
 
Messaging, interoperability and log aggregation - a new framework
Messaging, interoperability and log aggregation - a new frameworkMessaging, interoperability and log aggregation - a new framework
Messaging, interoperability and log aggregation - a new framework
Tomas Doran
 
Let’s learn how to use JavaScript responsibly and stay up-to-date.
Let’s learn how to use JavaScript responsibly and stay up-to-date. Let’s learn how to use JavaScript responsibly and stay up-to-date.
Let’s learn how to use JavaScript responsibly and stay up-to-date.
Christian Heilmann
 
Why postgres SQL deserve noSQL fan respect - Riga dev day 2016
Why postgres SQL deserve noSQL fan respect - Riga dev day 2016Why postgres SQL deserve noSQL fan respect - Riga dev day 2016
Why postgres SQL deserve noSQL fan respect - Riga dev day 2016
Quentin Adam
 
Inside Wordnik's Architecture
Inside Wordnik's ArchitectureInside Wordnik's Architecture
Inside Wordnik's Architecture
Tony Tam
 
From 100s to 100s of Millions
From 100s to 100s of MillionsFrom 100s to 100s of Millions
From 100s to 100s of Millions
Erik Onnen
 
Scaling with swagger
Scaling with swaggerScaling with swagger
Scaling with swagger
Tony Tam
 
Torquebox rubyhoedown-2012
Torquebox rubyhoedown-2012Torquebox rubyhoedown-2012
Torquebox rubyhoedown-2012
Lance Ball
 
Quo vadis, JavaScript? Devday.pl keynote
Quo vadis, JavaScript? Devday.pl keynoteQuo vadis, JavaScript? Devday.pl keynote
Quo vadis, JavaScript? Devday.pl keynote
Christian Heilmann
 
Running MongoDB in the Cloud
Running MongoDB in the CloudRunning MongoDB in the Cloud
Running MongoDB in the Cloud
Tony Tam
 
12-Step Program for Scaling Web Applications on PostgreSQL
12-Step Program for Scaling Web Applications on PostgreSQL12-Step Program for Scaling Web Applications on PostgreSQL
12-Step Program for Scaling Web Applications on PostgreSQL
Konstantin Gredeskoul
 
My site is slow
My site is slowMy site is slow
My site is slow
hernanibf
 
Cvcc performance tuning
Cvcc performance tuningCvcc performance tuning
Cvcc performance tuning
John McCaffrey
 
The things we found in your website
The things we found in your websiteThe things we found in your website
The things we found in your websitehernanibf
 
Rapid Evolution of Web Dev? aka Talking About The Web
Rapid Evolution of Web Dev? aka Talking About The WebRapid Evolution of Web Dev? aka Talking About The Web
Rapid Evolution of Web Dev? aka Talking About The Web
PINT Inc
 
Wongnai Engineering Story
Wongnai Engineering StoryWongnai Engineering Story
Wongnai Engineering Story
Pattrawoot Suesatayasilp
 

Similar to WordCamp 2012 - WordPress Webapps (20)

eMusic: WordPress in the Enterprise
eMusic: WordPress in the EnterpriseeMusic: WordPress in the Enterprise
eMusic: WordPress in the Enterprise
 
Windycityrails page performance
Windycityrails page performanceWindycityrails page performance
Windycityrails page performance
 
Message:Passing - lpw 2012
Message:Passing - lpw 2012Message:Passing - lpw 2012
Message:Passing - lpw 2012
 
My Site is slow - Drupal Camp London 2013
My Site is slow - Drupal Camp London 2013My Site is slow - Drupal Camp London 2013
My Site is slow - Drupal Camp London 2013
 
Messaging, interoperability and log aggregation - a new framework
Messaging, interoperability and log aggregation - a new frameworkMessaging, interoperability and log aggregation - a new framework
Messaging, interoperability and log aggregation - a new framework
 
Let’s learn how to use JavaScript responsibly and stay up-to-date.
Let’s learn how to use JavaScript responsibly and stay up-to-date. Let’s learn how to use JavaScript responsibly and stay up-to-date.
Let’s learn how to use JavaScript responsibly and stay up-to-date.
 
Why postgres SQL deserve noSQL fan respect - Riga dev day 2016
Why postgres SQL deserve noSQL fan respect - Riga dev day 2016Why postgres SQL deserve noSQL fan respect - Riga dev day 2016
Why postgres SQL deserve noSQL fan respect - Riga dev day 2016
 
Inside Wordnik's Architecture
Inside Wordnik's ArchitectureInside Wordnik's Architecture
Inside Wordnik's Architecture
 
From 100s to 100s of Millions
From 100s to 100s of MillionsFrom 100s to 100s of Millions
From 100s to 100s of Millions
 
Scaling with swagger
Scaling with swaggerScaling with swagger
Scaling with swagger
 
Torquebox rubyhoedown-2012
Torquebox rubyhoedown-2012Torquebox rubyhoedown-2012
Torquebox rubyhoedown-2012
 
Quo vadis, JavaScript? Devday.pl keynote
Quo vadis, JavaScript? Devday.pl keynoteQuo vadis, JavaScript? Devday.pl keynote
Quo vadis, JavaScript? Devday.pl keynote
 
Running MongoDB in the Cloud
Running MongoDB in the CloudRunning MongoDB in the Cloud
Running MongoDB in the Cloud
 
12-Step Program for Scaling Web Applications on PostgreSQL
12-Step Program for Scaling Web Applications on PostgreSQL12-Step Program for Scaling Web Applications on PostgreSQL
12-Step Program for Scaling Web Applications on PostgreSQL
 
My site is slow
My site is slowMy site is slow
My site is slow
 
Cvcc performance tuning
Cvcc performance tuningCvcc performance tuning
Cvcc performance tuning
 
The things we found in your website
The things we found in your websiteThe things we found in your website
The things we found in your website
 
Rapid Evolution of Web Dev? aka Talking About The Web
Rapid Evolution of Web Dev? aka Talking About The WebRapid Evolution of Web Dev? aka Talking About The Web
Rapid Evolution of Web Dev? aka Talking About The Web
 
Wongnai Engineering Story
Wongnai Engineering StoryWongnai Engineering Story
Wongnai Engineering Story
 
Meta Refresh 2014
Meta Refresh 2014Meta Refresh 2014
Meta Refresh 2014
 

Recently uploaded

By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024
Pierluigi Pugliese
 
Large Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial ApplicationsLarge Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial Applications
Rohit Gautam
 
RESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for studentsRESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for students
KAMESHS29
 
A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...
sonjaschweigert1
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
Octavian Nadolu
 
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
Neo4j
 
Free Complete Python - A step towards Data Science
Free Complete Python - A step towards Data ScienceFree Complete Python - A step towards Data Science
Free Complete Python - A step towards Data Science
RinaMondal9
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
Neo4j
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
Alan Dix
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
Ana-Maria Mihalceanu
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
danishmna97
 
UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6
DianaGray10
 
Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?
Nexer Digital
 
UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5
DianaGray10
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
mikeeftimakis1
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
DanBrown980551
 
Pushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 daysPushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 days
Adtran
 
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to ProductionGenerative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Aggregage
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
Matthew Sinclair
 

Recently uploaded (20)

By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024
 
Large Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial ApplicationsLarge Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial Applications
 
RESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for studentsRESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for students
 
A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
 
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
 
Free Complete Python - A step towards Data Science
Free Complete Python - A step towards Data ScienceFree Complete Python - A step towards Data Science
Free Complete Python - A step towards Data Science
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
 
UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6
 
Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?
 
UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
 
Pushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 daysPushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 days
 
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to ProductionGenerative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to Production
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
 

WordCamp 2012 - WordPress Webapps