SlideShare una empresa de Scribd logo
1 de 72
Descargar para leer sin conexión
High traffic websites with Drupal!
Kinepolis case study!




                                    2.!
main website!




ticketing!                                      mobile website!




                        master

                      repository"


             apps!                   digital signage!

                                                                  3.!
main website!
BE NL!   BE FR!   FR!   ES!   CH!




                                    4.!
platform "
structure"

             5.!
multilingual!




                BE NL + BE FR + 

                 FR + ES + CH "


                                    6.!
multilingual!




similar content"
same group of editors"



                         7.!
multilingual!



blocks"
                                      taxonomy!
      settings!
                                  interface!
                  paths!
    nodes!                   menus!

                                                  8.!
multilingual!




                i18n"




                        9.!
multisite!
                    BE NL    "

                    BE FR    "

                    FR   "

                    ES   "

single codebase!!
                    CH   "
                                 10.!
multisite!


same content structure"
asynchronous content"
different user accounts"


                           11.!
content"

           12.!
13.!
main website!




ticketing!                                      mobile website!




                        master

                      repository"


             apps!                   digital signage!

                                                                  14.!
matching content structures   "


   movie"
 repository"




                                  15.!
syncing content   "


  movie"
repository"




                               16.!
> 180 000"
 Drupal nodes"




                 17.!
search"

          18.!
Search"




            core search"



  MySQL server"             webserver"    MySQL server"          webserver"


index!




         PHP/MySQL aren’t built for        Apache Solr/
           indexing and search"             Lucene is                           !    xml based"
                                           optimized for                        !    clustering"
                                         search purposes"   index!              !    grouping"
                                                                                !    facets"
                                                                                !    scores"
                                                                 Solr server"   !    highlighting"



                                                                                               19.!
user data"

             20.!
> 15 000"
registered users"




                    21.!
profiling"

                  segmentation"

                  mass emailing"




Drupal isn’t the right tool here!   "
                                        22.!
exchanging user data   "


CRM"




                           23.!
ads"

       24.!
Drupal isn’t the right tool here!   "
                                        25.!
multidimensional targeting"

open API"

campaign priorities"

analytics"

audience segmentation"



                          26.!
1. page request"


                    2. HTML + JS"



website visitor"                      Drupal webserver"




asynchronous!"
                                       OpenX server"




                                                          27.!
performance"

               28.!
“Drupal does not scale.”"
           "
    Drupal generates pages, "
    it does not serve them!"



                                29.!
page request handling"
                                  no caching"


                                                Drupal database"

                                                                    3. load content from DB"




                       1. page request"                             2. bootstrap Drupal"
                                                                    "
                                                                    4. build up the response"
                                                                    "
                      6. sent response"                             5. theme the result"


website visitor"                                Drupal webserver"




                                                                                         30.!
page request handling"
                           Drupal page caching"


                                           Drupal database"

                                                               3. load cached content"
                                                                  from DB"




                       1. page request"                        2. bootstrap Drupal"



                      4. sent response"



website visitor"                           Drupal webserver"




                                                                                      31.!
page request handling"
                                                                   reverse proxy caching"




                                                                                    Drupal database"

               website visitor"




1. page request"                  2. sent response"
                                                        pass request to Drupal if
                                                         cache is expired or if
                                                       request is handled for the
                                                               first time"



               reverse proxy"

                                                                                    Drupal webserver"



                                                                                                        32.!
Trafic to Drupal & openX
        Application Firewall        Application firewall
            (stand-by)

                                                               Trafic for Assets
                                                              (video & images)




          Load Balancer               Load Balancer
             + Cache                     + Cache
            (stand-by)




                                          Assets                                            Monitoring    Test & Dev
OpenX                                (Images & Video)                              Drupal    (zabbix?)   Environment




                         Database        Database                Search
                          Slave           Master

                                                                                                                       33.!
webserver 1   webserver 2   SAN




12GB RAM
     12GB RAM

  4 cores       4 cores     1.5TB!
  2.4GHz!       2.4GHz!




                                     34.!
> 12 000 000"
  pagehits per month"




                        35.!
> 90"
requests per second"
    (peak moments)"




                       36.!
