SlideShare uma empresa Scribd logo
1 de 86
Baixar para ler offline
Fast but Not Loose:
Typesafe Clients in a
Distributed Service Architecture,
a retrospective
#gotocon #gotoaar #gilttech

Eric Bowman
VP Architecture @ Gilt Groupe
Monday, September 30, 13

@ebowman
ebowman@gilt.com
Monday, September 30, 13
Monday, September 30, 13
•Scala
•Play
•PostgreSQL
•MongoDB
•Voldemort
•Kafka

•Aster Data
•Mahout
•Jersey
•SBT
•Docker
•Continuous Delivery
Microservices

Monday, September 30, 13
http://upload.wikimedia.org/wikipedia/commons/1/16/Ruby_on_Rails-logo.png
http://wiki.postgresql.org/wiki/File:PostgreSQL_logo.3colors.svg
Monday, September 30, 13
http://logonoid.com/images/thumbs/christian-louboutin-logo.jpg
Monday, September 30, 13
http://data.iluxdb.com/data/christian-louboutin-daffodile-160mm-python-masai-1130127cm09_001.jpg?dd80c0
Monday, September 30, 13
http://upload.wikimedia.org/wikipedia/commons/7/79/Operation_Upshot-Knothole_-_Badger_001.jpg
Monday, September 30, 13
Monday, September 30, 13
Monday, September 30, 13
Monday, September 30, 13
Monday, September 30, 13
Monday, September 30, 13
Monday, September 30, 13
Monday, September 30, 13
http://blog.verwilst.be/wp-content/uploads/2008/12/java.gif
Monday, September 30, 13
swift

user_service

Monday, September 30, 13

order_service

payment_service

product_service

cart_service

pagegen
http://megmurph.com/wp-content/uploads/2013/03/success-1.jpg
Monday, September 30, 13
Service X

Front End

Service Y

Service Z

Monday, September 30, 13
Service X

Front End

Service Y

Service Z

Monday, September 30, 13
Content from Service X
Service X

Service Y

Content from Service Y
Service Z

Monday, September 30, 13

Content from Z

Front End
Front-End Tier
Service Tier
Data Tier

Monday, September 30, 13
Front-End Tier
Service Tier
Data Tier

Monday, September 30, 13

Caching
Light Computation
Orchestration
Front-End Tier

Caching
Light Computation
Orchestration

Service Tier

Caching
Heavier Computation
Separation of Concerns

Data Tier

Monday, September 30, 13
Front-End Tier
Service Tier

Caching
Heavier Computation
Separation of Concerns

Data Tier

Monday, September 30, 13

Caching
Light Computation
Orchestration

Data Access
(Disk/SSD/RAM)
Front-End Tier

Caching
Light Computation
Orchestration

Service Tier

Caching
Heavier Computation
Separation of Concerns

Data Tier

Data Access
(Disk/SSD/RAM)

•Runtime Temperature
•Development Temperature

Monday, September 30, 13
Service
Data Source

JDBC ➾ HashMap ➾
JSON

Front End

JSON ➾ HashMap ➾
JSON

Javascript
Application

http://gilt.com

Monday, September 30, 13
Service
Data Source

JDBC ➾ HashMap ➾
JSON

Front End

JSON ➾ HashMap ➾
JSON

Javascript
Application

http://gilt.com

Chaos Grows Quickly

Monday, September 30, 13
Front End
Service
Data
Source

JDBC ➾ HashMap ➾ JSON

JSON ➾ HashMap ➾
JSON

Service
Data
Source

JDBC ➾ HashMap ➾ JSON

JSON ➾ HashMap ➾
JSON

Javascript
Application

http://gilt.com
Service
Data
Source

Monday, September 30, 13

JDBC ➾ HashMap ➾ JSON

JSON ➾ HashMap ➾
JSON
Front End
Service
Data
Source

Service

JSON ➾ HashMap ➾
JSON

JDBC ➾ HashMap ➾ JSON
JSON ➾ HashMap ➾ JSON

Service
JSON ➾ HashMap ➾ JSON

Data
Source

JSON ➾ HashMap ➾
JSON

Javascript
Application

JDBC ➾ HashMap ➾ JSON

