Skip to content

Commit

Permalink
feat: add talks page
Browse files Browse the repository at this point in the history
Closes #3
  • Loading branch information
brandonroberts committed Aug 4, 2019
1 parent 595437f commit 5ac48e6
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
33 changes: 33 additions & 0 deletions src/content/pages/talks.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<div class="page talks-page">

## Talks

Below are a list of my conference talks, and podcast appearances.

### Upcoming

* [Automating your Angular projects with Schematics](https://www.angularconnect.com/talks#brandon-roberts)
* [Building Reactive Applications in Angular](https://connect.tech/)

### Previous

#### 2019

* [Building Sub-States with NgRx Selectors](https://www.youtube.com/watch?v=RXuSDiLmcN0)
* [Contributing to RxJS and NgRx Docs](https://www.youtube.com/watch?v=ug0c1tUegm4)
* [NgRx Workshop: A Reactive State of Mind, Day 1 (Subscription Required)](https://www.pluralsight.com/courses/ng-conf-19-ngrx-reactive-day-1)
* [NgRx Workshop: A Reactive State of Mind, Day 2 (Subscription Required)](https://www.pluralsight.com/courses/ng-conf-19-ngrx-reactive-day-2)

#### 2018

* [The Secret Sauce of State Management](https://www.youtube.com/watch?v=meIlUZ2TMs8)
* [Authentication with NgRx](https://www.youtube.com/watch?v=46IRQgNtCGw)
* [Reducing the Boilerplate with NgRx](https://www.youtube.com/watch?v=t3jx0EC-Y3c)
* [Reactive Testing Strategies with NgRx](https://www.youtube.com/watch?v=MTZprd9tI6c)
* [Modern Testing Strategies for Reactive Applications](https://www.youtube.com/watch?v=qEKVzz9kifE)

#### 2017

* [From Inactive to Reactive with NgRx](https://www.youtube.com/watch?v=cyaAhXHhxgk)

</div>
4 changes: 4 additions & 0 deletions src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,8 @@ app-post .center {
div.about-page .pic {
display: flex;
justify-content: center;
}

.talks-page a {
color: blue;
}

0 comments on commit 5ac48e6

Please sign in to comment.