#scala search results

We’re hiring: Senior #Scala Developer and Senior #DevOps Engineer. We’re remote-first, async-friendly, and built around what devs actually care about: 🔹 Autonomy: real decisions, not just closing tickets 🔹 Clean engineering: time to do things right 🔹 Growth: learn, build,…

softwaremill's tweet image. We’re hiring: Senior #Scala Developer and Senior #DevOps Engineer.

We’re remote-first, async-friendly, and built around what devs actually care about:

🔹 Autonomy: real decisions, not just closing tickets
🔹 Clean engineering: time to do things right
🔹 Growth: learn, build,…
softwaremill's tweet image. We’re hiring: Senior #Scala Developer and Senior #DevOps Engineer.

We’re remote-first, async-friendly, and built around what devs actually care about:

🔹 Autonomy: real decisions, not just closing tickets
🔹 Clean engineering: time to do things right
🔹 Growth: learn, build,…

Build beautiful TUI apps with this Elm-style Scala library! ❤️ github.com/mattlianje/lay… #scala #elm


Released v1.0.3 of the Mill build tool for #Java #Scala and #Kotlin, now with greatly improved tab-completion and explorability in Bash and Zsh shells

li_haoyi's tweet image. Released v1.0.3 of the Mill build tool for #Java #Scala and #Kotlin, now with greatly improved tab-completion and explorability in Bash and Zsh shells

#scala is currently ranked No. 1 among FP languages

etorreborre's tweet image. #scala is currently ranked No. 1 among FP languages

Congratulations @odersky for receiving the Programming Languages Achievement Award @icfp_conference - well deserved! :) I can only confirm what it says on the citation, your work deeply impacted how I view programming. Let's work towards making #Scala a continued success!

adamwarski's tweet image. Congratulations @odersky for receiving the Programming Languages Achievement Award @icfp_conference - well deserved! :)

I can only confirm what it says on the citation, your work deeply impacted how I view programming.

Let's work towards making #Scala a continued success!

A stable release of Ox - 1.0.0 is now available - making direct-style #Scala production-feasible! In the coming days we'll be taking a deeper dive into the many features of Ox - pick your favourite! And in the meantime, why not explore Ox on your own?

ScalaSpace's tweet image. A stable release of Ox - 1.0.0 is now available - making direct-style #Scala production-feasible!

In the coming days we'll be taking a deeper dive into the many features of Ox - pick your favourite!

And in the meantime, why not explore Ox on your own?

Not a great developer experience, if you ask me #scala

matej_cerny's tweet image. Not a great developer experience, if you ask me #scala

Just blogged "Understanding Match Types in #Scala 3" - with interactive demonstrations (and links to real code to try yourself) bishabosha.github.io/articles/effec…


In Bootzooka - our direct-style #Scala service template - there's a single source of truth when it comes to HTTP endpoints: the code-first description in the backend. From that, during development, an `openapi.yaml` file is generated, after reach successful backend compilation.…

adamwarski's tweet image. In Bootzooka - our direct-style #Scala service template - there's a single source of truth when it comes to HTTP endpoints: the code-first description in the backend.

From that, during development, an `openapi.yaml` file is generated, after reach successful backend compilation.…

If you (want to) live in New York or California, Disney is looking for some Scala/JVM experience: disneycareers.com/en/job/new-yor… #scala #jvm

alvinalexander's tweet image. If you (want to) live in New York or California, Disney is looking for some Scala/JVM experience:

disneycareers.com/en/job/new-yor…

#scala #jvm

If you are not yet familiar with Scala 3's polymorphic function types and other new features, this is a great opportunity to watch and learn. 🎬 youtu.be/nOfefWAQRoU #scala

matej_cerny's tweet image. If you are not yet familiar with Scala 3's polymorphic function types and other new features, this is a great opportunity to watch and learn. 🎬 youtu.be/nOfefWAQRoU #scala

#Scala.js 1.20.1 is released! It features a number of performance improvements, both for the JavaScript and WebAssembly backends. scala-js.org/news/2025/09/0…