CPU load "


requests/s   "

                 37.!
master/slave database"

Memcached"

APC"

reverse proxy"

asynchronous requests"

static server"

                         38.!
Future-proof websites!




                   39.!
the problem"

               40.!
640px"   800px"   1024px"


                            41.!
42.!
43.!
?px"
       44.!
21.06%"

                          16.86%"
              15.58%"




                                6.64%"
                                                         5%"
3.40%"                                   3.46%" 4.01%"
         2.35%"


320" 768" 1024" 1280" 1366" 1440" 1600" 1680" 1920"

     screen widths used on the web (February 2012)"
                                                               45.!
46.!
low usability"
small text, tiny targets, “desktop” UI"




                                          47.!
48.!
phones"   tablets"   TVs"




                       49.!
user interface"




viewport"




connection speed and bandwidth"


technology support"



context"
                                  50.!
51.!
52.!
mobile website"

                  53.!
www.uitinvlaanderen.be"   m.uitinvlaanderen.be"



                                                  54.!
“full” website"
                                         HTML + CSS + Javascript"




                            templates"
               front-end"
                            templates"
   DB"
raw content"




               back-end"      logic"
                                         mobile website"
                                         HTML + CSS + Javascript"




                                                                    55.!
mobile website"
specific content and targeted UI"

no changes to existing website"

optimal experience for targeted device"

device detection for auto-redirect"

scalability"

multiple information architectures"

changes to CMS"

SEO"
                                          56.!
responsive "
  website"

               57.!
www.barackobama.com"   www.barackobama.com"



                                              58.!
responsive website"




                      59.!
responsive design




               front-end"   templates"
                                         HTML + CSS +
                                          Javascript
   DB"
raw content"




               back-end"      logic"




                                                                        60.!
1. fluid grid"




                61.!
2. CSS3 Media Queries"




                         62.!
3. fluid images"




                  63.!
same content for all devices"
   solid content strategy is crucial!"




                                         64.!
responsive website"
scalable"

no changes CMS"

SEO"

1 single website"

complex for existing websites"

complex wireframing and design"



                                  65.!
apps"

        66.!
67.!
apps"
rich user interface"

OS integration"

high performance"

app store monetization"

development for each platform"

app store approval and restrictions"

time to update"

                                       68.!
open standards"

structured data"

scalability"

analytics"



                   69.!
Drupal references"




     vtm.be"              jim.be"              iwatch.be"          vmmtv.be"     toerismevlaanderen.be"




 capacity4dev.eu"        base.be"            muntpunt.be"         uzleuven.be"          serv.be"




ewi-vlaanderen.be"   prettiggeleerd.be"   m.uitinvlaanderen.be"   infrabel.be"    kinepolis.be/fr/es/ch"
                                                                                                      70.!
Follow us"



      @amplexorbelgium"




      http://www.facebook.com/AmplexorBelgium"



      http://www.slideshare.net/amplexor"



                                                 71.!
Amplexor drupal-high trafficwebsites-2012-03-08

Más contenido relacionado

Similar a Amplexor drupal-high trafficwebsites-2012-03-08

NOSQL, CouchDB, and the Cloud
NOSQL, CouchDB, and the CloudNOSQL, CouchDB, and the Cloud
NOSQL, CouchDB, and the Cloudboorad
 
Alfresco Tech Talk Live on WCM to WCS Migration
Alfresco Tech Talk Live on WCM to WCS MigrationAlfresco Tech Talk Live on WCM to WCS Migration
Alfresco Tech Talk Live on WCM to WCS MigrationAlfresco Software
 
Workflows in the Virtual Observatory
Workflows in the Virtual ObservatoryWorkflows in the Virtual Observatory
Workflows in the Virtual ObservatoryJose Enrique Ruiz
 
Tech talk-live-alfresco-drupal
Tech talk-live-alfresco-drupalTech talk-live-alfresco-drupal
Tech talk-live-alfresco-drupalAlfresco Software
 
Реляционные или нереляционные (Josh Berkus)
Реляционные или нереляционные (Josh Berkus)Реляционные или нереляционные (Josh Berkus)
Реляционные или нереляционные (Josh Berkus)Ontico
 
