Skip to content

Commit ed360d9

Browse files
authored
Merge pull request #549 from armanbilge/gsoc-2025
Announcing GSoC 2025
2 parents 3e1fff1 + fccb59a commit ed360d9

File tree

7 files changed

+92
-34
lines changed

7 files changed

+92
-34
lines changed

_data/authors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ zetashift:
417417
full_name: "Rishad Sewnarain"
418418
github: "zetashift"
419419
chingles:
420-
full_name: "Ching Hian, Chew"
420+
full_name: "Ching Hian Chew"
421421
github: "Chingles2404"
422422
valencik:
423423
full_name: "Andrew Valencik"

_data/gsoc-ideas.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
fs2-data is a streaming data library that supports a plethora of formats. http4s is a library for creating and consuming web services. http4s-fs2-data is a project to integrate the two libraries. We want to integrate more fs2-data modules as well as enhance the existing integrations.
102102
prereqs: Scala
103103
difficulty: Medium.
104-
length: medium
104+
length: short
105105
mentors: [satabin, ybasket]
106106
categories: [cloud, web, programming languages]
107107

_data/gsoc-projects.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
permalink: "https://github.com/typelevel/governance/issues/149"
2020
categories: [programming languages]
2121
- title: "Scaladoc search in Protosearch"
22-
description: "Integrated Prosoearchwith Scaladocs, enabling a unified search experience across a project's written and API docs."
22+
description: "Integrated Protosearch with Scaladocs, enabling a unified search experience across a project's written and API docs."
2323
permalink: "https://github.com/cozydev-pink/protosearch/pull/241"
2424
categories: [data, web]
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
layout: page
3+
---
4+
5+
<div id="section-page">
6+
<div class="container container-blog">
7+
<div class="masthead-blog-detal">
8+
<h1><span>{{ page.title }}</span></h1>
9+
<p>Some guidelines on joining and working with Typelevel for Google Summer of Code.</p>
10+
{% include _tab-gsoc.html %}
11+
</div>
12+
<div class="blog-detail-content">
13+
{{ content }}
14+
</div>
15+
</div>
16+
</div>

collections/_posts/2025-02-27-gsoc.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
layout: post
3+
title: Typelevel Summer of Code 2025
4+
category: technical
5+
6+
meta:
7+
nav: blog
8+
author: armanbilge
9+
---
10+
11+
We are proud to announce that Typelevel is a Mentoring Organization for [Google Summer of Code 2025][GSoC]! If you are a student, this is a wonderful opportunity to spend your summer working on Scala open source projects with mentorship from Typelevel maintainers, while earning a stipend. You can learn more about what the experience is like in [this blog post][feral-blog] by our 2024 contributor Ching Hian Chew.
12+
13+
Please check out [our project ideas and mentors][ideas] spanning AI/ML, serverless, build tooling, frontend/UIs, systems programming, web assembly, and more. Furthermore, if you have an idea of your own, we would love to hear it: Typelevel members have a wide range of interests and a special fondness for building “at the cutting edge of some incredibly bizarre stuff.”
14+
15+
We look forward to welcoming you to the Typelevel community and we hope that this program will be only the beginning of your open source journey. [Applications open on March 24!][apply] Until then, please join us on [Discord] or email us at [[email protected]]; we are excited to get to know you :)
16+
17+
## 2024 recap
18+
19+
Congratulations to our GSoC contributors last year:
20+
21+
* [Ching] expanded Feral’s serverless integrations, in particular adding support for Google Cloud Run HTTP Functions. Her work landed in the [v0.3.1][feral-0.3.1] release. [Read her blog post!][feral-blog]
22+
* [Gaby] designed and implemented [Catscript], a new library for beginner-friendly scripting with Cats Effect, complete with tutorials and documentation. It will become an essential part of the [Typelevel Toolkit].
23+
* [Abhi] integrated [Protosearch with Scaladoc][protosearch], enabling a unified search experience across written and API documentation. It will roll out to all Typelevel libraries in a forthcoming sbt-typelevel release.
24+
25+
Our program culminated in a [virtual meetup][meetup] where each of them gave a lighting talk about their project. Thank you to everyone in our community who showed up for our contributors, especially our mentors Tonio Gela, Thanh Le, Michael Pilquist, Rishad Sewnarain, and Andrew Valencik!
26+
27+
Finally, we are making a broad call for any and all new contributors. Even if you are not eligible to participate in GSoC, you are *always* welcome to join the Typelevel community and contribute to our projects!
28+
29+
[GSoC]: https://summerofcode.withgoogle.com/
30+
[feral-blog]: /blog/2024/12/22/gsoc24-going-feral-on-the-cloud.html
31+
[ideas]: /gsoc/ideas
32+
33+
[apply]: https://summerofcode.withgoogle.com/get-started
34+
[Discord]: https://discord.gg/hAKabfGjUw
35+
36+
37+
[Ching]: https://github.com/Chingles2404
38+
[feral-0.3.1]: https://github.com/typelevel/feral/releases/tag/v0.3.1
39+
40+
[Gaby]: https://github.com/Hombre-x
41+
[Catscript]: https://github.com/typelevel/governance/issues/149
42+
[Typelevel Toolkit]: https://typelevel.org/toolkit/
43+
44+
[Abhi]: https://github.com/golden-skipper03
45+
[protosearch]: https://github.com/cozydev-pink/protosearch/pull/241
46+
47+
[meetup]: https://github.com/orgs/typelevel/discussions/151

gsoc/index.html

Lines changed: 0 additions & 31 deletions
This file was deleted.

gsoc/index.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
layout: gsoc-contributor-guidance
3+
title: "GSoC: Guidance"
4+
---
5+
6+
## Welcome!
7+
8+
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.
9+
We work together to develop projects that apply functional programming to challenging problems relevant in industry.
10+
Our community culture embraces curiosity and mentoring and we don’t shy away from experimenting with new and exciting ideas.
11+
Most of all, we love to make programming joyful and social.
12+
13+
We are excited to be a Mentoring Organization in [Google Summer of Code 2025](GSoC)!
14+
15+
**Contributors:**
16+
Please [join our Discord server](invite) and introduce yourself in the [#summer-of-code channel](invite).
17+
We cannot wait to meet you!
18+
You can also reach us at [[email protected]].
19+
20+
**Mentors:**
21+
Please reach out in the [GitHub org discussion](discussion) if you want to be part of GSoC 2025.
22+
23+
[GSoC]: https://summerofcode.withgoogle.com/
24+
[invite]: https://discord.gg/hAKabfGjUw
25+
26+
[discussion]: https://github.com/orgs/typelevel/discussions/156

0 commit comments

Comments
 (0)