Skip to content

Commit 48fcde1

Browse files
authored
Merge pull request #605 from typelevel/gsoc-onboarding
2 parents 988bd34 + 2e00f0f commit 48fcde1

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

src/gsoc/README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
welcome-tab.class: bulma-is-active
44
%}
55

6-
## Welcome!
6+
# Welcome!
77

88
Typelevel is an ecosystem of projects and a community of people united to foster an inclusive, welcoming, and safe environment around functional programming in Scala.
99
We work together to develop projects that apply functional programming to challenging problems relevant in industry.
@@ -12,14 +12,28 @@ Most of all, we love to make programming joyful and social.
1212

1313
We are excited to be a Mentoring Organization in [Google Summer of Code 2026][GSoC]! If you are interested to join Typelevel as a GSoC Contributor, here are some ways to get started:
1414

15+
* Make your first contribution to our [onboarding repository].
1516
* Join our [Discord server][invite] and introduce yourself in the [#summer-of-code][invite] channel.
1617
* Subscribe to the [Google Group][group] for announcements.
17-
* Check the [calendar] for upcoming onboarding events.
18+
* Check the [calendar] for upcoming events and [videos of past events][videos].
1819

1920
We cannot wait to meet you!
2021
You can also reach us at gsoc@typelevel.org with any questions.
2122

23+
[onboarding repository]: https://github.com/typelevel/gsoc-onboarding
2224
[group]: https://groups.google.com/a/typelevel.org/g/gsoc-applicants
2325
[GSoC]: https://summerofcode.withgoogle.com/
2426
[invite]: https://discord.gg/382Z3w8QTj
2527
[events]: events.md#calendar
28+
[videos]: https://youtube.com/playlist?list=PL_5uJkfWNxdmHk2CtFxDVGiJxpU_UaD2s
29+
30+
## Learning Resources
31+
32+
To learn Scala and functional programming, we recommend these books.
33+
* [*The Scala 3 Book*][scala book]
34+
* [*Creative Scala: Form and Function*][creative]
35+
* [*Functional Programming in Scala*][fpis], aka "The Red Book"
36+
37+
[scala book]: https://docs.scala-lang.org/scala3/book/introduction.html
38+
[creative]: https://www.creativescala.org/creative-scala/
39+
[fpis]: https://www.manning.com/books/functional-programming-in-scala-second-edition

src/gsoc/events.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,18 @@
77

88
Join one of our virtual events to learn more about Typelevel and how you can get involved.
99

10+
### Past events
11+
12+
We publish recordings of past events to our [YouTube Channel].
13+
14+
* February 26, 2026 - ["Intro to GSoC with Typelevel"](https://youtu.be/oOk9-HQZhRk)
15+
1016
## Calendar
1117

1218
@:html
1319
<figure class="bulma-image bulma-is-4by3">
1420
<iframe src="https://calendar.google.com/calendar/embed?src=c_d564ddfda4103975fb17dcf79df38848f788db6ffb8e8de471dc15664324e744%40group.calendar.google.com&ctz=America%2FLos_Angeles" style="border: 0" width="100%" height="100%" frameborder="0" scrolling="no"></iframe>
1521
</figure>
1622
@:@
23+
24+
[YouTube Channel]: https://youtube.com/playlist?list=PL_5uJkfWNxdmHk2CtFxDVGiJxpU_UaD2s

0 commit comments

Comments
 (0)