SlideShare a Scribd company logo
1 of 63
Download to read offline
jensravens.com / nerdgeschoss.de / RUG::B 2020
Turn it up to 11
Scaling Rails to 100k rps
Jens Ravens
jensravens.com / nerdgeschoss.de / RUG::B 2020
jensravens.com / nerdgeschoss.de / RUG::B 2020
😱
jensravens.com / nerdgeschoss.de / RUG::B 2020
😱
jensravens.com / nerdgeschoss.de / RUG::B 2020
😱
jensravens.com / nerdgeschoss.de / RUG::B 2020
Who is this guy?
jensravens.com / nerdgeschoss.de / RUG::B 2020
Who is this guy?
(aka the shameless self promotion part)
jensravens.com / nerdgeschoss.de / RUG::B 2020
Jens Ravens
Developer at nerdgeschoss, a mobile first dev agency for sophisticated software.
We help startups and medium businesses to build awesome stuff.
jensravens.com / nerdgeschoss.de / RUG::B 2020
Jens Ravens
Developer at nerdgeschoss, a mobile first dev agency for sophisticated software.
We help startups and medium businesses to build awesome stuff.
And we can help you build your product, too.
jensravens.com / nerdgeschoss.de / RUG::B 2020
Jens Ravens
50% iOS / macOS using Swift
50% Web / API using Ruby on Rails and React / TypeScript
jensravens.com / nerdgeschoss.de / RUG::B 2020
Jens Ravens
50% iOS / macOS using Swift
50% Web / API using Ruby on Rails and React / TypeScript
jensravens.com / nerdgeschoss.de / RUG::B 2020
Jens Ravens
50% iOS / macOS using Swift
50% Web / API using Ruby on Rails and React / TypeScript
jensravens.com / nerdgeschoss.de / RUG::B 2020
Jens Ravens
Also I blog about Swift and Ruby stuff on jensravens.com.
jensravens.com / nerdgeschoss.de / RUG::B 2020
What I am going to talk about…
jensravens.com / nerdgeschoss.de / RUG::B 2020
What I am going to talk about…
…but Rails doesn’t scale!
jensravens.com / nerdgeschoss.de / RUG::B 2020
What I am going to talk about…
a case study about e-commerce
…but Rails doesn’t scale!
jensravens.com / nerdgeschoss.de / RUG::B 2020
What I am going to talk about…
a case study about e-commerce
sharpen your tools
…but Rails doesn’t scale!
jensravens.com / nerdgeschoss.de / RUG::B 2020
What I am going to talk about…
a case study about e-commerce
sharpen your tools
turn it up to eleven
…but Rails doesn’t scale!
jensravens.com / nerdgeschoss.de / RUG::B 2020
Why should you even go with Rails for a
performance intensive app?
jensravens.com / nerdgeschoss.de / RUG::B 2020
Why should you even go with Rails for a
performance intensive app?
🚀
speed
jensravens.com / nerdgeschoss.de / RUG::B 2020
Why should you even go with Rails for a
performance intensive app?
🚀
speed
(of development)
jensravens.com / nerdgeschoss.de / RUG::B 2020
Why should you even go with Rails for a
performance intensive app?
🚀 🤓
speed developer happiness
(of development)
jensravens.com / nerdgeschoss.de / RUG::B 2020
Why should you even go with Rails for a
performance intensive app?
🚀 🤓
speed developer happiness
(of development)
jensravens.com / nerdgeschoss.de / RUG::B 2020
Rack-Apps are blocking.
jensravens.com / nerdgeschoss.de / RUG::B 2020
Rack-Apps are blocking.
Other languages/frameworks might give you more
rps per ram.
jensravens.com / nerdgeschoss.de / RUG::B 2020
Rack-Apps are blocking.
Other languages/frameworks might give you more
rps per ram.
But here is a well kept secret…
jensravens.com / nerdgeschoss.de / RUG::B 2020
Rack-Apps are blocking.
Other languages/frameworks might give you more
rps per ram.
But here is a well kept secret…
I just don't care.
jensravens.com / nerdgeschoss.de / RUG::B 2020
A look at last month’s spendings.
Server Costs
3 %
Office
8 %
Salaries
89 %
jensravens.com / nerdgeschoss.de / RUG::B 2020
A look at last month’s spendings.
faster development = more revenue
jensravens.com / nerdgeschoss.de / RUG::B 2020
Rails is fast enough. We should focus on
developer productivity instead.
jensravens.com / nerdgeschoss.de / RUG::B 2020
krasserstoff.com - A Case Study
jensravens.com / nerdgeschoss.de / RUG::B 2020
krasserstoff.com - A Case Study
jensravens.com / nerdgeschoss.de / RUG::B 2020
krasserstoff.com - A Case Study
jensravens.com / nerdgeschoss.de / RUG::B 2020
krasserstoff.com - A Case Study
jensravens.com / nerdgeschoss.de / RUG::B 2020
measure, implement, repeat
jensravens.com / nerdgeschoss.de / RUG::B 2020
Tools that can help you
jensravens.com / nerdgeschoss.de / RUG::B 2020
Tools that can help you
jensravens.com / nerdgeschoss.de / RUG::B 2020
Tools that can help you
jensravens.com / nerdgeschoss.de / RUG::B 2020
Tools that can help you
jensravens.com / nerdgeschoss.de / RUG::B 2020
Because performance tuning means changing your
tires at 65 mph on the highway without
stopping.
jensravens.com / nerdgeschoss.de / RUG::B 2020
Because performance tuning means changing your
tires at 65 mph on the highway without
stopping.
jensravens.com / nerdgeschoss.de / RUG::B 2020
Scaling with the Cloud
jensravens.com / nerdgeschoss.de / RUG::B 2020
Follower Databases
jensravens.com / nerdgeschoss.de / RUG::B 2020
HTTP Caching
jensravens.com / nerdgeschoss.de / RUG::B 2020
Application Cache
jensravens.com / nerdgeschoss.de / RUG::B 2020
Hunting Down N+1 Queries
jensravens.com / nerdgeschoss.de / RUG::B 2020
Hunting Down N+1 Queries
jensravens.com / nerdgeschoss.de / RUG::B 2020
Hunting Down N+1 Queries
jensravens.com / nerdgeschoss.de / RUG::B 2020
Conservative Technologies
https://www.ably.io/blog/google-polling-like-its-the-90s/
jensravens.com / nerdgeschoss.de / RUG::B 2020
Small Responses and Batch Loading
https://dev.to/usamaashraf/n1-queries-batch-loading--active-model-serializers-in-rails--3hkf
jensravens.com / nerdgeschoss.de / RUG::B 2020
SQL is your Friend
jensravens.com / nerdgeschoss.de / RUG::B 2020
SQL is your Friend
jensravens.com / nerdgeschoss.de / RUG::B 2020
Embrace Eventual Consistency
jensravens.com / nerdgeschoss.de / RUG::B 2020
Embrace Eventual Consistency
jensravens.com / nerdgeschoss.de / RUG::B 2020
Avoiding Locks and Mutexes
jensravens.com / nerdgeschoss.de / RUG::B 2020
Avoiding Locks and Mutexes
jensravens.com / nerdgeschoss.de / RUG::B 2020
Hold the Door!
jensravens.com / nerdgeschoss.de / RUG::B 2020
Hold the Door!
1 2 3 4 5 6 7 8 9 10
jensravens.com / nerdgeschoss.de / RUG::B 2020
Hold the Door!
jensravens.com / nerdgeschoss.de / RUG::B 2020
jensravens.com / nerdgeschoss.de / RUG::B 2020
Keep it Simple!
jensravens.com / nerdgeschoss.de / RUG::B 2020
Keep it Simple!
79 Controllers
84 Models
79 471 Lines of Code
… and still MVC
jensravens.com / nerdgeschoss.de / RUG::B 2020
Thank you.
Jens Ravens / @jensravens