Early days, but excited about ZIO Blocks Schema2 + ZIO DynamoDB! 🚀 Schema2 fixes ergonomics, adds powerful features like real optics, and works seamlessly with the existing query API. #Scala #ZIO #DynamoDB

avinder42's tweet image. Early days, but excited about ZIO Blocks Schema2 + ZIO DynamoDB! 🚀
Schema2 fixes ergonomics, adds powerful features like real optics, and works seamlessly with the existing query API.
#Scala #ZIO #DynamoDB

jsoniter is known as one of the fastest JSON libraries. The latest patch version significantly boosts codec derivation! There are also other new features, such as support for simple opaque types and named tuples. #scala


I wrote an online step-by-step Simplex calculator for real-valued linear programming problems using Scala.js 🔴 NO ADDS! jbytecode.github.io/simplex/ For those who teach operations research in their courses. #scala #scalaprogramming


Come and grab a Tapir (while they last - supplies running low ;) ) from the @VirtusLab stand: THE company behind #Scala!

adamwarski's tweet image. Come and grab a Tapir (while they last - supplies running low ;) ) from the @VirtusLab stand: THE company behind #Scala!

#Scala Effects lovers, here is the Halloween 🎃 release of #YAES. We introduced Channels in the library. Now, fibers can communicate asynchronously through message passing 📨. #Kotlin Channels heavily inspired the feature. Here are the release notes: github.com/rcardin/yaes/r… cc…

riccardo_cardin's tweet image. #Scala Effects lovers, here is the Halloween 🎃 release of #YAES. We introduced Channels in the library. Now, fibers can communicate asynchronously through message passing 📨. #Kotlin Channels heavily inspired the feature.

Here are the release notes: github.com/rcardin/yaes/r…

cc…

#Scala trick of the day (Scala.js + IntelliJ + sbt): If you're compiling to JS on save with ~fastLinkJS, make sure to check "Use separate compiler output paths". That way, sbt won't fight (and lose sometimes) IntelliJ over compilation artifacts.

1jpablo1's tweet image. #Scala trick of the day (Scala.js + IntelliJ + sbt):

If you're compiling to JS on save with ~fastLinkJS, make sure to check "Use separate compiler output paths".

That way, sbt won't fight (and lose sometimes) IntelliJ over compilation artifacts.

If you want to find an actual implementation of the ideas in Nicolas' article for #Scala direct-style control flow, you can check version 0.6.0 of the #YAES library: github.com/rcardin/yaes/r…. 🔍We ported almost all the features of the cited #Raise4s library. One feature we're…

riccardo_cardin's tweet image. If you want to find an actual implementation of the ideas in Nicolas' article for #Scala direct-style control flow, you can check version 0.6.0 of the #YAES library: github.com/rcardin/yaes/r…. 🔍We ported almost all the features of the cited #Raise4s library.

One feature we're…

I just published an article on controlling program flow with capabilities in Scala: nrinaudo.github.io/articles/capab… It's actually quite fun and takes you quite far.



I wrote an online step-by-step Simplex calculator for real-valued linear programming problems using Scala.js 🔴 NO ADDS! jbytecode.github.io/simplex/ For those who teach operations research in their courses. #scala #scalaprogramming


#Akka is now Akka-core #Scala


One of the great things about conferences is that chance for face to face discussions which is a key factor for our Bronze sponsor Scala Teams. Pop along to as Hi and see how they can aid your companies goals and also ensure fast scaling. #Lamda_world #scala #Conference

Lambda_World's tweet image. One of the great things about conferences is that chance for face to face discussions which is a key factor for our Bronze sponsor Scala Teams. Pop along to as Hi and see how they can aid your companies goals and also ensure fast scaling. 
#Lamda_world #scala #Conference

Good morning X Family! Buongiorno 🤌❤️🇮🇹 #MariaCallas #Opera #Scala #LearnItalian