CouchDB Open Source Bridge
CouchDB Open Source BridgeCouchDB Open Source Bridge
CouchDB Open Source BridgeChris Anderson
 
Produce and consume_linked_data_with_drupal
Produce and consume_linked_data_with_drupalProduce and consume_linked_data_with_drupal
Produce and consume_linked_data_with_drupalSTIinnsbruck
 
Polyglot Persistence & Big Data in the Cloud
Polyglot Persistence & Big Data in the CloudPolyglot Persistence & Big Data in the Cloud
Polyglot Persistence & Big Data in the CloudAndrei Savu
 
MongoDB: a gentle, friendly overview
MongoDB: a gentle, friendly overviewMongoDB: a gentle, friendly overview
MongoDB: a gentle, friendly overviewAntonio Pintus
 
Introduction to Xamarin.Forms
Introduction to Xamarin.FormsIntroduction to Xamarin.Forms
Introduction to Xamarin.FormsXamarin
 
Liferay & Big Data Dev Con 2014
Liferay & Big Data Dev Con 2014Liferay & Big Data Dev Con 2014
Liferay & Big Data Dev Con 2014Miguel Pastor
 
CUST-6 Integrating Alfresco with Publishing Tools
CUST-6 Integrating Alfresco with Publishing ToolsCUST-6 Integrating Alfresco with Publishing Tools
CUST-6 Integrating Alfresco with Publishing ToolsAlfresco Software
 
PLAT-17 Alfresco iOS Mobile Application Details and Design
PLAT-17 Alfresco iOS Mobile Application Details and DesignPLAT-17 Alfresco iOS Mobile Application Details and Design
PLAT-17 Alfresco iOS Mobile Application Details and DesignAlfresco Software
 
FOXX - a Javascript application framework on top of ArangoDB
FOXX - a Javascript application framework on top of ArangoDBFOXX - a Javascript application framework on top of ArangoDB
FOXX - a Javascript application framework on top of ArangoDBArangoDB Database
 
PLAT-18 Alfresco iOS Mobile Application Details and Design
PLAT-18 Alfresco iOS Mobile Application Details and DesignPLAT-18 Alfresco iOS Mobile Application Details and Design
PLAT-18 Alfresco iOS Mobile Application Details and DesignAlfresco Software
 
DevNation Atlanta
DevNation AtlantaDevNation Atlanta
DevNation Atlantaboorad
 

Similar a Amplexor drupal-high trafficwebsites-2012-03-08 (20)

WCM-7 Surfing with CMIS
WCM-7 Surfing with CMISWCM-7 Surfing with CMIS
WCM-7 Surfing with CMIS
 
NOSQL, CouchDB, and the Cloud
NOSQL, CouchDB, and the CloudNOSQL, CouchDB, and the Cloud
NOSQL, CouchDB, and the Cloud
 
Alfresco Tech Talk Live on WCM to WCS Migration
Alfresco Tech Talk Live on WCM to WCS MigrationAlfresco Tech Talk Live on WCM to WCS Migration
Alfresco Tech Talk Live on WCM to WCS Migration
 
Anti-social Databases
Anti-social DatabasesAnti-social Databases
Anti-social Databases
 
Workflows in the Virtual Observatory
Workflows in the Virtual ObservatoryWorkflows in the Virtual Observatory
Workflows in the Virtual Observatory
 
Client storage
Client storageClient storage
Client storage
 
Tech talk-live-alfresco-drupal
Tech talk-live-alfresco-drupalTech talk-live-alfresco-drupal
Tech talk-live-alfresco-drupal
 
Реляционные или нереляционные (Josh Berkus)
Реляционные или нереляционные (Josh Berkus)Реляционные или нереляционные (Josh Berkus)
Реляционные или нереляционные (Josh Berkus)
 
CouchDB Open Source Bridge
CouchDB Open Source BridgeCouchDB Open Source Bridge
CouchDB Open Source Bridge
 
Produce and consume_linked_data_with_drupal
Produce and consume_linked_data_with_drupalProduce and consume_linked_data_with_drupal
Produce and consume_linked_data_with_drupal
 
