Skip to content

Commit e43cfee

Browse files
authored
feat: ✨ slides for the functional programming talk (#170)
# Description Slides for the functional programming talk during our in-person time. No review needed. You all will see it on Thursday. ## Checklist - [x] Formatted Markdown - [x] Ran `just run-all`
1 parent b5e96f9 commit e43cfee

File tree

4 files changed

+964
-0
lines changed

4 files changed

+964
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ _site
2222
_book
2323
public
2424
site
25+
26+
**/*.quarto_ipynb
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: "A talk about an approach to coding for data analysis or software development"
3+
description: |
4+
A 2 hour, casual talk on functional programming concepts for both
5+
data analysis and software development.
6+
author:
7+
- "Luke W. Johnston"
8+
date: "2025-10-23"
9+
categories:
10+
- presentation
11+
- learning
12+
- functional programming
13+
---
14+
15+
We've decided to incorporate more structured peer learning times into our
16+
in-person meetings. So for our [October
17+
2025](https://team.seedcase-project.org/events/2025-10-in-person/)
18+
meeting, I decided to give a talk on functional programming.
19+
20+
The slides can be found [here](./slides.qmd).

0 commit comments

Comments
 (0)