#Scala Effects lovers, here is the Halloween 🎃 release of #YAES. We introduced Channels in the library. Now, fibers can communicate asynchronously through message passing 📨. #Kotlin Channels heavily inspired the feature. Here are the release notes: github.com/rcardin/yaes/r… cc…

riccardo_cardin's tweet image. #Scala Effects lovers, here is the Halloween 🎃 release of #YAES. We introduced Channels in the library. Now, fibers can communicate asynchronously through message passing 📨. #Kotlin Channels heavily inspired the feature.

Here are the release notes: github.com/rcardin/yaes/r…

cc…

Yüksek teknoloji ile donatılan ve premium donanım seviyesinden itibaren standart olarak sunulan Škoda Scala'nın Sürüş Modu özelliği ile sürüş karakterinizi dilediğiniz konseptte belirleyebilirsiniz. #AhlatcıOtomotiv #Skoda #Scala #SürüşModu #Yolculuk

ahlatciotomtv's tweet image. Yüksek teknoloji ile donatılan ve premium donanım seviyesinden itibaren standart olarak sunulan Škoda Scala'nın Sürüş Modu özelliği ile sürüş karakterinizi dilediğiniz konseptte belirleyebilirsiniz.

#AhlatcıOtomotiv #Skoda #Scala #SürüşModu #Yolculuk

We’re hiring: Senior #Scala Developer and Senior #DevOps Engineer. We’re remote-first, async-friendly, and built around what devs actually care about: 🔹 Autonomy: real decisions, not just closing tickets 🔹 Clean engineering: time to do things right 🔹 Growth: learn, build,…

softwaremill's tweet image. We’re hiring: Senior #Scala Developer and Senior #DevOps Engineer.

We’re remote-first, async-friendly, and built around what devs actually care about:

🔹 Autonomy: real decisions, not just closing tickets
🔹 Clean engineering: time to do things right
🔹 Growth: learn, build,…
softwaremill's tweet image. We’re hiring: Senior #Scala Developer and Senior #DevOps Engineer.

We’re remote-first, async-friendly, and built around what devs actually care about:

🔹 Autonomy: real decisions, not just closing tickets
🔹 Clean engineering: time to do things right
🔹 Growth: learn, build,…

🔥 Tomorrow’s the big day! Join @ChristianHujer for Clean Code: Refactoring Legacy Code in Scala 🗓 24 Oct | 🕖 19:00 IST | 📍 Google Meet 🎟 Register anytime: 👉 Triffuns: triffuns.com/events/26e014e… 👉 Meetup: meetup.com/meetup-group-n… #CleanCode #Scala #Refactoring

nelkinda's tweet image. 🔥 Tomorrow’s the big day!
Join @ChristianHujer for Clean Code: Refactoring Legacy Code in Scala

🗓 24 Oct | 🕖 19:00 IST | 📍 Google Meet

🎟 Register anytime:
👉 Triffuns: triffuns.com/events/26e014e…

👉 Meetup: meetup.com/meetup-group-n…

#CleanCode #Scala #Refactoring

If you are able to represent an illegal state in your code, you should rethink your model. Start with these two simple tips 👇 yannmoisan.com/make-illegal-s… #ddd #scala


From composting in 🇸🇳 Senegal to silvopastoral systems in 🇳🇵 Nepal and agrobiodiverse farming in 🇨🇴 Colombia — the @FAO-@UNDP #SCALA programme is driving biodiversity-friendly #ClimateAction in agrifood systems 🌱 🔗 Read more: shorturl.at/o9jRf #Adaptation #NbS

FriendsofEbA's tweet image. From composting in 🇸🇳 Senegal to silvopastoral systems in 🇳🇵 Nepal and agrobiodiverse farming in 🇨🇴 Colombia — the @FAO-@UNDP #SCALA programme is driving biodiversity-friendly #ClimateAction in agrifood systems 🌱

🔗 Read more: shorturl.at/o9jRf

#Adaptation #NbS…

Opps, the #jsonnet of JVM will support #Scala 2.12 for three more years


