SlideShare a Scribd company logo
1 of 91
Download to read offline
Logging -
Considered Harmful?
David Dancy
Programmation Pty Limited
@4dexpert
Race Conditions
Racing C#
Racing C#
initial = 100
Racing C#
initial = 100
-0
100
Racing C#
initial = 100
+1
101
-0
100
Racing C#
initial = 100
+1
101
-2
99
-0
100
Racing C#
initial = 100
+1
101
-2
99
+3
102
-0
100
Racing C#
initial = 100
+1
101
-2
99
+3
102
-4
98
-0
100
Racing C#
initial = 100
+1
101
-2
99
+3
102
-4
98
+5
103
-0
100
Racing C#
initial = 100
+1
101
-2
99
+3
102
-4
98
+5
103
-6
97
-0
100
Racing C#
initial = 100
+1
101
-2
99
+3
102
-4
98
+5
103
-6
97
+7
104
-0
100
Racing C#
initial = 100
+1
101
-2
99
+3
102
-4
98
+5
103
-6
97
+7
104
-8
96
-0
100
Racing C#
initial = 100
+1
101
-2
99
+3
102
-4
98
+5
103
-6
97
+7
104
-8
96
+9
105
-0
100
Racing C#
initial = 100
+1
101
-2
99
+3
102
-4
98
+5
103
-6
97
+7
104
-8
96
+9
105
-10
95
-0
100
Racing C#
initial = 100
+1
101
-2
99
+3
102
-4
98
+5
103
-6
97
+7
104
-8
96
+9
105
-10
95
+11
106
-0
100
Racing C#
initial = 100
+1
101
-2
99
+3
102
-4
98
+5
103
-6
97
+7
104
-8
96
+9
105
-10
95
+11
106
-12
94
-0
100
Racing C#
initial = 100
+1
101
-2
99
+3
102
-4
98
+5
103
-6
97
+7
104
-8
96
+9
105
-10
95
+11
106
-12
94
+13
107
-0
100
Racing C#
initial = 100
+1
101
-2
99
+3
102
-4
98
+5
103
-6
97
+7
104
-8
96
+9
105
-10
95
+11
106
-12
94
+13
107
-14
93
-0
100
Racing C#
[44006:6972073][2015-08-10T22:14:23.5812750Z][DBUG00010][ViewModels.RaceLoggingViewModel.Run L138]: 0
[44006:6972073][2015-08-10T22:14:23.5812830Z][DBUG00010][ViewModels.RaceLoggingViewModel.Run L138]: 1
[44006:6972073][2015-08-10T22:14:23.5812890Z][DBUG00010][ViewModels.RaceLoggingViewModel.Run L138]: 2
[44006:6972073][2015-08-10T22:14:23.5812940Z][DBUG00010][ViewModels.RaceLoggingViewModel.Run L138]: 3
[44006:6972073][2015-08-10T22:14:23.5812990Z][DBUG00010][ViewModels.RaceLoggingViewModel.Run L138]: 4
[44006:6972073][2015-08-10T22:14:23.5813050Z][DBUG00010][ViewModels.RaceLoggingViewModel.Run L138]: 5
[44006:6972073][2015-08-10T22:14:23.5813110Z][DBUG00010][ViewModels.RaceLoggingViewModel.Run L138]: 6
[44006:6972073][2015-08-10T22:14:23.5813160Z][DBUG00010][ViewModels.RaceLoggingViewModel.Run L138]: 7
[44006:6972073][2015-08-10T22:14:23.5813200Z][DBUG00010][ViewModels.RaceLoggingViewModel.Run L138]: 8
[44006:6972073][2015-08-10T22:14:23.5813260Z][DBUG00010][ViewModels.RaceLoggingViewModel.Run L138]: 9
[44006:6972073][2015-08-10T22:14:23.5813310Z][DBUG00010][ViewModels.RaceLoggingViewModel.Run L138]: 10
[44006:6972073][2015-08-10T22:14:23.5813360Z][DBUG00010][ViewModels.RaceLoggingViewModel.Run L138]: 11
[44006:6972073][2015-08-10T22:14:23.5813400Z][DBUG00010][ViewModels.RaceLoggingViewModel.Run L138]: 12
[44006:6972073][2015-08-10T22:14:23.5813450Z][DBUG00010][ViewModels.RaceLoggingViewModel.Run L138]: 13
[44006:6972073][2015-08-10T22:14:23.5813500Z][DBUG00010][ViewModels.RaceLoggingViewModel.Run L138]: 14
[44006:6972073][2015-08-10T22:14:23.5813610Z][DBUG00010][ViewModels.RaceLoggingViewModel.Run L146]: ->
93
Racing C#
initial = 100
Racing C#
initial = 100
-0
100
Racing C#
initial = 100
-0
100
+1
101
Racing C#
initial = 100
-0
100
+1
101
+3
104
Racing C#
initial = 100
-2
102
-0
100
+1
101
+3
104
Racing C#
initial = 100
-2
102
-0
100
+1
101
+3
104
-4
98
Racing C#
initial = 100
-2
102
+5
103
-0
100
+1
101
+3
104
-4
98
Racing C#
initial = 100
-2
102
+5
103
-6
97
-0
100
+1
101
+3
104
-4
98
Racing C#
initial = 100
-2
102
+7
104
+5
103
-6
97
-0
100
+1
101
+3
104
-4
98
Racing C#
initial = 100
-2
102
+7
104
+5
103
-6
97
-0
100
+1
101
+3
104
+9
113
-4
98
Racing C#
initial = 100
-2
102
+7
104
+5
103
-6
97
-0
100
+1
101
-10
93
+3
104
+9
113
-4
98
Racing C#
initial = 100
-2
102
+7
104
+5
103
-6
97
-0
100
+11
104
+1
101
-10
93
+3
104
+9
113
-4
98
Racing C#
initial = 100
-2
102
+7
104
+5
103
-6
97
-0
100
+11
104
-8
96
+1
101
-10
93
+3
104
+9
113
-4
98
Racing C#
initial = 100
-2
102
+7
104
+5
103
-6
97
-0
100
+11
104
-8
96
+1
101
-10
93
+3
104
-12
84
+9
113
-4
98
Racing C#
initial = 100
-2
102
+7
104
+5
103
-6
97
-0
100
+11
104
-8
96
+1
101
-10
93
+3
104
+13
97
-12
84
+9
113
-4
98
Racing C#
initial = 100
-2
102
+7
104
+5
103
-6
97
-0
100
+11
104
-8
96
+1
101
-10
93
+3
104
+13
97
-12
84
+9
113
-14
83
-4
98
Racing C#
[44006:6972073][2015-08-10T22:14:23.5816070Z][DBUG00010][ViewModels.RaceLoggingViewModel.Run L138]: 0
[44006:6972073][2015-08-10T22:14:23.5816250Z][DBUG00010][ViewModels.RaceLoggingViewModel.Run L138]: 1
[44006:6972073][2015-08-10T22:14:23.5816310Z][DBUG00010][ViewModels.RaceLoggingViewModel.Run L138]: 3
[44006:6972073][2015-08-10T22:14:23.5816310Z][DBUG00009][ViewModels.RaceLoggingViewModel.Run L138]: 2
[44006:6972073][2015-08-10T22:14:23.5816360Z][DBUG00010][ViewModels.RaceLoggingViewModel.Run L138]: 4
[44006:6972073][2015-08-10T22:14:23.5816410Z][DBUG00010][ViewModels.RaceLoggingViewModel.Run L138]: 5
[44006:6972073][2015-08-10T22:14:23.5816460Z][DBUG00010][ViewModels.RaceLoggingViewModel.Run L138]: 6
[44006:6972073][2015-08-10T22:14:23.5816500Z][DBUG00010][ViewModels.RaceLoggingViewModel.Run L138]: 7
[44006:6972073][2015-08-10T22:14:23.5816550Z][DBUG00010][ViewModels.RaceLoggingViewModel.Run L138]: 9
[44006:6972073][2015-08-10T22:14:23.5816600Z][DBUG00010][ViewModels.RaceLoggingViewModel.Run L138]: 10
[44006:6972073][2015-08-10T22:14:23.5816640Z][DBUG00010][ViewModels.RaceLoggingViewModel.Run L138]: 11
[44006:6972073][2015-08-10T22:14:23.5816680Z][DBUG00009][ViewModels.RaceLoggingViewModel.Run L138]: 8
[44006:6972073][2015-08-10T22:14:23.5816690Z][DBUG00010][ViewModels.RaceLoggingViewModel.Run L138]: 12
[44006:6972073][2015-08-10T22:14:23.5816740Z][DBUG00010][ViewModels.RaceLoggingViewModel.Run L138]: 13
[44006:6972073][2015-08-10T22:14:23.5816910Z][DBUG00009][ViewModels.RaceLoggingViewModel.Run L138]: 14
[44006:6972073][2015-08-10T22:14:23.5817100Z][DBUG00009][ViewModels.RaceLoggingViewModel.Run L146]: ->
92
Racing C#
Racing C#
Racing C#
Fixed!
????
Accidental Locks
Accidental Locks
I/O operations using [System.Console] are
synchronized, which means multiple threads
can read from, or write to, the streams.
Accidental Locks
I/O operations using [System.Console] are
synchronized, which means multiple threads
can read from, or write to, the streams.
https://github.com/dotnet/corefx/blob/master/src/System.Console/src/System/IO/
SyncTextWriter.cs
Introducing…
TPL Dataflow
TPL Dataflow
ActionBlock<T>
TransformBlock<T, U>
TransformManyBlock<T, U>
TPL Dataflow
ActionBlock<T>
TransformBlock<T, U>
TransformManyBlock<T, U>
BatchBlock<T>
JoinBlock<T, U, …>
BatchedJoinBlock<T, U, …>
TPL Dataflow
ActionBlock<T>
TransformBlock<T, U>
TransformManyBlock<T, U>
BufferBlock<T>
WriteOnceBlock<T>
BroadcastBlock<T>
BatchBlock<T>
JoinBlock<T, U, …>
BatchedJoinBlock<T, U, …>
Execution
TPL Dataflow
ActionBlock<T>
TransformBlock<T, U>
TransformManyBlock<T, U>
BufferBlock<T>
WriteOnceBlock<T>
BroadcastBlock<T>
BatchBlock<T>
JoinBlock<T, U, …>
BatchedJoinBlock<T, U, …>
Grouping
Execution
TPL Dataflow
ActionBlock<T>
TransformBlock<T, U>
TransformManyBlock<T, U>
BufferBlock<T>
WriteOnceBlock<T>
BroadcastBlock<T>
BatchBlock<T>
JoinBlock<T, U, …>
BatchedJoinBlock<T, U, …>
Buffer
Grouping
Execution
TPL Dataflow
ActionBlock<T>
TransformBlock<T, U>
TransformManyBlock<T, U>
BufferBlock<T>
WriteOnceBlock<T>
BroadcastBlock<T>
BatchBlock<T>
JoinBlock<T, U, …>
BatchedJoinBlock<T, U, …>
TPL Dataflow
TPL Dataflow
TPL Dataflow
BufferBlock<T>
TPL Dataflow
BufferBlock<T>
TPL Dataflow
BatchBlock<T>
BufferBlock<T>
TPL Dataflow
BatchBlock<T>
BufferBlock<T>
TPL Dataflow
BatchBlock<T>
BufferBlock<T>
TransformManyBlock<T, U>
TPL Dataflow
BatchBlock<T>
BufferBlock<T>
TransformManyBlock<T, U>
TPL Dataflow
BatchBlock<T>
BufferBlock<T>
TransformManyBlock<T, U>
JoinBlock<T, U, …>
TPL Dataflow
BatchBlock<T>
BufferBlock<T>
TransformManyBlock<T, U>
JoinBlock<T, U, …>
TPL Dataflow
BatchBlock<T>
BufferBlock<T>
TransformManyBlock<T, U>
JoinBlock<T, U, …>
ActionBlock<T>
Safe Logger
Safe Logger
• Create interface ILogger
Safe Logger
• Create interface ILogger
• Debug
Safe Logger
• Create interface ILogger
• Debug
• Info
Safe Logger
• Create interface ILogger
• Debug
• Info
• Include / Exclude
Safe Logger
Safe Logger
2015-07-29 18:00:12.565 SimpleLog.iOS
[57400:1766661]
[2015-07-29T08:00:12.5657180Z]
[DBUG00001]
[SimpleLog.StartPage.OnSizeAllocated L24]: Size: [568, 288]
Safe Logger
Safe Logger
Safe Logger
• Create LogData class implementing ILogData
Safe Logger
• Create LogData class implementing ILogData
• Use ActionBlock<ILogData>
Safe Logger
• Create LogData class implementing ILogData
• Use ActionBlock<ILogData>
• Profit!
Safe Logger
Safe Logger
Safe Logger
• Test harness for different
logging strategies
• Use Scale to increase time
spent working vs logging
Safe Logger
iOS Native Console
Blocking
√ Scale
Queue
√ √
Dataflow
√ √
Safe Logger
• Android (emulator) very
reluctant to race
Safe Logger
Android Native Console
Blocking ? ?
Queue ? ?
Dataflow ? ?
Safe Logger
• Hardware behaves differently
• Test on real hardware
• Beware memory limitations
DEMO
Safe Logging
Safe Logging
• There is no completely safe logging
Safe Logging
• There is no completely safe logging
• There's only less dangerous logging
Safe Logging
• There is no completely safe logging
• There's only less dangerous logging
• Measuring something changes the way it
behaves
Safe Logging
• There is no completely safe logging
• There's only less dangerous logging
• Measuring something changes the way it
behaves
• Change as little as possible
Safe Logging
• There is no completely safe logging
• There's only less dangerous logging
• Measuring something changes the way it
behaves
• Change as little as possible
• Especially threads
CAVEAT LOGITOR

