!yCHRPPuBRoQDEmwjXy:matrix.org

Scala Links

389 Members
2 Servers

Load older messages


SenderMessageTime
29 May 2023
@_discord_951626036632780811:t2bot.ioagatanowak @here 🎥 Want to build lightweight microservices with ease? Check the presentation from ZIO World 2023 "How To Build Lightweight Microservices Using ZIO Stack" by Marcin Krykowski. Watch below for insights into ZIO HTTP, Tapir, Swagger, Quill, and ZIO SQL!

https://www.youtube.com/watch?v=FlhEUqPeRIU
08:47:54
@_discord_951626036632780811:t2bot.ioagatanowak @here Out now on YouTube: Zymposium - Gearing Up for ZIO HTTP 1.0! 🔥 Follow along as we upgrade an application to the latest ZIO HTTP release candidate, showcasing the process and some exciting new features. Prepare for what's next in ZIO HTTP!

https://www.youtube.com/watch?v=qXZOagL-c9Y
13:00:09
@_discord_386604517640372234:t2bot.io.rror#0 changed their display name from Σrror to Σrror#7727.17:39:14
2 Jun 2023
@_discord_583167330566275072:t2bot.iosethtisue new TreeSitter based Scala mode for Emacs under construction https://github.com/KaranAhlawat/scala-ts-mode 17:57:20
3 Jun 2023
@_discord_510415959480336393:t2bot.iopotatoef changed their display name from Potatoe[F[_]] to Potatoe[F[_]]#8651.08:18:43
@_discord_510415959480336393:t2bot.iopotatoef changed their display name from Potatoe[F[_]]#8651 to Potatoe[F[_]].08:18:49
5 Jun 2023
@_discord_951626036632780811:t2bot.ioagatanowak @here Explore the future of ZIO coding in the latest Zymposium episode! Watch below as it unveils a new tool merging AI, ZIO, and documentation, designed to make your ZIO coding smoother and more efficient.

https://www.youtube.com/watch?v=dcArkKSgmdg
08:37:08
@_discord_583167330566275072:t2bot.iosethtisue https://medium.com/scala-3/scala-3-what-is-direct-style-d9c1bcb1f810 17:37:18
@_discord_583167330566275072:t2bot.iosethtisue * Dean Wampler https://medium.com/scala-3/scala-3-what-is-direct-style-d9c1bcb1f810 17:37:23
7 Jun 2023
@_discord_583167330566275072:t2bot.iosethtisue Scala 2.12.18 is out! https://github.com/scala/scala/releases/tag/v2.12.18 15:25:50
@_discord_583167330566275072:t2bot.iosethtisue Scala 2.13.11 is out! https://github.com/scala/scala/releases/tag/v2.13.11 16:43:07
@_discord_192322936219238400:t2bot.ioaly.fish changed their display name from Aly to aly.fish#0.18:56:19
@_discord_192322936219238400:t2bot.ioaly.fish changed their display name from aly.fish#0 to aly.fish.18:56:23
8 Jun 2023
@_discord_583167330566275072:t2bot.iosethtisue blog post by Noel Welsh about his plans to update his books for Scala 3 (Creative Scala, Essential Scala, Scala with Cats) https://noelwelsh.com/posts/books-update/

The plan is to end up with two vastly better books using Scala 3. For now I'm using "Creative Scala" and "Scala with Cats" as the names for these books, but that might change as the books near completion.

note also https://github.com/sponsors/creativescala
14:21:27
@_discord_951626036632780811:t2bot.ioagatanowak @here Check out the Introduction to ZIO Flow by Daniel Vigovszky from ZIO World 2023. Learn how ZIO Flow, allows the definition and execution of high-level workflows in an intuitive way. Explore the new approach to persistent workflow execution.

https://www.youtube.com/watch?v=ujJuFd6Vvfc
14:31:51
9 Jun 2023
@_discord_583167330566275072:t2bot.iosethtisue at SF Scala Holden Karau is presenting this project, thought I'd link it here: https://github.com/holdenk/spark-upgrade

it uses scalafix and other tools to try to automatically upgrade old Spark pipelines to newer Spark versions
01:34:24
@_discord_146777108197277697:t2bot.ioashhan#0 changed their display name from Ashhan to ashhan#0.13:58:44
@_discord_387435475142705152:t2bot.iojungle_hacker69#0 changed their profile picture.20:46:14
10 Jun 2023
@_discord_583167330566275072:t2bot.iosethtisue big new Mill release https://github.com/com-lihaoyi/mill/releases/tag/0.11.0 03:41:45
@_discord_228528632052711436:t2bot.ioj_mie6 changed their display name from jmie6 to j_mie6#0.09:59:00
@_discord_228528632052711436:t2bot.ioj_mie6 changed their display name from j_mie6#0 to j_mie6.09:59:05
@_discord_270243703015079946:t2bot.iobalmungsan3 changed their display name from BalmungSan#5059 to balmungsan3#0.16:05:48
@_discord_270243703015079946:t2bot.iobalmungsan3 changed their display name from balmungsan3#0 to balmungsan3.16:05:50
11 Jun 2023
@_discord_583167330566275072:t2bot.iosethtisue
Python has a reputation as "Executable Pseudocode": code that fits just as easily on a whiteboard during a discussion, as it does in a codebase deploying to production. Scala is a language that can be just as concise a pseudocode as Python, and arguably better at the "executable" part: faster, safer, and with better tooling. This blog post will explore how the Scala libraries from the com.lihaoyi ecosystem allows the use of Scala as Executable Pseudocode

http://www.lihaoyi.com/post/comlihaoyiScalaExecutablePseudocodethatsEasyBoringandFast.html
18:43:38
@_discord_583167330566275072:t2bot.iosethtisue * new blog post by Haoyi

Python has a reputation as "Executable Pseudocode": code that fits just as easily on a whiteboard during a discussion, as it does in a codebase deploying to production. Scala is a language that can be just as concise a pseudocode as Python, and arguably better at the "executable" part: faster, safer, and with better tooling. This blog post will explore how the Scala libraries from the com.lihaoyi ecosystem allows the use of Scala as Executable Pseudocode

http://www.lihaoyi.com/post/comlihaoyiScalaExecutablePseudocodethatsEasyBoringandFast.html
18:43:52
13 Jun 2023
@_discord_583167330566275072:t2bot.iosethtisue https://fosstodon.org/@mpilquist/110533678545859975 01:21:01
@_discord_583167330566275072:t2bot.iosethtisue Very cool to see the Scala 3 spec taking shape, thanks to sjrd's efforts on PRs such as https://github.com/lampepfl/dotty/pull/17447 02:17:23
@_discord_951626036632780811:t2bot.ioagatanowak @here 🎥 The latest Zymposium episode is up! This time, we explore ZIO's new functionality that's making reloadable services a breeze to create. Get your dose of ZIO insights, and watch below!

https://www.youtube.com/watch?v=wwS19ZNTS_k
12:33:29
@_discord_195758349856407552:t2bot.iodavidf changed their display name from davidf to davidf#0.20:03:46
@_discord_195758349856407552:t2bot.iodavidf changed their display name from davidf#0 to davidf.20:03:53

Show newer messages


Back to Room ListRoom Version: 9