Why use a dedicated k8s operator setup when you can spend two days building your own webhook-based version in Scala? 😂 Anyway, it was a great read! #scala blog.indoorvivants.com/2025-10-20-res…


🚀 Want to join the Club? The Scalus Club is our early adoption group — a place where developers get: - Early feature access - Behind-the-scenes updates - A voice in shaping Scalus Join here 👉 luma.com/scalus #Cardano #Scala #DevEx


🚀 This time it's Scala! Join @nelkinda & @christianhujer— Clean Code: Refactoring Legacy Code in Scala 🎟24 Oct | 19:00 IST | Google Meet 🎟Triffuns: triffuns.com/events/26e014e… or 🎟Meetup: meetup.com/meetup-group-n… #CleanCode #Scala #Refactoring

nelkinda's tweet image. 🚀 This time it's Scala! 
Join @nelkinda & @christianhujer— Clean Code: Refactoring Legacy Code in Scala  

🎟24 Oct | 19:00 IST | Google Meet  
🎟Triffuns: triffuns.com/events/26e014e… or  

🎟Meetup: meetup.com/meetup-group-n…

#CleanCode #Scala #Refactoring

A nice little Scala 3 badge you can add to your repository 👇 #scala

matej_cerny's tweet image. A nice little Scala 3 badge you can add to your repository 👇 #scala

A great thing about learning #Scala is that it has every feature you’d want in a programming language, and those features are generally implemented in a logical, consistent manner. So when you work in another language, it’s just a matter of translating that feature back to what…

alvinalexander's tweet image. A great thing about learning #Scala is that it has every feature you’d want in a programming language, and those features are generally implemented in a logical, consistent manner. So when you work in another language, it’s just a matter of translating that feature back to what…

Ok, this MVC framework looks really incredible! It's built on top of http4s but with a focus on developer happiness and productivity. 👏 #scala

matej_cerny's tweet image. Ok, this MVC framework looks really incredible! It's built on top of http4s but with a focus on developer happiness and productivity. 👏 #scala

Released v1.0.3 of the Mill build tool for #Java #Scala and #Kotlin, now with greatly improved tab-completion and explorability in Bash and Zsh shells

li_haoyi's tweet image. Released v1.0.3 of the Mill build tool for #Java #Scala and #Kotlin, now with greatly improved tab-completion and explorability in Bash and Zsh shells

We’re hiring: Senior #Scala Developer and Senior #DevOps Engineer. We’re remote-first, async-friendly, and built around what devs actually care about: 🔹 Autonomy: real decisions, not just closing tickets 🔹 Clean engineering: time to do things right 🔹 Growth: learn, build,…

softwaremill's tweet image. We’re hiring: Senior #Scala Developer and Senior #DevOps Engineer.

We’re remote-first, async-friendly, and built around what devs actually care about:

🔹 Autonomy: real decisions, not just closing tickets
🔹 Clean engineering: time to do things right
🔹 Growth: learn, build,…
softwaremill's tweet image. We’re hiring: Senior #Scala Developer and Senior #DevOps Engineer.

We’re remote-first, async-friendly, and built around what devs actually care about:

🔹 Autonomy: real decisions, not just closing tickets
🔹 Clean engineering: time to do things right
🔹 Growth: learn, build,…

Absolutely LOVED #eternal at #scala 🥰🥰 I’ve missed them! AMAZING @EastherBennett @verniebennett

geriboy2010's tweet image. Absolutely LOVED #eternal at #scala 🥰🥰 I’ve missed them! AMAZING @EastherBennett @verniebennett
geriboy2010's tweet image. Absolutely LOVED #eternal at #scala 🥰🥰 I’ve missed them! AMAZING @EastherBennett @verniebennett

#scala is currently ranked No. 1 among FP languages

etorreborre's tweet image. #scala is currently ranked No. 1 among FP languages

Ogni epoca habet la scala que si merita #Scala #LGBTQ #Verona

UomoMedievale1's tweet image. Ogni epoca habet la scala que si merita
#Scala #LGBTQ #Verona