More Related Content

Similar to Turning it up to 11 - Scaling Ruby on Rails to 100k rps

Identifying intellectual property component at the early stage
Identifying intellectual property component at the early stageIdentifying intellectual property component at the early stage
Identifying intellectual property component at the early stageRathish Chandra Gatti,Ph.D
 
The New Renaissance of JavaScript - SMX London 2019
The New Renaissance of JavaScript - SMX London 2019The New Renaissance of JavaScript - SMX London 2019
The New Renaissance of JavaScript - SMX London 2019Onely
 
The New Renaissance of JavaScript - SMX London 2019
The New Renaissance of JavaScript - SMX London 2019The New Renaissance of JavaScript - SMX London 2019
The New Renaissance of JavaScript - SMX London 2019Onely
 
A/E/C Websites: Innovating from Good to Grape
A/E/C Websites: Innovating from Good to GrapeA/E/C Websites: Innovating from Good to Grape
A/E/C Websites: Innovating from Good to GrapeDavid Lecours
 
Beyond Squishy: The Principles of Adaptive Design
Beyond Squishy: The Principles of Adaptive DesignBeyond Squishy: The Principles of Adaptive Design
Beyond Squishy: The Principles of Adaptive DesignBrad Frost
 
Agility Era Portfolio
Agility Era PortfolioAgility Era Portfolio
Agility Era PortfolioWaelGretly1
 