http://gilt.com
Service
Data
Source

Monday, September 30, 13

JDBC ➾ HashMap ➾ JSON

JSON ➾ HashMap ➾
JSON
http://www.recruitmenttakeout.com/wp-content/uploads/2013/04/brian.png
Monday, September 30, 13
•Fast
•Service Decomposition
•Implicit core model was good

Monday, September 30, 13
•Org Scaling
•APIs
•Implicit core model was ... implicit

Monday, September 30, 13
A data model and
APIs for services

Monday, September 30, 13
A data model and
APIs for services
(aka, RPC)

Monday, September 30, 13
core
service
core
service
core
service
core
service

Legacy

http://git-scm.com/images/logos/downloads/Git-Logo-2Color.png
Monday, September 30, 13
core
service
commons.jar

core
service
core
service
core
service

Legacy

http://git-scm.com/images/logos/downloads/Git-Logo-2Color.png
Monday, September 30, 13

core clients
core data
model
async client
framework

Greenfield
core
service
commons.jar

core
service
core
service
core
service

Legacy

http://git-scm.com/images/logos/downloads/Git-Logo-2Color.png
Monday, September 30, 13

core clients
core data
model
async client
framework

Greenfield

•Users
•Sales
•Products
•Skus
•Assets
•Targeting
•Auth
service

client

core

Monday, September 30, 13
service

client

core

Monday, September 30, 13

•RESTful
•Scala clients
•All APIs futures-based
•Case class schema
service

client

core
Compile/Runtime
Dependency

client

core

Monday, September 30, 13

service
Consumer
Client
Core

“Embassy Soil”

Monday, September 30, 13

Service
Core
Consumer
Client
Core

Service
Core

•Easy functional testing
•Service response capture
•Test linking
•Upgradable
•Emergent Regression
•Automated upgrades
•Compile farmers
Monday, September 30, 13
Consumer
Client
Core

Monday, September 30, 13

Service
Core
Consumer
Client
Core

Service
Core

•Environment ⊕ Config
•Live updates
•Indirection
•Circuit Breaker
Monday, September 30, 13
Monday, September 30, 13
“All of this is
completely wrong.”*
*Not an actual quote
Monday, September 30, 13
1.The network is reliable
2.Latency is zero
3.Bandwidth is infinite
4.The network is secure
5.Topology doesn't change
6.There is one administrator
7.Transport cost is zero
8.The network is homogeneous

https://blogs.oracle.com/jag/resource/Fallacies.html
Monday, September 30, 13
1.The network is reliable

https://blogs.oracle.com/jag/resource/Fallacies.html
Monday, September 30, 13
d
e

v
1.The network islreliable
o
s
e
R
https://blogs.oracle.com/jag/resource/Fallacies.html
Monday, September 30, 13
2.Latency is zero

https://blogs.oracle.com/jag/resource/Fallacies.html
Monday, September 30, 13
d
e

v
l
2.Latency is zero
o
s
e
R
https://blogs.oracle.com/jag/resource/Fallacies.html
Monday, September 30, 13
3.Bandwidth is infinite

https://blogs.oracle.com/jag/resource/Fallacies.html
Monday, September 30, 13
d
e

v
l
3.Bandwidth is infinite
o
s
e
R
https://blogs.oracle.com/jag/resource/Fallacies.html
Monday, September 30, 13
4.The network is secure

https://blogs.oracle.com/jag/resource/Fallacies.html
Monday, September 30, 13
d
e

v
4.The network islsecure
o
s
e
R
https://blogs.oracle.com/jag/resource/Fallacies.html
Monday, September 30, 13
5.Topology doesn't change

https://blogs.oracle.com/jag/resource/Fallacies.html
Monday, September 30, 13
d
e

v change
l
5.Topology doesn't
o
s
e
R
https://blogs.oracle.com/jag/resource/Fallacies.html
Monday, September 30, 13
6.There is one administrator

https://blogs.oracle.com/jag/resource/Fallacies.html
Monday, September 30, 13
d
e

v
l
6.There is one administrator
o
s
e
R
https://blogs.oracle.com/jag/resource/Fallacies.html
Monday, September 30, 13
7.Transport cost is zero