Polyglot Persistence & Big Data in the Cloud
Polyglot Persistence & Big Data in the CloudPolyglot Persistence & Big Data in the Cloud
Polyglot Persistence & Big Data in the Cloud
 
MongoDB: a gentle, friendly overview
MongoDB: a gentle, friendly overviewMongoDB: a gentle, friendly overview
MongoDB: a gentle, friendly overview
 
Introduction to Xamarin.Forms
Introduction to Xamarin.FormsIntroduction to Xamarin.Forms
Introduction to Xamarin.Forms
 
Liferay & Big Data Dev Con 2014
Liferay & Big Data Dev Con 2014Liferay & Big Data Dev Con 2014
Liferay & Big Data Dev Con 2014
 
Couchdb Nosql
Couchdb NosqlCouchdb Nosql
Couchdb Nosql
 
CUST-6 Integrating Alfresco with Publishing Tools
CUST-6 Integrating Alfresco with Publishing ToolsCUST-6 Integrating Alfresco with Publishing Tools
CUST-6 Integrating Alfresco with Publishing Tools
 
PLAT-17 Alfresco iOS Mobile Application Details and Design
PLAT-17 Alfresco iOS Mobile Application Details and DesignPLAT-17 Alfresco iOS Mobile Application Details and Design
PLAT-17 Alfresco iOS Mobile Application Details and Design
 
FOXX - a Javascript application framework on top of ArangoDB
FOXX - a Javascript application framework on top of ArangoDBFOXX - a Javascript application framework on top of ArangoDB
FOXX - a Javascript application framework on top of ArangoDB
 
PLAT-18 Alfresco iOS Mobile Application Details and Design
PLAT-18 Alfresco iOS Mobile Application Details and DesignPLAT-18 Alfresco iOS Mobile Application Details and Design
PLAT-18 Alfresco iOS Mobile Application Details and Design
 
DevNation Atlanta
DevNation AtlantaDevNation Atlanta
DevNation Atlanta
 

Más de Amplexor

Amplexor- Global Content Solutions
Amplexor- Global Content SolutionsAmplexor- Global Content Solutions
Amplexor- Global Content SolutionsAmplexor
 
Amplexor- Intellectual Property Translations
Amplexor- Intellectual Property TranslationsAmplexor- Intellectual Property Translations
Amplexor- Intellectual Property TranslationsAmplexor
 
Amplexor- Elearning Localization
Amplexor- Elearning LocalizationAmplexor- Elearning Localization
Amplexor- Elearning LocalizationAmplexor
 
Amplexor- Enterprise Terminology
Amplexor- Enterprise TerminologyAmplexor- Enterprise Terminology
Amplexor- Enterprise TerminologyAmplexor
 
Amplexor Enterprise Machine Translation
Amplexor Enterprise Machine TranslationAmplexor Enterprise Machine Translation
Amplexor Enterprise Machine TranslationAmplexor
 
AMPLEXOR Expérience Digitale avec Adobe
AMPLEXOR Expérience Digitale avec AdobeAMPLEXOR Expérience Digitale avec Adobe
AMPLEXOR Expérience Digitale avec AdobeAmplexor
 
AMPLEXOR Energy & Engineering - Services et Solutions
AMPLEXOR Energy & Engineering - Services et SolutionsAMPLEXOR Energy & Engineering - Services et Solutions
AMPLEXOR Energy & Engineering - Services et SolutionsAmplexor
 
AMPLEXOR Energy & Engineering Solutions
AMPLEXOR Energy & Engineering SolutionsAMPLEXOR Energy & Engineering Solutions
AMPLEXOR Energy & Engineering SolutionsAmplexor
 
AMPLEXOR and Drupal: Partnering for Premium Digital Experiences
AMPLEXOR and Drupal: Partnering for Premium Digital ExperiencesAMPLEXOR and Drupal: Partnering for Premium Digital Experiences
AMPLEXOR and Drupal: Partnering for Premium Digital ExperiencesAmplexor
 
20+ Years of International Documentum Expertise
20+ Years of International Documentum Expertise20+ Years of International Documentum Expertise
20+ Years of International Documentum ExpertiseAmplexor
 
