Skip to content

Commit

Permalink
Adding slides.
Browse files Browse the repository at this point in the history
  • Loading branch information
algogrit committed Apr 16, 2024
1 parent fe641e2 commit 62cf8d9
Show file tree
Hide file tree
Showing 5 changed files with 253 additions and 0 deletions.
1 change: 1 addition & 0 deletions slides/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
datadog.slides.agarwalconsulting.com
Binary file added slides/assets/images/me.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
105 changes: 105 additions & 0 deletions slides/index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic);

body {
background: #444;
font-family: 'Droid Serif';
}

h1, h2, h3 {
font-family: 'Yanone Kaffeesatz';
font-weight: normal;
}

.remark-code, .remark-inline-code { font-family: 'Ubuntu Mono'; }

.remark-slide-content {
background: #333;
color: white;
}

a {
color: #ccc;
text-decoration: none;
}

.left-column {
color: #ccc;
width: 20%;
height: 92%;
float: left;
}

.left-column strong {
color: #eee;
}

.tarkalabs-logo img {
max-height: 20px;
}

.signature {
position: absolute;
bottom: 15px;
left: 20px;
}

img {
background-size: cover;
max-width: 100%;
}

.right-column {
width: 75%;
float: right;
padding-top: 1em;
}

.image-credits {
font-size: 10px;
position: absolute;
bottom: 40px;
right: 20px;
}
.image-credits::before {
font-size: 10px;
content: 'Image Credits: ';
}

.content-credits {
font-size: 10px;
position: absolute;
bottom: 55px;
right: 20px;
}
.content-credits::before {
font-size: 10px;
content: 'Content Credits: ';
}

body.light {
background: #333;
}

body.light .remark-slide-content {
background: white;
color: #333;
}

body.light a {
color: #888;
}

body.light .left-column {
color: #888;
}

body.light .left-column strong {
color: #444;
}

code {
display: inline-block !important;
text-align: left;
}
18 changes: 18 additions & 0 deletions slides/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<title>Elixir</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="index.css"/>
</head>
<body>
<script src="https://remarkjs.com/downloads/remark-latest.min.js">
</script>
<script>
var slideshow = remark.create({
sourceUrl: 'slides.md',
highlightStyle: 'tomorrow-night'
});
</script>
</body>
</html>
129 changes: 129 additions & 0 deletions slides/slides.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,129 @@
layout: true

.signature[@algogrit]

---

class: center, middle

# Observability with DataDog

Gaurav Agarwal

---

class: center, middle

![Me](assets/images/me.png)

Software Engineer & Product Developer

Director of Engineering & Founder @ https://codermana.com

ex-Tarka Labs, ex-BrowserStack, ex-ThoughtWorks

---

class: center, middle

*What we wanted*

![In-class Training](assets/images/professional-training-courses.jpg)

---

class: center, middle

*What we got*

![WFH](assets/images/wfh.jpg)

---

## As an instructor

- I promise to

- make this class as interactive as possible

- use as many resources as available to keep you engaged

- ensure everyone's questions are addressed

---

## What I need from you

- Be vocal

- Let me know if there are any audio/video issues ASAP

- Feel free to interrupt me and ask me questions

- Be punctual

- Give feedback

- Work on the exercises

- Be *on mute* unless you are speaking

---
class: center, middle

## Class progression

![Learning Curve](assets/images/learning-curve.jpg)

---
class: center, middle

Here you are trying to *learn* something, while here your *brain* is doing you a favor by making sure the learning doesn't stick!

---

### Some tips

- Slow down => stop & think
- listen for the questions and answer

- Do the exercises
- not add-ons; not optional

- There are no dumb questions!

- Drink water. Lots of it!

---

### Some tips (continued)

- Take notes
- Try: *Repetitive Spaced Out Learning*

- Talk about it out loud

- Listen to your brain

- *Experiment!*

---
class: center, middle

### 📚 Content ` > ` 🕒 Time

---
class: center, middle

## Show of hands

*Yay's - in Chat*

---
class: center, middle

Code
https://github.com/AgarwalConsulting/datadog-training

Slides
https://datadog.slides.agarwalconsulting.com

0 comments on commit 62cf8d9

Please sign in to comment.