livellosegreto.it is one of the many independent Mastodon servers you can use to participate in the fediverse.
Livello Segreto è il social etico che ha rispetto di te e del tuo tempo.

Administered by:

Server stats:

1.2K
active users

#scala

7 posts7 participants0 posts today

Hey I'm still looking for work.
I've applied to a lot of places in my area and I'm getting nothing.

I'm a programmer at heart, but I've also been looking for regular entry-level jobs because there haven't been any coding positions open at my level as far as I could tell.

If you can offer me a job, it might save my butt. And if you can't offer me a job, could you at least share this post?

I live 30 minutes away from Bellevue if that helps.

The sttp client is an open-source HTTP client for Scala, integrating with every Scala stack, be it synchronous, a.k.a. direct-style, Future-based, or using functional effect systems such as cats-effect, ZIO, Monix, Kyo. The library is available for Scala 2.12, 2.13, and 3 on the JVM, Scala.JS, and Scala Native.
Learn more from our article:
softwaremill.com/sttp-client-4
#scala #http #sttp #programming

SoftwareMillSttp client 4: the Scala HTTP client you always wanted, released!The sttp client is an opensource HTTP client for Scala. It integrates with every Scala stack, be it synchronous, a.k.a. direct-style, Future-based, or using functional affect systems.

sttp client v4 - the #Scala HTTP client you always wanted - released!

Simpler types, shorter names, fewer type parameters, clearer error messages, better IDE integration - these are the driving factors of the new stable release.

#introduction

Hey, just moved from another instance. By day I'm a #Scala developer, working on frontend libraries in the UK public sector. By night I'm... Still a Scala developer, but working on all sorts of odd things that interest me.

I'm also a hobbyist #gamedev, all round techy nerd and love to get stuck in. As my picture implies too, I do like to dabble in some cosplay, so expect pics on that at some point.

Other than that, big gaymer, love all sort of RPGs and spending time with my partner of over a decade (woah...)

Nice to meet you all!

I like Kotlin's approach to multi-platform targeting (e.g., JS, WASM, Native) more than I like Scala's.

Scala has a big standard library, which also depends on Java's library. So the approach was to reimplement a significant chunk of Java's stdlib for JS and native, with all the baggage. Kotlin's approach was much lighter.

On a recent toy project, for the same code, the compiled production binary's size is:
‣ Scala.js —159K
‣ Kotlin/JS — 44K