AMPLEXOR Next-Generation Intranets
AMPLEXOR Next-Generation IntranetsAMPLEXOR Next-Generation Intranets
AMPLEXOR Next-Generation IntranetsAmplexor
 
AMPLEXOR - Global leading partner for digital experience, collaboration and c...
AMPLEXOR - Global leading partner for digital experience, collaboration and c...AMPLEXOR - Global leading partner for digital experience, collaboration and c...
AMPLEXOR - Global leading partner for digital experience, collaboration and c...Amplexor
 
AMPLEXOR | Career opportunities for graduates in Belgium
AMPLEXOR | Career opportunities for graduates in BelgiumAMPLEXOR | Career opportunities for graduates in Belgium
AMPLEXOR | Career opportunities for graduates in BelgiumAmplexor
 
Internship Program for developers in Romania | Java & AEM
Internship Program for developers in Romania | Java & AEMInternship Program for developers in Romania | Java & AEM
Internship Program for developers in Romania | Java & AEMAmplexor
 
Internship Program for developers in Romania | PHP & Drupal
Internship Program for developers in Romania | PHP & DrupalInternship Program for developers in Romania | PHP & Drupal
Internship Program for developers in Romania | PHP & DrupalAmplexor
 
AMPLEXOR Digital Experience-Lösungen
AMPLEXOR Digital Experience-LösungenAMPLEXOR Digital Experience-Lösungen
AMPLEXOR Digital Experience-LösungenAmplexor
 
AMPLEXOR Solutions d'Expérience Digitale
AMPLEXOR Solutions d'Expérience DigitaleAMPLEXOR Solutions d'Expérience Digitale
AMPLEXOR Solutions d'Expérience DigitaleAmplexor
 
AMPLEXOR & Kentico | La formule gagnante pour votre strategie digitale
AMPLEXOR & Kentico | La formule gagnante pour votre strategie digitaleAMPLEXOR & Kentico | La formule gagnante pour votre strategie digitale
AMPLEXOR & Kentico | La formule gagnante pour votre strategie digitaleAmplexor
 
Camka, your hands-on partner for service excellence
Camka, your hands-on partner for service excellenceCamka, your hands-on partner for service excellence
Camka, your hands-on partner for service excellenceAmplexor
 
AMPLEXOR - myInsight
AMPLEXOR - myInsight AMPLEXOR - myInsight
AMPLEXOR - myInsight Amplexor
 

Más de Amplexor (20)

Amplexor- Global Content Solutions
Amplexor- Global Content SolutionsAmplexor- Global Content Solutions
Amplexor- Global Content Solutions
 
Amplexor- Intellectual Property Translations
Amplexor- Intellectual Property TranslationsAmplexor- Intellectual Property Translations
Amplexor- Intellectual Property Translations
 
Amplexor- Elearning Localization
Amplexor- Elearning LocalizationAmplexor- Elearning Localization
Amplexor- Elearning Localization
 
Amplexor- Enterprise Terminology
Amplexor- Enterprise TerminologyAmplexor- Enterprise Terminology
Amplexor- Enterprise Terminology
 
Amplexor Enterprise Machine Translation
Amplexor Enterprise Machine TranslationAmplexor Enterprise Machine Translation
Amplexor Enterprise Machine Translation
 
AMPLEXOR Expérience Digitale avec Adobe
AMPLEXOR Expérience Digitale avec AdobeAMPLEXOR Expérience Digitale avec Adobe
AMPLEXOR Expérience Digitale avec Adobe
 
AMPLEXOR Energy & Engineering - Services et Solutions
AMPLEXOR Energy & Engineering - Services et SolutionsAMPLEXOR Energy & Engineering - Services et Solutions
AMPLEXOR Energy & Engineering - Services et Solutions
 
AMPLEXOR Energy & Engineering Solutions
AMPLEXOR Energy & Engineering SolutionsAMPLEXOR Energy & Engineering Solutions
AMPLEXOR Energy & Engineering Solutions
 
AMPLEXOR and Drupal: Partnering for Premium Digital Experiences
AMPLEXOR and Drupal: Partnering for Premium Digital ExperiencesAMPLEXOR and Drupal: Partnering for Premium Digital Experiences
AMPLEXOR and Drupal: Partnering for Premium Digital Experiences
 