More Related Content

Recently uploaded

Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software DevelopersVinodh Ram
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...stazi3110
 
Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)OPEN KNOWLEDGE GmbH
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfkalichargn70th171
 
Cloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackCloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackVICTOR MAESTRE RAMIREZ
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...kellynguyen01
 
Introduction to Decentralized Applications (dApps)
Introduction to Decentralized Applications (dApps)Introduction to Decentralized Applications (dApps)
Introduction to Decentralized Applications (dApps)Intelisync
 
why an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfwhy an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfjoe51371421
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfkalichargn70th171
 
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...soniya singh
 
Project Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationProject Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationkaushalgiri8080
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsAlberto González Trastoy
 
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASEBATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASEOrtus Solutions, Corp
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...ICS
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdfWave PLM
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVshikhaohhpro
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxComplianceQuest1
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...harshavardhanraghave
 
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideBuilding Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideChristina Lin
 

Recently uploaded (20)

Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software Developers
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
 
Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
 
Cloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackCloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStack
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
 
Introduction to Decentralized Applications (dApps)
Introduction to Decentralized Applications (dApps)Introduction to Decentralized Applications (dApps)
Introduction to Decentralized Applications (dApps)
 
why an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfwhy an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdf
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
 
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
 
Project Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationProject Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanation
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
 
Call Girls In Mukherjee Nagar 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
Call Girls In Mukherjee Nagar 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...Call Girls In Mukherjee Nagar 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
Call Girls In Mukherjee Nagar 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
 
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASEBATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTV
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docx
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
 
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideBuilding Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
 

Featured

2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by HubspotMarius Sescu
 
Everything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTEverything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTExpeed Software
 
Product Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsProduct Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsPixeldarts
 
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
 

Featured (20)

2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot
 
Everything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTEverything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPT
 
Product Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsProduct Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage Engineerings
 
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...
 

Logging considered-harmful