diff --git a/_data/gsoc-ideas.yml b/_data/gsoc-ideas.yml index 3410e1b..fffd5be 100644 --- a/_data/gsoc-ideas.yml +++ b/_data/gsoc-ideas.yml @@ -15,39 +15,13 @@ mentors: [armanbilge, djspiewak, ekrich, valencik] categories: [AI, web, programming languages] -- title: "Streaming msgpack implementation" - description: "The [msgpack](https://msgpack.org/) data format allows for efficient binary serialization of data. It would be great to have the ability to parse, transform, and emit data in a streaming fashion using FS2 in the [fs2-data](https://fs2-data.gnieh.org) library." - prereqs: Scala, ideally some experience with FS2 and parsing - difficulty: Medium. - length: medium - mentors: [satabin, ybasket] - categories: [streaming, programming languages] - -- title: Scaladoc Search in Protosearch - description: - Protosearch offers an in-browser search experience for documentation. This project aims to add support for Scaladoc, the documentation system for Scala code. As a result of this work, searching for `flatMap` on the cats-effect documentation, for example, would return hits from the tutorial and the relevant method in the Scaladoc. - prereqs: Scala - difficulty: Medium. - length: long - mentors: [valencik] - categories: [data, web] - -- title: Fluent library for files and processes - description: - FS2 has powerful APIs for streaming I/O but using it in small scripts can involve boilerplate. This project aims to create a fluent library for working with files and processes in Scala. A particular focus will be easy integration with the [Typelevel Toolkit](https://typelevel.org/toolkit). - prereqs: Scala, interest in Functional Programming - difficulty: Medium. - length: medium - mentors: [toniogela, zetashift, lenguyenthanh] - categories: [programming languages] - - title: Serverless integrations for Feral description: - Feral is a Typelevel library for building serverless functions that currently supports AWS Lambda. We want to support other cloud providers, such as Google, Cloudflare, and Vercel. + Feral is a Typelevel library for building serverless functions that currently supports AWS Lambda and Google Cloud Run Functions. We want to support more cloud providers, such as Cloudflare Workers. prereqs: Scala, interest in Functional Programming, ideally experience with serverless difficulty: Medium. length: medium - mentors: [armanbilge, toniogela] + mentors: [armanbilge] categories: [cloud, programming languages] - title: Native I/O backend for FS2 JVM @@ -59,14 +33,6 @@ mentors: [antoniojimeneznieto, djspiewak, armanbilge] categories: [operating systems, programming languages] -- title: Production-ready io_uring interop layer - description: A GSoC 2023 project prototyped a new networking I/O layer for FS2 based on the Linux io_uring syscall interface that improved the performance of HTTP servers by more than 3x. Now we need help to make this production-ready by writing code to interoperate with io_uring from the JVM. - prereqs: Java or Scala, ideally some experience with C and JNI - difficulty: Medium. - length: long - mentors: [antoniojimeneznieto, djspiewak, armanbilge] - categories: [operating systems, programming languages] - - title: "Streaming implementation of an XQuery subset" description: "XQuery allows for transforming XML data in a declarative way. Based on the generic streaming query engine added into the [fs2-data](https://fs2-data.gnieh.org) library, write a frontend to implement a streamable subset of XQuery." prereqs: Scala, ideally some experience with XQuery diff --git a/_data/gsoc-projects.yml b/_data/gsoc-projects.yml index 3df38ed..e510d81 100644 --- a/_data/gsoc-projects.yml +++ b/_data/gsoc-projects.yml @@ -1,12 +1,24 @@ -- title: "UringSystem using io_uring" - description: "Integrated Cats Effect and FS2 with Linux kernel APIs and made Ember 3x faster!" +- title: "I/O polling with io_uring" + description: "Integrated Cats Effect and FS2 with Linux kernel APIs, making http4s Ember benchmark 3x faster!" permalink: "https://github.com/armanbilge/fs2-io_uring/pull/78" categories: [operating systems] - title: "Ember Web Sockets" - description: "Implemented network protocols and enabled more projects to cross-compile and run on 100% Typelevel stack" + description: "Implemented the Websocket network protocol in http4s Ember, unblocking JS/Native support for a Kubernetes client." permalink: "https://github.com/http4s/http4s/pull/7261" categories: [web] - title: "Pure Scala Open Telemetry APIs" - description: "Designed Scala APIs for Open Telemetry Specifications and opened the door to a pure Scala SDK" + description: "Designed Scala APIs for Open Telemetry Specifications and opened the door to a pure Scala SDK." permalink: "https://github.com/typelevel/otel4s/pull/236" - categories: [tracing] \ No newline at end of file + categories: [tracing] +- title: "Going Feral on the Cloud" + description: "Introduced a Google Cloud Run Functions integration for Feral to deploy http4s apps in Google's serverless platform." + permalink: "/blog/2024/12/22/gsoc24-going-feral-on-the-cloud.html" + categories: [cloud, programming languages] +- title: "Catscript" + description: "Designed a new library for easy scripting with files and processes, for inclusion in the Typelevel Toolkit." + 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." + permalink: "https://github.com/cozydev-pink/protosearch/pull/241" + categories: [data, web] diff --git a/_includes/_gsoc_project_card.html b/_includes/_gsoc_project_card.html index 8da318d..7bcff35 100644 --- a/_includes/_gsoc_project_card.html +++ b/_includes/_gsoc_project_card.html @@ -1,4 +1,4 @@ - +
diff --git a/gsoc/index.html b/gsoc/index.html index 0f7f216..0f9a423 100644 --- a/gsoc/index.html +++ b/gsoc/index.html @@ -6,24 +6,25 @@

{{ page.title }}

-

Some guidelines on joining and working with Typelevel for the GSoC.

+

Some guidelines on joining and working with Typelevel for GSoC.

{% include _tab-gsoc.html %}

Welcome!

- Typelevel will be participating in GSoC 2024 under the auspices of the Scala Center. - Please read the Center's rules for contributors. + 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 can help you get started with contributing to our projects and help you find a mentor. + 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 2024. + GitHub org discussion + if you want to be part of GSoC 2025.

diff --git a/gsoc/past-projects.html b/gsoc/past-projects.html index f29cfe2..3806573 100644 --- a/gsoc/past-projects.html +++ b/gsoc/past-projects.html @@ -8,7 +8,7 @@

{{ page.title }}

-

Checkout some of our projects from past GSoC years!

+

Checkout some of our projects from past GSoC years!

Click on a project card to learn more about it.

{% include _tab-gsoc.html %}