20+ Years of International Documentum Expertise
20+ Years of International Documentum Expertise20+ Years of International Documentum Expertise
20+ Years of International Documentum Expertise
 
AMPLEXOR Next-Generation Intranets
AMPLEXOR Next-Generation IntranetsAMPLEXOR Next-Generation Intranets
AMPLEXOR Next-Generation Intranets
 
AMPLEXOR - Global leading partner for digital experience, collaboration and c...
AMPLEXOR - Global leading partner for digital experience, collaboration and c...AMPLEXOR - Global leading partner for digital experience, collaboration and c...
AMPLEXOR - Global leading partner for digital experience, collaboration and c...
 
AMPLEXOR | Career opportunities for graduates in Belgium
AMPLEXOR | Career opportunities for graduates in BelgiumAMPLEXOR | Career opportunities for graduates in Belgium
AMPLEXOR | Career opportunities for graduates in Belgium
 
Internship Program for developers in Romania | Java & AEM
Internship Program for developers in Romania | Java & AEMInternship Program for developers in Romania | Java & AEM
Internship Program for developers in Romania | Java & AEM
 
Internship Program for developers in Romania | PHP & Drupal
Internship Program for developers in Romania | PHP & DrupalInternship Program for developers in Romania | PHP & Drupal
Internship Program for developers in Romania | PHP & Drupal
 
AMPLEXOR Digital Experience-Lösungen
AMPLEXOR Digital Experience-LösungenAMPLEXOR Digital Experience-Lösungen
AMPLEXOR Digital Experience-Lösungen
 
AMPLEXOR Solutions d'Expérience Digitale
AMPLEXOR Solutions d'Expérience DigitaleAMPLEXOR Solutions d'Expérience Digitale
AMPLEXOR Solutions d'Expérience Digitale
 
AMPLEXOR & Kentico | La formule gagnante pour votre strategie digitale
AMPLEXOR & Kentico | La formule gagnante pour votre strategie digitaleAMPLEXOR & Kentico | La formule gagnante pour votre strategie digitale
AMPLEXOR & Kentico | La formule gagnante pour votre strategie digitale
 
Camka, your hands-on partner for service excellence
Camka, your hands-on partner for service excellenceCamka, your hands-on partner for service excellence
Camka, your hands-on partner for service excellence
 
AMPLEXOR - myInsight
AMPLEXOR - myInsight AMPLEXOR - myInsight
AMPLEXOR - myInsight
 

Último

Q1 Quarterly Update - April 16, 2024.pdf
Q1 Quarterly Update - April 16, 2024.pdfQ1 Quarterly Update - April 16, 2024.pdf
Q1 Quarterly Update - April 16, 2024.pdfProbe Gold
 
Collective Mining | Corporate Presentation | April 2024
Collective Mining | Corporate Presentation | April 2024Collective Mining | Corporate Presentation | April 2024
Collective Mining | Corporate Presentation | April 2024CollectiveMining1
 
Corporate Presentation Probe April 2024.pdf
Corporate Presentation Probe April 2024.pdfCorporate Presentation Probe April 2024.pdf
Corporate Presentation Probe April 2024.pdfProbe Gold
 
Mandalay Resources 2024 April IR Presentation
Mandalay Resources 2024 April IR PresentationMandalay Resources 2024 April IR Presentation
Mandalay Resources 2024 April IR PresentationMandalayResources
 
Corporate Presentation Probe April 2024.pdf
Corporate Presentation Probe April 2024.pdfCorporate Presentation Probe April 2024.pdf
Corporate Presentation Probe April 2024.pdfProbe Gold
 
Q1 Probe Gold Quarterly Update- April 2024
Q1 Probe Gold Quarterly Update- April 2024Q1 Probe Gold Quarterly Update- April 2024
Q1 Probe Gold Quarterly Update- April 2024Probe Gold
 
Osisko Gold Royalties Ltd - Corporate Presentation, April 10, 2024
Osisko Gold Royalties Ltd - Corporate Presentation, April 10, 2024Osisko Gold Royalties Ltd - Corporate Presentation, April 10, 2024
Osisko Gold Royalties Ltd - Corporate Presentation, April 10, 2024Osisko Gold Royalties Ltd
 