first website la
first website lafirst website la
first website laThinkful
 
Sloboda Portfolio_final
Sloboda Portfolio_finalSloboda Portfolio_final
Sloboda Portfolio_finalPavel Obod
 
Lean UX in the Enterprise
Lean UX in the EnterpriseLean UX in the Enterprise
Lean UX in the EnterpriseAustin Knight
 
Web/App Development, Design, and SAAS Services Beginner's Tutorial from A to Z
Web/App Development, Design, and SAAS Services Beginner's Tutorial from A to ZWeb/App Development, Design, and SAAS Services Beginner's Tutorial from A to Z
Web/App Development, Design, and SAAS Services Beginner's Tutorial from A to ZSuperHero Marketing
 
Building Hybrid Apps with Ember
Building Hybrid Apps with EmberBuilding Hybrid Apps with Ember
Building Hybrid Apps with Emberjakecraige
 
Architecting Security & Governance Across Your AWS Landing Zone
Architecting Security & Governance Across Your AWS Landing ZoneArchitecting Security & Governance Across Your AWS Landing Zone
Architecting Security & Governance Across Your AWS Landing ZoneAmazon Web Services
 
2016 App vs. Web: Differences & Trends
2016 App vs. Web: Differences & Trends2016 App vs. Web: Differences & Trends
2016 App vs. Web: Differences & TrendsAlexander Meinhardt
 
Notes (2012-06-08)
Notes (2012-06-08)Notes (2012-06-08)
Notes (2012-06-08)Chris Pitt
 
Começando com Android
Começando com AndroidComeçando com Android
Começando com AndroidDextra
 
Operations as a Strategic Differentiator
Operations as a Strategic DifferentiatorOperations as a Strategic Differentiator
Operations as a Strategic DifferentiatorOlyaSurits
 
AppsGenii Projects Portfolio
AppsGenii Projects PortfolioAppsGenii Projects Portfolio
AppsGenii Projects PortfolioMudassir Malik
 

Similar to Turning it up to 11 - Scaling Ruby on Rails to 100k rps (20)

Identifying intellectual property component at the early stage
Identifying intellectual property component at the early stageIdentifying intellectual property component at the early stage
Identifying intellectual property component at the early stage
 
The New Renaissance of JavaScript - SMX London 2019
The New Renaissance of JavaScript - SMX London 2019The New Renaissance of JavaScript - SMX London 2019
The New Renaissance of JavaScript - SMX London 2019
 
The New Renaissance of JavaScript - SMX London 2019
The New Renaissance of JavaScript - SMX London 2019The New Renaissance of JavaScript - SMX London 2019
The New Renaissance of JavaScript - SMX London 2019
 
