@@ -16,6 +16,13 @@ revealOptions:
16
16
17
17
---
18
18
19
+ ## 🤔 My goals today
20
+
21
+ - To share hard-won lessons borne out of failures in my past.
22
+ - To encourage you to embrace testing as part of your workflow.
23
+
24
+ ---
25
+
19
26
## 🙋🏻♂️ ` whoami `
20
27
21
28
- 📍 Principal Data Scientist, DSAI, Moderna
@@ -614,6 +621,30 @@ _Do unto others what you would have others do unto you._
614
621
615
622
---
616
623
624
+ ## 💡 Resources
625
+
626
+ <table >
627
+ <tr >
628
+ <td >
629
+ <iframe width =" 560 " height =" 315 " src =" https://www.youtube.com/embed/7NEQApSLT1U " title =" YouTube video player " frameborder =" 0 " allow =" accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture " allowfullscreen ></iframe >
630
+ <br >
631
+ <small >How Software Skillsets Will Accelerate Your Data Science Work</small >
632
+ </td >
633
+ <td >
634
+ <iframe width =" 560 " height =" 315 " src =" https://www.youtube.com/embed/Dx2vG6qmtPs " title =" YouTube video player " frameborder =" 0 " allow =" accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture " allowfullscreen ></iframe >
635
+ <br >
636
+ <small >Principled Data Science Workflows</small >
637
+ </td >
638
+ <td >
639
+ <iframe width =" 560 " height =" 315 " src =" https://www.youtube.com/embed/5RKuHvZERLY " title =" YouTube video player " frameborder =" 0 " allow =" accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture " allowfullscreen ></iframe >
640
+ <br >
641
+ <small >Testing Data Science Code</small >
642
+ </td >
643
+ </tr >
644
+ </table >
645
+
646
+ ---
647
+
617
648
## 😎 Summary
618
649
619
650
1 . ✅ Write tests for your __ code__ .
0 commit comments