slideshare_2404_presentation materials_en.pdf
slideshare_2404_presentation materials_en.pdfslideshare_2404_presentation materials_en.pdf
slideshare_2404_presentation materials_en.pdfsansanir
 
Collective Mining | Corporate Presentation - April 2024
Collective Mining | Corporate Presentation - April 2024Collective Mining | Corporate Presentation - April 2024
Collective Mining | Corporate Presentation - April 2024CollectiveMining1
 
Leveraging USDA Rural Development Grants for Community Growth and Sustainabil...
Leveraging USDA Rural Development Grants for Community Growth and Sustainabil...Leveraging USDA Rural Development Grants for Community Growth and Sustainabil...
Leveraging USDA Rural Development Grants for Community Growth and Sustainabil...USDAReapgrants.com
 
the 25 most beautiful words for a loving and lasting relationship.pdf
the 25 most beautiful words for a loving and lasting relationship.pdfthe 25 most beautiful words for a loving and lasting relationship.pdf
the 25 most beautiful words for a loving and lasting relationship.pdfFrancenel
 

Último (12)

Q1 Quarterly Update - April 16, 2024.pdf
Q1 Quarterly Update - April 16, 2024.pdfQ1 Quarterly Update - April 16, 2024.pdf
Q1 Quarterly Update - April 16, 2024.pdf
 
Collective Mining | Corporate Presentation | April 2024
Collective Mining | Corporate Presentation | April 2024Collective Mining | Corporate Presentation | April 2024
Collective Mining | Corporate Presentation | April 2024
 
Corporate Presentation Probe April 2024.pdf
Corporate Presentation Probe April 2024.pdfCorporate Presentation Probe April 2024.pdf
Corporate Presentation Probe April 2024.pdf
 
Mandalay Resources 2024 April IR Presentation
Mandalay Resources 2024 April IR PresentationMandalay Resources 2024 April IR Presentation
Mandalay Resources 2024 April IR Presentation
 
Corporate Presentation Probe April 2024.pdf
Corporate Presentation Probe April 2024.pdfCorporate Presentation Probe April 2024.pdf
Corporate Presentation Probe April 2024.pdf
 
Q1 Probe Gold Quarterly Update- April 2024
Q1 Probe Gold Quarterly Update- April 2024Q1 Probe Gold Quarterly Update- April 2024
Q1 Probe Gold Quarterly Update- April 2024
 
Osisko Gold Royalties Ltd - Corporate Presentation, April 10, 2024
Osisko Gold Royalties Ltd - Corporate Presentation, April 10, 2024Osisko Gold Royalties Ltd - Corporate Presentation, April 10, 2024
Osisko Gold Royalties Ltd - Corporate Presentation, April 10, 2024
 
slideshare_2404_presentation materials_en.pdf
slideshare_2404_presentation materials_en.pdfslideshare_2404_presentation materials_en.pdf
slideshare_2404_presentation materials_en.pdf
 
Collective Mining | Corporate Presentation - April 2024
Collective Mining | Corporate Presentation - April 2024Collective Mining | Corporate Presentation - April 2024
Collective Mining | Corporate Presentation - April 2024
 
Korea District Heating Corporation 071320 Algorithm Investment Report
Korea District Heating Corporation 071320 Algorithm Investment ReportKorea District Heating Corporation 071320 Algorithm Investment Report
Korea District Heating Corporation 071320 Algorithm Investment Report
 
Leveraging USDA Rural Development Grants for Community Growth and Sustainabil...
Leveraging USDA Rural Development Grants for Community Growth and Sustainabil...Leveraging USDA Rural Development Grants for Community Growth and Sustainabil...
Leveraging USDA Rural Development Grants for Community Growth and Sustainabil...
 
the 25 most beautiful words for a loving and lasting relationship.pdf
the 25 most beautiful words for a loving and lasting relationship.pdfthe 25 most beautiful words for a loving and lasting relationship.pdf
the 25 most beautiful words for a loving and lasting relationship.pdf
 

Amplexor drupal-high trafficwebsites-2012-03-08