diff --git a/_data/authors.yml b/_data/authors.yml index 9e5097d..1d3982a 100644 --- a/_data/authors.yml +++ b/_data/authors.yml @@ -417,5 +417,5 @@ zetashift: full_name: "Rishad Sewnarain" github: "zetashift" chingles: - full_name: "Ching Hian, Chew" + full_name: "Ching Hian Chew" github: "Chingles2404" diff --git a/_data/gsoc-ideas.yml b/_data/gsoc-ideas.yml index f634474..925500e 100644 --- a/_data/gsoc-ideas.yml +++ b/_data/gsoc-ideas.yml @@ -101,7 +101,7 @@ 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. prereqs: Scala difficulty: Medium. - length: medium + length: short mentors: [satabin, ybasket] categories: [cloud, web, programming languages] diff --git a/_data/gsoc-projects.yml b/_data/gsoc-projects.yml index e510d81..e72c314 100644 --- a/_data/gsoc-projects.yml +++ b/_data/gsoc-projects.yml @@ -19,6 +19,6 @@ permalink: "https://github.com/typelevel/governance/issues/149" categories: [programming languages] - title: "Scaladoc search in Protosearch" - description: "Integrated Prosoearchwith Scaladocs, enabling a unified search experience across a project's written and API docs." + description: "Integrated Protosearch with Scaladocs, enabling a unified search experience across a project's written and API docs." permalink: "https://github.com/cozydev-pink/protosearch/pull/241" categories: [data, web] diff --git a/_layouts/gsoc-contributor-guidance.html b/_layouts/gsoc-contributor-guidance.html new file mode 100644 index 0000000..c7032f7 --- /dev/null +++ b/_layouts/gsoc-contributor-guidance.html @@ -0,0 +1,16 @@ +--- +layout: page +--- + +
+
+
+

{{ page.title }}

+

Some guidelines on joining and working with Typelevel for Google Summer of Code.

+ {% include _tab-gsoc.html %} +
+
+ {{ content }} +
+
+
diff --git a/collections/_posts/2025-02-27-gsoc.md b/collections/_posts/2025-02-27-gsoc.md new file mode 100644 index 0000000..8031246 --- /dev/null +++ b/collections/_posts/2025-02-27-gsoc.md @@ -0,0 +1,47 @@ +--- +layout: post +title: Typelevel Summer of Code 2025 +category: technical + +meta: + nav: blog + author: armanbilge +--- + +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. + +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.” + +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 [gsoc@typelevel.org]; we are excited to get to know you :) + +## 2024 recap + +Congratulations to our GSoC contributors last year: + +* [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] +* [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]. +* [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. + +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! + +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! + +[GSoC]: https://summerofcode.withgoogle.com/ +[feral-blog]: /blog/2024/12/22/gsoc24-going-feral-on-the-cloud.html +[ideas]: /gsoc/ideas + +[apply]: https://summerofcode.withgoogle.com/get-started +[Discord]: https://discord.gg/hAKabfGjUw +[gsoc@typelevel.org]: mailto:gsoc@typelevel.org + +[Ching]: https://github.com/Chingles2404 +[feral-0.3.1]: https://github.com/typelevel/feral/releases/tag/v0.3.1 + +[Gaby]: https://github.com/Hombre-x +[Catscript]: https://github.com/typelevel/governance/issues/149 +[Typelevel Toolkit]: https://typelevel.org/toolkit/ + +[Abhi]: https://github.com/golden-skipper03 +[protosearch]: https://github.com/cozydev-pink/protosearch/pull/241 + +[meetup]: https://github.com/orgs/typelevel/discussions/151 diff --git a/gsoc/index.html b/gsoc/index.html deleted file mode 100644 index 0f9a423..0000000 --- a/gsoc/index.html +++ /dev/null @@ -1,31 +0,0 @@ ---- -layout: page -title: "GSoC: Guidance" ---- -
-
-
-

{{ page.title }}

-

Some guidelines on joining and working with Typelevel for GSoC.

- {% include _tab-gsoc.html %} -
-
-

Welcome!

-

- Typelevel is in the process of applying to be a mentoring organization for - Google Summer of Code 2025. - Stay tuned! -

-

- Contributors: Feel free to join our Discord server and introduce yourself in the - #summer-of-code channel. - We are still early in the GSoC process, but we would love to say hello and help you get started with contributing to our projects! -

-

- Mentors: Please reach out in the - GitHub org discussion - if you want to be part of GSoC 2025. -

-
-
-
diff --git a/gsoc/index.md b/gsoc/index.md new file mode 100644 index 0000000..4416d35 --- /dev/null +++ b/gsoc/index.md @@ -0,0 +1,26 @@ +--- +layout: gsoc-contributor-guidance +title: "GSoC: Guidance" +--- + +## Welcome! + +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. +We work together to develop projects that apply functional programming to challenging problems relevant in industry. +Our community culture embraces curiosity and mentoring and we don’t shy away from experimenting with new and exciting ideas. +Most of all, we love to make programming joyful and social. + +We are excited to be a Mentoring Organization in [Google Summer of Code 2025](GSoC)! + +**Contributors:** +Please [join our Discord server](invite) and introduce yourself in the [#summer-of-code channel](invite). +We cannot wait to meet you! +You can also reach us at [gsoc@typelevel.org]. + +**Mentors:** +Please reach out in the [GitHub org discussion](discussion) if you want to be part of GSoC 2025. + +[GSoC]: https://summerofcode.withgoogle.com/ +[invite]: https://discord.gg/hAKabfGjUw +[gsoc@typelevel.org]: mailto:gsoc@typelevel.org +[discussion]: https://github.com/orgs/typelevel/discussions/156