https://blogs.oracle.com/jag/resource/Fallacies.html
Monday, September 30, 13
d
e

v zero
7.Transport costlis
o
s
e
R
https://blogs.oracle.com/jag/resource/Fallacies.html
Monday, September 30, 13
8.The network is homogeneous

https://blogs.oracle.com/jag/resource/Fallacies.html
Monday, September 30, 13
d
e

v
8.The network islhomogeneous
o
s
e
R
https://blogs.oracle.com/jag/resource/Fallacies.html
Monday, September 30, 13
“Still Wrong.”*
*Possibly an actual quote
Monday, September 30, 13
Convenience Over
Correctness

http://steve.vinoski.net/blog/2008/07/01/convenience-over-correctness/
Monday, September 30, 13
Public Data Model
Client Layer
Client Data Model
Client Backend
Client/Server Serialization
Model
Service Frontend
Service Model
Service Backend
Database Model
Database

Monday, September 30, 13
Public Data Model
Client Layer
Client Data Model
Client Backend
Client/Server Serialization
Model
Service Frontend
Service Model
Service Backend
Database Model
Database

Monday, September 30, 13

•So many models
•Corners are cut
•Typesafe helps
•Conflation?
•Just the data
Public Data Model
Client Layer
Client Data Model
Client Backend
Client/Server Serialization
Model
Service Frontend
Service Model
Service Backend
Database Model

•So many models
•Corners are cut
•Typesafe helps
•Conflation?
•Just the data

Database

“Works in Practice for some use cases”

Monday, September 30, 13
Public Data Model
Client Layer
Client Data Model
Client Backend
Client/Server Serialization
Model
Service Frontend
Service Model
Service Backend
Database Model

•So many models
•Corners are cut
•Typesafe helps
•Conflation?
•Just the data

Database

“Works in Practice for some use cases”
“No free silver bullet lunches.”
Monday, September 30, 13
However...

Monday, September 30, 13
However...
•No machine generated stubs
•Embassy-Oriented Programming
•Lots of indirection
•Type-system support for failures

Monday, September 30, 13
What Actually Sucks
about RPC:

Monday, September 30, 13
What Actually Sucks
about RPC:
•Remote objects
•Failures
•Idempotency

Monday, September 30, 13
Ignoring all that
was Too Easy.

Monday, September 30, 13
Monday, September 30, 13
Batch Jobs

Monday, September 30, 13
1.The network is reliable
2.Latency is zero
3.Bandwidth is infinite
4.The network is secure
5.Topology doesn't change
6.There is one administrator
7.Transport cost is zero
8.The network is homogeneous

Monday, September 30, 13
Law of Instrument

Monday, September 30, 13
Pulling data.

Monday, September 30, 13
Pushing code.

Monday, September 30, 13
SOA, Reloaded

Monday, September 30, 13
SOA, Reloaded
•CRUD
•Event Streams
•Batch Processing
•Lambda Architecture
•CQRS

Monday, September 30, 13
Client

Service

DB

Monday, September 30, 13
Client

Clickstream
data

Service

Fast
Storage

DB
Kafka

CEP

Batch Jobs

Monday, September 30, 13

Data
Warehouse
http://tech.gilt.com
join us.
new york & dublin
Monday, September 30, 13

Mais conteúdo relacionado

Último

The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfPrecisely
 

Último (20)

The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
 

Destaque

How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthThinkNow
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfmarketingartwork
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024Neil Kimberley
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)contently
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024Albert Qian
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsKurio // The Social Media Age(ncy)
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Search Engine Journal
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summarySpeakerHub
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next Tessa Mero
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentLily Ray
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best PracticesVit Horky
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project managementMindGenius
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...RachelPearson36
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Applitools
 
12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at WorkGetSmarter
 

Destaque (20)

How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental Health
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
 
Skeleton Culture Code
Skeleton Culture CodeSkeleton Culture Code
Skeleton Culture Code
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
 
12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work
 
ChatGPT webinar slides
ChatGPT webinar slidesChatGPT webinar slides
ChatGPT webinar slides
 

"Fast but not Loose" -- Typesafe client/server architecture at Gilt Groupe