Congratulations @odersky for receiving the Programming Languages Achievement Award @icfp_conference - well deserved! :) I can only confirm what it says on the citation, your work deeply impacted how I view programming. Let's work towards making #Scala a continued success!

adamwarski's tweet image. Congratulations @odersky for receiving the Programming Languages Achievement Award @icfp_conference - well deserved! :)

I can only confirm what it says on the citation, your work deeply impacted how I view programming.

Let's work towards making #Scala a continued success!

A stable release of Ox - 1.0.0 is now available - making direct-style #Scala production-feasible! In the coming days we'll be taking a deeper dive into the many features of Ox - pick your favourite! And in the meantime, why not explore Ox on your own?

ScalaSpace's tweet image. A stable release of Ox - 1.0.0 is now available - making direct-style #Scala production-feasible!

In the coming days we'll be taking a deeper dive into the many features of Ox - pick your favourite!

And in the meantime, why not explore Ox on your own?

Early days, but excited about ZIO Blocks Schema2 + ZIO DynamoDB! 🚀 Schema2 fixes ergonomics, adds powerful features like real optics, and works seamlessly with the existing query API. #Scala #ZIO #DynamoDB

avinder42's tweet image. Early days, but excited about ZIO Blocks Schema2 + ZIO DynamoDB! 🚀
Schema2 fixes ergonomics, adds powerful features like real optics, and works seamlessly with the existing query API.
#Scala #ZIO #DynamoDB

Trust me bro, I’m a #scala expert

GuiBibeau's tweet image. Trust me bro, I’m a #scala expert

先日ポストしたSCALAのライブの日の写真も出てきたのでこれもアップしてみよう 対バンも良くてかなり入ってた印象やったなあ 調べてみたら日付は2019年7月20日でもう5年前ってなった! #SCALA #XANVALA

kiwamu_kai's tweet image. 先日ポストしたSCALAのライブの日の写真も出てきたのでこれもアップしてみよう

対バンも良くてかなり入ってた印象やったなあ

調べてみたら日付は2019年7月20日でもう5年前ってなった!

#SCALA #XANVALA
kiwamu_kai's tweet image. 先日ポストしたSCALAのライブの日の写真も出てきたのでこれもアップしてみよう

対バンも良くてかなり入ってた印象やったなあ

調べてみたら日付は2019年7月20日でもう5年前ってなった!

#SCALA #XANVALA

2019年のSCALAのライブに行った時の写真が出てきたのでちょっとアップしてみよう! 今のΛでこのライブ観た人ってどのくらいいるんかな? #XANVALA

kiwamu_kai's tweet image. 2019年のSCALAのライブに行った時の写真が出てきたのでちょっとアップしてみよう!
今のΛでこのライブ観た人ってどのくらいいるんかな?

#XANVALA


We're working on directly emitting Wasm Component Model & WASI Preview 2 binary, aiming to support "server-side Wasm".It's still a PoC, and the API will probably change, but… we can now call Rust functions from Scala! (1/3) #scala #wasm #wasi

ScalaSpace's tweet image. We're working on directly emitting Wasm Component Model & WASI Preview 2 binary, aiming to support "server-side Wasm".It's still a PoC, and the API will probably change, but… we can now call Rust functions from Scala! (1/3)
#scala #wasm #wasi
ScalaSpace's tweet image. We're working on directly emitting Wasm Component Model & WASI Preview 2 binary, aiming to support "server-side Wasm".It's still a PoC, and the API will probably change, but… we can now call Rust functions from Scala! (1/3)
#scala #wasm #wasi

sttp client 4 - the #Scala HTTP client you always wanted: quickly send a request

ScalaSpace's tweet image. sttp client 4 - the #Scala HTTP client you always wanted: quickly send a request

sttp client 4 - the #Scala HTTP client you always wanted: integration with cats-effect

ScalaSpace's tweet image. sttp client 4 - the #Scala HTTP client you always wanted: integration with cats-effect

Loading...

Something went wrong.


Something went wrong.


United States Trends