Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/blog/directory.conf
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,14 @@ annettebieniusa {
bio: "Annette is a lecturer and senior researcher at the Technische Universität Kaiserslautern. Her research interests include semantics of concurrent and distributed programming, with a focus on replication, synchronization, and how they are reflected on programming language level. Annette was involved in several national and international research projects, most recently the in the EU-Projects “SyncFree: Large-scale Computation without Synchronization” and “Lightkone: Lightweight computation for networks at the edge“."
}

antoniojimeneznieto {
name: "Antonio Jimenez"
pronouns: "he/him"
avatar: "https://scaladays.org/assets/img/2025/speakers/antonio-jimenez.jpg"
github: antoniojimeneznieto
bio: "Hi, my name is Antonio. I'm originally from Spain and currently work full-time as software engineer using Scala in Switzerland. I've been using Scala for 5 years, ever since discovering the language during a functional programming course at EPFL. I participated in Google Summer of Code as a student, working on Cats Effect's new I/O integrated runtime leveraging io_uring. Today, I remain actively involved in the project as a co-mentor."
}
Comment on lines +77 to +83
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@antoniojimeneznieto feel free to add/edit, I just grabbed this from your Scala Days bio :)


battermann {
name: "Leif Battermann"
avatar: "https://github.com/battermann.png"
Expand Down
38 changes: 38 additions & 0 deletions src/blog/gsoc-2026.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{%
author: [${armanbilge}, ${antoniojimeneznieto}, ${valencik}]
date: "2026-02-27"
tags: [technical]
%}

# Typelevel Summer of Code 2026

We are pleased to announce that Typelevel is a Mentoring Organization for [Google Summer of Code 2026][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 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 participating in this program will be the beginning of your open source journey. [Applications open on March 16!][apply] Until then, [get started] by [watching our intro presentation][intro] and [making your first contribution][onboard].

[GSoC]: https://summerofcode.withgoogle.com/
[feral-blog]: gsoc24-going-feral-on-the-cloud.md
[ideas]: /gsoc/ideas.md
[apply]: https://summerofcode.withgoogle.com/get-started
[get started]: /gsoc/README.md#getting-started
[intro]: https://www.youtube.com/watch?v=oOk9-HQZhRk
[onboard]: https://github.com/typelevel/gsoc-onboarding

## 2025 recap

Congratulations to our GSoC and TSoC contributors last year:

* [Rahul] upgraded several FS2 APIs to use non-blocking, polling-based I/O, including datagram sockets and native processes on both the JVM and native platforms. This improves their performance and semantics.
* [Shrey] worked on an ambitious project to implement a machine learning inference runtime with Cats Effect on Scala Native. This makes it possible to serve ML models alongside web services without compromising latency.
* [Jay] developed a new API for log4cats based on [a proposal by Olivier Mélois][log4cats proposal]. It encodes the interface as a single abstract method to enhance usability while maintaining compatibility with the original API.

Our program culminated in a virtual 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 Arman Bilge, Antonio Jimenez, Morgen Peschke, Michael Pilquist, 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!

[Rahul]: https://gist.github.com/pantShrey/70e289b9025e49d65289b1195bad5083
[Shrey]: https://gist.github.com/pantShrey/70e289b9025e49d65289b1195bad5083
[Jay]: https://github.com/typelevel/log4cats/pull/920
[log4cats proposal]: https://github.com/typelevel/log4cats/discussions/815
2 changes: 2 additions & 0 deletions src/gsoc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ We work together to develop projects that apply functional programming to challe
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.

## Getting Started

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:

* Make your first contribution to our [onboarding repository].
Expand Down