A/E/C Websites: Innovating from Good to Grape
A/E/C Websites: Innovating from Good to GrapeA/E/C Websites: Innovating from Good to Grape
A/E/C Websites: Innovating from Good to Grape
 
Beyond Squishy: The Principles of Adaptive Design
Beyond Squishy: The Principles of Adaptive DesignBeyond Squishy: The Principles of Adaptive Design
Beyond Squishy: The Principles of Adaptive Design
 
AndroidとiOSのBLEな事情 3
AndroidとiOSのBLEな事情 3AndroidとiOSのBLEな事情 3
AndroidとiOSのBLEな事情 3
 
Agility Era Portfolio
Agility Era PortfolioAgility Era Portfolio
Agility Era Portfolio
 
first website la
first website lafirst website la
first website la
 
Sloboda Portfolio_final
Sloboda Portfolio_finalSloboda Portfolio_final
Sloboda Portfolio_final
 
Sloboda Portfolio_final
Sloboda Portfolio_finalSloboda Portfolio_final
Sloboda Portfolio_final
 
Lean UX in the Enterprise
Lean UX in the EnterpriseLean UX in the Enterprise
Lean UX in the Enterprise
 
Web/App Development, Design, and SAAS Services Beginner's Tutorial from A to Z
Web/App Development, Design, and SAAS Services Beginner's Tutorial from A to ZWeb/App Development, Design, and SAAS Services Beginner's Tutorial from A to Z
Web/App Development, Design, and SAAS Services Beginner's Tutorial from A to Z
 
Building Hybrid Apps with Ember
Building Hybrid Apps with EmberBuilding Hybrid Apps with Ember
Building Hybrid Apps with Ember
 
Architecting Security & Governance Across Your AWS Landing Zone
Architecting Security & Governance Across Your AWS Landing ZoneArchitecting Security & Governance Across Your AWS Landing Zone
Architecting Security & Governance Across Your AWS Landing Zone
 
Rademade presentation
Rademade presentationRademade presentation
Rademade presentation
 
2016 App vs. Web: Differences & Trends
2016 App vs. Web: Differences & Trends2016 App vs. Web: Differences & Trends
2016 App vs. Web: Differences & Trends
 
Notes (2012-06-08)
Notes (2012-06-08)Notes (2012-06-08)
Notes (2012-06-08)
 
Começando com Android
Começando com AndroidComeçando com Android
Começando com Android
 
Operations as a Strategic Differentiator
Operations as a Strategic DifferentiatorOperations as a Strategic Differentiator
Operations as a Strategic Differentiator
 
AppsGenii Projects Portfolio
AppsGenii Projects PortfolioAppsGenii Projects Portfolio
AppsGenii Projects Portfolio
 

More from Jens Ravens

Server Side Swift - AppBuilders 2017
Server Side Swift - AppBuilders 2017Server Side Swift - AppBuilders 2017
Server Side Swift - AppBuilders 2017Jens Ravens
 
Server Side Swift
Server Side SwiftServer Side Swift
Server Side SwiftJens Ravens
 
Working with Xcode and Swift Package Manager
Working with Xcode and Swift Package ManagerWorking with Xcode and Swift Package Manager
Working with Xcode and Swift Package ManagerJens Ravens
 
Server Side Swift with Swag
Server Side Swift with SwagServer Side Swift with Swag
Server Side Swift with SwagJens Ravens
 
Taming Asynchronous Transforms with Interstellar
Taming Asynchronous Transforms with InterstellarTaming Asynchronous Transforms with Interstellar
Taming Asynchronous Transforms with InterstellarJens Ravens
 
Hipster oriented programming (Mobilization Lodz 2015)
Hipster oriented programming (Mobilization Lodz 2015)Hipster oriented programming (Mobilization Lodz 2015)
Hipster oriented programming (Mobilization Lodz 2015)Jens Ravens
 
