Blog

Some articles on my experience as a junior dev

My GSoC Journey
My proposal Project repository Work log Join LLM4S

I will be documenting my experience as a Google Summer of Code contributor at the Scala Center, working on LLM4S - a Scala-native framework for building LLM applications.

Using Scala instead of Python allows us to leverage Scala's strong static typing to catch errors at compile time , its functional programming model with immutable data structures for more predictable code , and the vast, high-performance JVM ecosystem for robust concurrency and maintainable LLM applications.

May 2025
The Application.

I share how I got my GSoC proposal accepted starting 10 days before deadline (with some tips).

June 2025
First task.

I share my experience integrating MCP into LLM4S.