Hipster Oriented Programming
Hipster Oriented ProgrammingHipster Oriented Programming
Hipster Oriented ProgrammingJens Ravens
 
Functional Reactive Programming without Black Magic (UIKonf 2015)
Functional Reactive Programming without Black Magic (UIKonf 2015)Functional Reactive Programming without Black Magic (UIKonf 2015)
Functional Reactive Programming without Black Magic (UIKonf 2015)Jens Ravens
 
Swift: Immutability and You
Swift: Immutability and YouSwift: Immutability and You
Swift: Immutability and YouJens Ravens
 

More from Jens Ravens (10)

Server Side Swift - AppBuilders 2017
Server Side Swift - AppBuilders 2017Server Side Swift - AppBuilders 2017
Server Side Swift - AppBuilders 2017
 
Server Side Swift
Server Side SwiftServer Side Swift
Server Side Swift
 
Working with Xcode and Swift Package Manager
Working with Xcode and Swift Package ManagerWorking with Xcode and Swift Package Manager
Working with Xcode and Swift Package Manager
 
Server Side Swift with Swag
Server Side Swift with SwagServer Side Swift with Swag
Server Side Swift with Swag
 
Taming Asynchronous Transforms with Interstellar
Taming Asynchronous Transforms with InterstellarTaming Asynchronous Transforms with Interstellar
Taming Asynchronous Transforms with Interstellar
 
Hipster oriented programming (Mobilization Lodz 2015)
Hipster oriented programming (Mobilization Lodz 2015)Hipster oriented programming (Mobilization Lodz 2015)
Hipster oriented programming (Mobilization Lodz 2015)
 
Hipster Oriented Programming
Hipster Oriented ProgrammingHipster Oriented Programming
Hipster Oriented Programming
 
Swift 2
Swift 2Swift 2
Swift 2
 
Functional Reactive Programming without Black Magic (UIKonf 2015)
Functional Reactive Programming without Black Magic (UIKonf 2015)Functional Reactive Programming without Black Magic (UIKonf 2015)
Functional Reactive Programming without Black Magic (UIKonf 2015)
 
Swift: Immutability and You
Swift: Immutability and YouSwift: Immutability and You
Swift: Immutability and You
 

Recently uploaded

%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisamasabamasaba
 
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...SelfMade bd
 
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park %in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park masabamasaba
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...Health
 
VTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnVTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnAmarnathKambale
 
%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg
%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg
%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburgmasabamasaba
 
The title is not connected to what is inside
The title is not connected to what is insideThe title is not connected to what is inside
The title is not connected to what is insideshinachiaurasa2
 
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...masabamasaba
 
%in Harare+277-882-255-28 abortion pills for sale in Harare
%in Harare+277-882-255-28 abortion pills for sale in Harare%in Harare+277-882-255-28 abortion pills for sale in Harare
%in Harare+277-882-255-28 abortion pills for sale in Hararemasabamasaba
 
8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech studentsHimanshiGarg82
 
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...masabamasaba
 
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...chiefasafspells
 
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...WSO2
 
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...WSO2
 
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park %in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park masabamasaba
 
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...Bert Jan Schrijver
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...panagenda
 
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...WSO2
 
WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?WSO2
 
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfonteinmasabamasaba
 

Recently uploaded (20)

%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
 
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
 
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park %in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
 
VTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnVTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learn
 
%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg
%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg
%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg
 
The title is not connected to what is inside
The title is not connected to what is insideThe title is not connected to what is inside
The title is not connected to what is inside
 
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
 
%in Harare+277-882-255-28 abortion pills for sale in Harare
%in Harare+277-882-255-28 abortion pills for sale in Harare%in Harare+277-882-255-28 abortion pills for sale in Harare
%in Harare+277-882-255-28 abortion pills for sale in Harare
 
8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students
 
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
 
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
 
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...
 
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
 
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park %in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
 
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
 
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
 
WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?
 
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
 

Turning it up to 11 - Scaling Ruby on Rails to 100k rps