# Twtxt is an open, distributed microblogging platform that # uses human-readable text files, common transport protocols, # and free software. # # Learn more about twtxt at https://github.com/buckket/twtxt # # This is an automated Yarn.social feed running feeds v0.1.0@72e53a9 # Learn more about Yarn.social at https://yarn.social # # nick = alexandru-nedelcu-all-articles # url = https://feeds.twtxt.net/alexandru-nedelcu-all-articles/twtxt.txt # type = rss # source = https://alexn.org/feeds/all.xml # avatar = # description = Feed of blog articles, wiki, published at alexn.org # updated_at = 2024-11-20T09:42:03Z # 2022-10-28T07:21:54Z **I ❤️ Scala's Community**
I find Scala’s community to be really nice, welcoming, warm, and productive. I am not talking just of the Typelevel sub-community, which is awesome, but of the whole Scala community. The whole thing. ⌘ [Read more](https://alexn.org/blog/2022/10/28/love-scala-community/?pk_campaign=rss) 2022-10-27T12:34:46Z **Immutable Collections should be Your Default**
Mutable collection types should only be used strategically, with purpose, otherwise for correctness/safety purposes, the default should be immutable collection types, aka persistent data structures. ⌘ [Read more](https://alexn.org/blog/2022/10/27/immutable-collections-your-default/?pk_campaign=rss) 2022-10-24T09:07:21Z **On Scala 3's Optional Braces**
I dislike Scala 3’s significant whitespace syntax. At this point it’s safe to say that I hate it, being (IMO) an unfortunate evolution of the language. ⌘ [Read more](https://alexn.org/blog/2022/10/24/scala-3-optional-braces/?pk_campaign=rss) 2022-10-21T06:46:07Z **Building a Queue for Delayed Messages via a RDBMS (1): Design**
Ever had the need to deliver messages on your queue at a certain timestamp in the future? Look no further, because your RDBMS can do it. This is part 1 of a series that builds a solution from scratch. ⌘ [Read more](https://alexn.org/blog/2022/10/21/modeling-queue-for-delayed-messages-via-rdbms/?pk_campaign=rss) 2022-10-19T12:00:00Z **Cut the Technobabble**
The marketing for Functional Programming is made of technobabble. Technobabble was used in Star Trek. Those long discussions are what Star Trek was loved for, but technobabble isn’t good for sharing knowledge or advancing our field. ⌘ [Read more](https://alexn.org/blog/2022/10/19/cut-the-technobabble/?pk_campaign=rss) 2022-10-13T09:00:00Z **The case against Effect Systems (e.g., the IO data type)**
As Scala developers and fans of the functional programming promoted by Haskell, how do we justify the use of IO to newbies coming from Java? It’s been a fun ride, but the truth is that Java 19 is changing everything. ⌘ [Read more](https://alexn.org/blog/2022/10/13/the-case-against-effect-systems-io-data-type/?pk_campaign=rss) 2022-10-03T05:13:13Z **Execute Shell Commands in Java/Scala/Kotlin**
The following describes snippets for executing shell commands, in Java, Scala, and Kotlin, using standard functionality. It’s also useful to compare Java vs Scala vs Kotlin for this particular problem. ⌘ [Read more](https://alexn.org/blog/2022/10/03/execute-shell-commands-in-java-scala-kotlin/?pk_campaign=rss) 2022-09-28T22:41:48Z **The Trouble with Checked Exceptions: Part 2**
Java’s Checked Exceptions are problematic, and it’s not only due to their ergonomics. The bigger problem is that they are in conflict with abstraction and OOP. Also, few people care about typed exceptions (unless they are happy path results, not errors). ⌘ [Read more](https://alexn.org/blog/2022/09/28/the-trouble-with-checked-exceptions-part-2/?pk_campaign=rss) 2022-09-22T07:00:00Z **Proprietary Environments are a Trap**
What to learn in order to not become obsolete as a software developer, and then being forced into early retirement from programming? What platforms to prefer for building products that last with minimal maintenance? ⌘ [Read more](https://alexn.org/blog/2022/09/22/proprietary-environments-are-a-trap/?pk_campaign=rss) 2022-09-21T16:00:00Z **Java 19**
Java 19 is now released, and it’s a big deal, as it ships with Virtual Threads (JEP 425), among other goodies, like structured concurrency (JEP 428), or improvements to pattern matching (JEPs 405, 427). I haven’t been as excited about a Java release in a long time. ⌘ [Read more](https://alexn.org/blog/2022/09/21/java-19/?pk_campaign=rss) 2022-09-21T09:00:00Z **Akka Fork FUD**
Lightbend made Akka proprietary from version 2.7.x onward. This left the community wondering about the possibility of a fork, and unfortunately, I see some FUD that needs to be addressed. ⌘ [Read more](https://alexn.org/blog/2022/09/21/akka-fork-fud/?pk_campaign=rss) 2022-09-19T09:00:00Z **Java's Cultural Problem**
Java is good by modern standards, from a technical perspective, the platform having received a lot of improvements from Java 8 to 17. Unfortunately, it still stinks, and the problem is its “enterprise” culture. ⌘ [Read more](https://alexn.org/blog/2022/09/19/java-cultural-problem/?pk_campaign=rss) 2022-09-13T09:00:00Z **Scripting with Scala**
Unix has a long tradition with scripting — small programs represented as text files that can be inspected, modified, and executed. Scala can be used for scripting too. ⌘ [Read more](https://alexn.org/blog/2022/09/13/scripting-with-scala/?pk_campaign=rss) 2022-09-12T09:00:00Z **#DeleteFacebook**
I finally managed to delete my Facebook account. This was a long time coming. Being disconnected feels good, it feels liberating. ⌘ [Read more](https://alexn.org/blog/2022/09/12/delete-facebook/?pk_campaign=rss) 2022-09-12T05:58:10Z **Wiki — Java**
Article
 updated at September 18, 2022,
 created at September 12, 2022. ⌘ [Read more](https://alexn.org/wiki/java/?pk_campaign=rss) 2022-09-09T05:00:37Z **Scala isn't fun anymore**
I’ve just spent over a day, going to sleep at 1:00 am, to upgrade dependencies and fix eviction warnings in the build of a Scala project. ⌘ [Read more](https://alexn.org/blog/2022/09/09/scala-isnt-fun-anymore/?pk_campaign=rss) 2022-09-07T16:31:21Z **Akka is moving away from Open Source**
According to today’s announcement, Lightbend is changing Akka’s licensing to “Business Source License (BSL)”. This is not an Open Source, or a Free Software license. This is a proprietary license. ⌘ [Read more](https://alexn.org/blog/2022/09/07/akka-is-moving-away-from-open-source/?pk_campaign=rss) 2022-09-07T16:28:56Z **Open Source vs Free Software**
You may think that Open Source is about having “access to source code”, whereas Free Software is about freedom. Kids, gather around, let me tell you why that’s wrong. ⌘ [Read more](https://alexn.org/blog/2022/09/07/free-software-vs-open-source/?pk_campaign=rss) 2022-09-06T00:00:00Z **Limiting Toxic Technology**
Toxic usage patterns of technology, begone — inspired by a self-help book 🤷‍♂️ I changed my philosophy and habits regarding the use of technology. ⌘ [Read more](https://alexn.org/blog/2022/09/06/limiting-toxic-technology/?pk_campaign=rss) 2022-09-01T16:09:35Z **Impressions on Web Browsers**
I like to muse about technology, and have a fetish for web browsers, since I love the open web, being old enough to remember its rise and the browser wars. Recently I’ve uninstalled Firefox and fully embraced Chromium. ⌘ [Read more](https://alexn.org/blog/2022/09/01/impressions-on-chrome-brave/?pk_campaign=rss) 2022-09-01T13:10:16Z **Wiki — Chromium (Brave, …)**
Article
 updated at September 11, 2022,
 created at September 1, 2022. ⌘ [Read more](https://alexn.org/wiki/chromium/?pk_campaign=rss) 2022-05-23T00:00:00Z **Tracking Side Effects in Scala**
What if we’d use Scala’s type system for tracking side-effects in impure code, too? In the Scala/FP community we use and love effect systems, such as Cats Effect, with its IO data type. “Suspending side-effects” in IO is great, but in Scala it’s either IO or forgoing any kind of type-safety for side-effects, and that’s bad. ⌘ [Read more](https://alexn.org/blog/2022/05/23/tracking-effects-in-scala/?pk_campaign=rss) 2022-05-13T00:00:00Z **OOP vs Type Classes, Part 1: Ideology**
This is the 1st article of a series that explores the difference between OOP design, and parametric polymorphism with Type Classes, as both are possible in Scala. ⌘ [Read more](https://alexn.org/blog/2022/05/13/oop-vs-type-classes-part-1-ideology/?pk_campaign=rss) 2022-05-11T00:00:00Z **Implicit vs Scala 3's Given**
I don’t like given, as an alternative to implicit in Scala 3. The more I try working with it, the more it annoys me; and my understanding may be superficial, but I don’t like this direction. Here’s a comparisson between given and implicit, that I hope is fair… ⌘ [Read more](https://alexn.org/blog/2022/05/11/implicit-vs-scala-3-given/?pk_campaign=rss) 2022-04-29T00:00:00Z **Free Speech**
Free speech is the right of an individual or community to articulate their opinions and ideas without fear of retaliation, censorship, or legal sanction. And it's under threat; the Internet is leading to mistrust in 20th century's institutions, with free speech being one of the casualties. ⌘ [Read more](https://alexn.org/blog/2022/04/29/free-speech/?pk_campaign=rss) 2022-04-18T00:00:00Z **Scala OOFP Design Sample**
Scala is considered a multi-paradigm language, for better or worse, being one of the best OOP languages, which is why it’s so versatile. Let’s do a design exercise, going from OOP to static FP, and back. Let’s understand the various techniques promoted in the community, and understand why the OOP design isn’t just “idiomatic” for Scala, but can be superior to alternatives. ⌘ [Read more](https://alexn.org/blog/2022/04/18/scala-oop-design-sample/?pk_campaign=rss) 2022-04-09T00:00:00Z **Scala's Gitter to Discord migration mistake**
The Scala community is increasingly using Discord for “real-time chat”. This was announced in December, and the community page lists several Discord “servers”, one of them belonging to Typelevel. I think this move from Gitter to Discord is probably a mistake. ⌘ [Read more](https://alexn.org/blog/2022/04/09/scala-gitter-discord-mistake/?pk_campaign=rss) 2022-04-05T00:00:00Z **On Typelevel and Monix**
Planning the future is difficult, but can bring clarity and purpose. I’m stepping down from the Typelevel Steering Committee. I also have plans for Monix’s future. ⌘ [Read more](https://alexn.org/blog/2022/04/05/future-monix-typelevel/?pk_campaign=rss) 2022-04-01T00:00:00Z **A Return to Blogging**
I like writing about my personal projects and about programming in general. Helping others learn programming seems to be my calling. I rarely write on this blog, however, but I’m trying to change that. You should have a blog too. ⌘ [Read more](https://alexn.org/blog/2022/04/01/blogging/?pk_campaign=rss) 2022-03-30T14:08:01Z **Finding Focus in Harsh Times**
Since 2020 world events have obliterated my ability to focus, and anxiety has gone through the roof. This is a personal reflection and a plan for recovery. ⌘ [Read more](https://alexn.org/blog/2022/03/30/focus/?pk_campaign=rss) 2022-03-11T11:59:24Z **Wiki — Ubuntu Server**
Article
 updated at September 1, 2022,
 created at March 11, 2022. ⌘ [Read more](https://alexn.org/wiki/ubuntu-server/?pk_campaign=rss) 2022-01-29T16:21:03Z **Wiki — Excel**
Article
 updated at September 1, 2022,
 created at January 29, 2022. ⌘ [Read more](https://alexn.org/wiki/excel/?pk_campaign=rss) 2022-01-29T05:08:17Z **Wiki — Unix shell (CLI)**
Article
 updated at September 1, 2022,
 created at January 29, 2022. ⌘ [Read more](https://alexn.org/wiki/unix-shell-cli/?pk_campaign=rss) 2022-01-22T00:00:00Z **Cleanup Scala/Java project**
Snippet for cleaning up a Scala project’s directory of all compiled files. ⌘ [Read more](https://alexn.org/blog/2022/01/22/cleanup-scala-project/?pk_campaign=rss) 2021-08-29T00:00:00Z **VSCode workplace recommended extensions**
You can recommend the required VSCode extensions per repository to your fellow programmers. This is what VSCode calls “workspace recommended extensions”. ⌘ [Read more](https://alexn.org/blog/2021/08/29/vscode-recommended-extensions-vscode-extensions-json/?pk_campaign=rss) 2021-08-02T00:00:00Z **Unsafe Lazy Resource.scala**
Snippet for an impure way (no IO) to create a resource that can later be closed. ⌘ [Read more](https://alexn.org/blog/2021/08/02/unsafelazyresource-scala/?pk_campaign=rss) 2021-07-18T12:23:50Z **Combining the terminal (iTerm) with the IDE**
⌘+Click on a file path triggers my terminal to open that file inside my IDE, and that helps a lot. ⌘ [Read more](https://alexn.org/blog/2021/07/18/iterm-open-file-cmd-click-ide-semantic-history/?pk_campaign=rss) 2021-06-24T07:13:23Z **Wiki — TLS/SSL (HTTPS)**
Article
 updated at September 1, 2022,
 created at June 24, 2021. ⌘ [Read more](https://alexn.org/wiki/tls/?pk_campaign=rss) 2021-03-30T20:12:35Z **Tolerance**
I just refactored a piece of code. I deleted 6 source code files, and rebuilt the functionality with a bunch of dirty OOP classes shoved in a single file 😱 ⌘ [Read more](https://alexn.org/blog/2021/03/30/tolerance/?pk_campaign=rss) 2021-03-29T19:58:29Z **Atom/RSS Feeds are the Best Way to Consume the Web**
I stay connected to websites I care about via an RSS/Atom feed reader. It’s better than social media for finding out what’s new because it’s clutter-free. By following RSS/Atom feeds, I discover wonderful gems that otherwise would be lost in the noise. ⌘ [Read more](https://alexn.org/blog/2021/03/29/atom-rss-feeds-are-the-best-way-to-consume-the-web/?pk_campaign=rss) 2021-02-26T06:30:07Z **ING Scala Meetup on Scala 3 (live coding session)**
Online meetup on Scala 3’s newly introduced types and features for encoding type classes. ⌘ [Read more](https://alexn.org/blog/2021/02/26/type-classes-in-scala-3-live-coding-session/?pk_campaign=rss) 2021-02-22T13:39:35Z **Implementing a CountDownLatch (async and dirty)**
Yo dawg, I heard you liked concurrency primitives. Let’s implement our own asynchronous, dirty CountDownLatch. ⌘ [Read more](https://alexn.org/blog/2021/02/22/countdownlatch-async-dirty/?pk_campaign=rss) 2021-02-22T00:00:00Z **Matomo (Analytics) Hosting via Docker**
Docker setup for self-hosting Matomo, an open-source alternative to Google Analytics. ⌘ [Read more](https://alexn.org/blog/2021/02/22/matomo-hosting-via-docker/?pk_campaign=rss) 2021-02-12T11:32:33Z **Scala's List has a Secret**
OOP couples the data with the methods operating on it, and this is considered bad in FP circles. But is it? ⌘ [Read more](https://alexn.org/blog/2021/02/12/scala-list-secret/?pk_campaign=rss) 2021-01-26T19:49:35Z **Tail Recursive Functions (in Scala)**
Turning imperative algorithms to tail-recursive functions isn’t necessarily obvious. In this article (and video) I’m showing you the trick you need, and in doing so, we’ll discover the Zen of Functional Programming. ⌘ [Read more](https://alexn.org/blog/2021/01/26/tail-recursive-functions-in-scala/?pk_campaign=rss) 2021-01-20T00:00:00Z **Snippet: Tagless Final vs OOP**
Snippet of code discussing Tagless Final vs OOP-style dependency injection. ⌘ [Read more](https://alexn.org/blog/2021/01/20/tagless-final-vs-oop/?pk_campaign=rss) 2021-01-14T00:00:00Z **Snippet: Remove blank lines from text**
Just a regular expression. ⌘ [Read more](https://alexn.org/blog/2021/01/14/remove-blank-lines/?pk_campaign=rss) 2020-12-20T15:16:08Z **There are No Acceptable Ads**
Retracted article ⌘ [Read more](https://alexn.org/blog/2020/12/20/no-acceptable-ads/?pk_campaign=rss) 2020-12-06T00:00:00Z **Execute shell commands in F#**
Snippet in plain F# with no dependencies. Features a neat shebang. ⌘ [Read more](https://alexn.org/blog/2020/12/06/execute-shell-command-in-fsharp/?pk_campaign=rss) 2020-11-30T14:38:13Z **Wiki — Web**
Article
 updated at September 8, 2022,
 created at November 30, 2020. ⌘ [Read more](https://alexn.org/wiki/web/?pk_campaign=rss) 2020-11-22T00:00:00Z **Using ScalaTest for Effects**
Helpers for integrating with cats.effect.IO. ⌘ [Read more](https://alexn.org/blog/2020/11/22/effecttestsuite-scala/?pk_campaign=rss) 2020-11-17T09:02:13Z **Best practice for natural Ordering**
Definitions of scala.math.Ordering MUST BE consistent with equals, an often overlooked law that can lead to problems. ⌘ [Read more](https://alexn.org/blog/2020/11/17/best-practice-for-ordering-comparable/?pk_campaign=rss) 2020-11-15T16:17:25Z **Managing Database Migrations in Scala**
The database schema should be described as code, in your repository. And you should be able to semi-automatically update your database schema on new deployments. ⌘ [Read more](https://alexn.org/blog/2020/11/15/managing-database-migrations-scala/?pk_campaign=rss) 2020-11-13T00:00:00Z **List static blog tags in folder (Jekyll, etc)**
Script for listing the used tags of a Jekyll directory of articles. ⌘ [Read more](https://alexn.org/blog/2020/11/13/list-blog-tags-in-folder/?pk_campaign=rss) 2020-11-12T18:02:46Z **I like Option.get**
We should strive to make illegal states unrepresentable. Option.get is a partial function that, according to many, shouldn’t be in the standard library. Yet it doesn’t bother me; the inability of Scala to make it safe is the problem. ⌘ [Read more](https://alexn.org/blog/2020/11/12/i-like-option-get/?pk_campaign=rss) 2020-11-11T12:43:46Z **Organize and Index Your Screenshots (OCR) on macOS**
Screenshots contain text, text that should be searchable, as finding a screenshot later is the whole point of creating it. ⌘ [Read more](https://alexn.org/blog/2020/11/11/organize-index-screenshots-ocr-macos/?pk_campaign=rss) 2020-11-04T11:57:32Z **Wiki — Vim**
Article
 updated at September 1, 2022,
 created at November 4, 2020. ⌘ [Read more](https://alexn.org/wiki/vim/?pk_campaign=rss) 2020-11-02T19:09:46Z **Wiki — Android**
Article
 updated at September 1, 2022,
 created at November 2, 2020. ⌘ [Read more](https://alexn.org/wiki/android/?pk_campaign=rss) 2020-10-20T19:51:45Z **Block comments on the web**
Comments on the web can be toxic, and a waste of time. Here’s how to block them… ⌘ [Read more](https://alexn.org/blog/2020/10/20/block-comments-on-the-web/?pk_campaign=rss) 2020-10-15T00:00:00Z **Generic IOApp alternative**
IOApp alternative, for Cats Effect v2, that can work with any effect type. ⌘ [Read more](https://alexn.org/blog/2020/10/15/generic-ioapp-alternative/?pk_campaign=rss) 2020-10-12T00:00:00Z **Effect Runtime**
Defining a “runtime” for Cats-Effect v2 that provides the underlying environment necessary (i.e. ContextShift, Timer, Clock). ⌘ [Read more](https://alexn.org/blog/2020/10/12/effect-runtime/?pk_campaign=rss) 2020-10-10T00:00:00Z **When My World Vanishes**
It’s me, facing a hard to solve problem. It’s a difficult one, and I’m having problems focusing. I make some coffee, I move to another room, and I’m already thinking of running to some coffee shop, forgetting that we’re still in a pandemic. ⌘ [Read more](https://alexn.org/blog/2020/10/10/when-my-world-vanishes/?pk_campaign=rss) 2020-10-08T05:31:40Z **Wiki — Microsoft .NET**
Article
 updated at September 1, 2022,
 created at October 8, 2020. ⌘ [Read more](https://alexn.org/wiki/dotnet/?pk_campaign=rss) 2020-10-08T00:00:00Z **Scala Snippet: Unlawful Effects**
Unlawful/independent version of cats.effect.Effect. ⌘ [Read more](https://alexn.org/blog/2020/10/08/unlawful-effect.scala/?pk_campaign=rss) 2020-10-05T00:00:00Z **Running integration tests, with Scala + sbt**
Scala sbt setup for separating unit tests from integrationt tests. ⌘ [Read more](https://alexn.org/blog/2020/10/05/running-integration-tests.scala/?pk_campaign=rss) 2020-09-25T00:00:00Z **Scala Snippet: Flow/Processor to Effect**
Converts an Akka Streams Flow into an In => IO[Out] method, thus wrapping Flow into Cats-Effect’s IO. ⌘ [Read more](https://alexn.org/blog/2020/09/25/flow-processor-to-effect/?pk_campaign=rss) 2020-09-21T13:20:35Z **Wiki — Privacy**
Article
 updated at September 1, 2022,
 created at September 21, 2020. ⌘ [Read more](https://alexn.org/wiki/privacy/?pk_campaign=rss) 2020-09-17T09:02:43Z **Wiki — De-DRM**
Article
 updated at September 1, 2022,
 created at September 17, 2020. ⌘ [Read more](https://alexn.org/wiki/dedrm/?pk_campaign=rss) 2020-09-15T18:48:09Z **Wiki — Image Formats**
Article
 updated at September 1, 2022,
 created at September 15, 2020. ⌘ [Read more](https://alexn.org/wiki/image-formats/?pk_campaign=rss) 2020-09-10T00:00:00Z **Privilege**
Today it’s my 38ᵗʰ birthday. I was born into privilege. Other people aren’t as lucky. ⌘ [Read more](https://alexn.org/blog/2020/09/10/privilege/?pk_campaign=rss) 2020-09-04T07:30:08Z **Wiki — Apache Kafka**
Article
 updated at September 1, 2022,
 created at September 4, 2020. ⌘ [Read more](https://alexn.org/wiki/kafka/?pk_campaign=rss) 2020-08-27T00:00:00Z **Scala Snippet: Safe Passwords**
For security, it’s not a good practice to keep sensitive data in RAM indefinitely. ⌘ [Read more](https://alexn.org/blog/2020/08/27/safe-password.scala/?pk_campaign=rss) 2020-08-24T13:24:31Z **Wiki — Agile**
Article
 updated at September 1, 2022,
 created at August 24, 2020. ⌘ [Read more](https://alexn.org/wiki/agile/?pk_campaign=rss) 2020-08-24T13:24:31Z **Wiki — Cloudflare**
Article
 updated at September 1, 2022,
 created at August 24, 2020. ⌘ [Read more](https://alexn.org/wiki/cloudflare/?pk_campaign=rss) 2020-08-24T13:24:31Z **Wiki — Debian Packages (deb)**
Article
 updated at September 1, 2022,
 created at August 24, 2020. ⌘ [Read more](https://alexn.org/wiki/debian-packages-deb/?pk_campaign=rss) 2020-08-24T13:24:31Z **Wiki — DNS settings**
Article
 updated at September 1, 2022,
 created at August 24, 2020. ⌘ [Read more](https://alexn.org/wiki/dns-settings/?pk_campaign=rss) 2020-08-24T13:24:31Z **Wiki — Docker**
Article
 updated at September 1, 2022,
 created at August 24, 2020. ⌘ [Read more](https://alexn.org/wiki/docker/?pk_campaign=rss) 2020-08-24T13:24:31Z **Wiki — Dropbox**
Article
 updated at September 1, 2022,
 created at August 24, 2020. ⌘ [Read more](https://alexn.org/wiki/dropbox/?pk_campaign=rss) 2020-08-24T13:24:31Z **Wiki — Emacs**
Article
 updated at September 1, 2022,
 created at August 24, 2020. ⌘ [Read more](https://alexn.org/wiki/emacs/?pk_campaign=rss) 2020-08-24T13:24:31Z **Wiki — Email**
Article
 updated at September 1, 2022,
 created at August 24, 2020. ⌘ [Read more](https://alexn.org/wiki/email/?pk_campaign=rss) 2020-08-24T13:24:31Z **Wiki — Firefox**
Article
 updated at September 1, 2022,
 created at August 24, 2020. ⌘ [Read more](https://alexn.org/wiki/firefox/?pk_campaign=rss) 2020-08-24T13:24:31Z **Wiki — Git**
Article
 updated at September 1, 2022,
 created at August 24, 2020. ⌘ [Read more](https://alexn.org/wiki/git/?pk_campaign=rss) 2020-08-24T13:24:31Z **Wiki — GitHub**
Article
 updated at September 1, 2022,
 created at August 24, 2020. ⌘ [Read more](https://alexn.org/wiki/github/?pk_campaign=rss) 2020-08-24T13:24:31Z **Wiki — GNU Screen**
Article
 updated at September 1, 2022,
 created at August 24, 2020. ⌘ [Read more](https://alexn.org/wiki/gnu-screen/?pk_campaign=rss) 2020-08-24T13:24:31Z **Wiki — Haskell**
Article
 updated at September 1, 2022,
 created at August 24, 2020. ⌘ [Read more](https://alexn.org/wiki/haskell/?pk_campaign=rss) 2020-08-24T13:24:31Z **Wiki — iTerm2**
Article
 updated at September 2, 2022,
 created at August 24, 2020. ⌘ [Read more](https://alexn.org/wiki/iterm/?pk_campaign=rss) 2020-08-24T13:24:31Z **Wiki — JSON**
Article
 updated at September 1, 2022,
 created at August 24, 2020. ⌘ [Read more](https://alexn.org/wiki/json/?pk_campaign=rss) 2020-08-24T13:24:31Z **Wiki — macOS**
Article
 updated at September 1, 2022,
 created at August 24, 2020. ⌘ [Read more](https://alexn.org/wiki/macos/?pk_campaign=rss) 2020-08-24T13:24:31Z **Wiki — MySQL / MariaDB**
Article
 updated at September 1, 2022,
 created at August 24, 2020. ⌘ [Read more](https://alexn.org/wiki/mysql/?pk_campaign=rss) 2020-08-24T13:24:31Z **Wiki — Nix**
Article
 updated at September 1, 2022,
 created at August 24, 2020. ⌘ [Read more](https://alexn.org/wiki/nix/?pk_campaign=rss) 2020-08-24T13:24:31Z **Wiki — Org-mode**
Article
 updated at September 1, 2022,
 created at August 24, 2020. ⌘ [Read more](https://alexn.org/wiki/org-mode/?pk_campaign=rss) 2020-08-24T13:24:31Z **Wiki — PostgreSQL**
Article
 updated at September 1, 2022,
 created at August 24, 2020. ⌘ [Read more](https://alexn.org/wiki/postgresql/?pk_campaign=rss) 2020-08-24T13:24:31Z **Wiki — Python**
Article
 updated at September 1, 2022,
 created at August 24, 2020. ⌘ [Read more](https://alexn.org/wiki/python/?pk_campaign=rss) 2020-08-24T13:24:31Z **Wiki — RSS / Atom feeds**
Article
 updated at September 1, 2022,
 created at August 24, 2020. ⌘ [Read more](https://alexn.org/wiki/rss-feeds/?pk_campaign=rss) 2020-08-24T13:24:31Z **Wiki — Rust**
Article
 updated at September 1, 2022,
 created at August 24, 2020. ⌘ [Read more](https://alexn.org/wiki/rust/?pk_campaign=rss) 2020-08-24T13:24:31Z **Wiki — Teach Kids to Code**
Article
 updated at September 1, 2022,
 created at August 24, 2020. ⌘ [Read more](https://alexn.org/wiki/teach-kids/?pk_campaign=rss) 2020-08-24T13:24:31Z **Wiki — tmux shortcuts & cheatsheet**
Article
 updated at September 1, 2022,
 created at August 24, 2020. ⌘ [Read more](https://alexn.org/wiki/tmux/?pk_campaign=rss) 2020-08-24T13:24:31Z **Wiki — Windows 10**
Article
 updated at September 1, 2022,
 created at August 24, 2020. ⌘ [Read more](https://alexn.org/wiki/windows/?pk_campaign=rss) 2020-08-24T13:24:31Z **Wiki — Custom Zsh Prompt**
Article
 updated at September 1, 2022,
 created at August 24, 2020. ⌘ [Read more](https://alexn.org/wiki/zshrc-prompt/?pk_campaign=rss) 2020-08-14T00:00:00Z **Sample Error Hierarchy in Scala**
Mimicking the HTTP error codes. ⌘ [Read more](https://alexn.org/blog/2020/08/14/error-hierarchy.scala/?pk_campaign=rss) 2020-08-13T00:00:00Z **Snippet: turn on JVM debugging in sbt**
Remote debugging can be used to debug externally executed programs, useful to activate in sbt in order to keep using it while debugging with your favorite IDE. ⌘ [Read more](https://alexn.org/blog/2020/08/13/sbt-fork-debug.sbt/?pk_campaign=rss) 2020-08-11T00:00:00Z **TypeScript Sample: Flow Sensitive Typing**
Demonstrating Typescript’s untagged union types. ⌘ [Read more](https://alexn.org/blog/2020/08/11/flow-sensitive-typing.ts/?pk_campaign=rss) 2020-08-03T00:00:00Z **Retry Failing Tasks with Cats and Scala**
Retry actions ending in failure via simple functions and Typelevel Cats type-classes. ⌘ [Read more](https://alexn.org/blog/2020/08/03/on-error-retry-loop/?pk_campaign=rss) 2020-07-30T10:00:27Z **Wiki — DNS Lookup - Check Domain’s DNS Records**
Article
 updated at September 1, 2022,
 created at July 30, 2020. ⌘ [Read more](https://alexn.org/wiki/dns-lookup/?pk_campaign=rss) 2020-07-30T00:00:00Z **Scala Snippet: Cats-Effect Resource to Reactive Streams**
Cats-Effect’s Resource can’t be converted directly into a Reactive Streams Publisher. Beware! ⌘ [Read more](https://alexn.org/blog/2020/07/30/from-resource-to-reactivestreams.scala/?pk_campaign=rss) 2020-05-27T00:00:00Z **ExecutionContext Must Be Stack-safe**
Sample demonstrating that directly executing runnables in your ExecutionContext (with no stack-safety) is a really bad idea. ⌘ [Read more](https://alexn.org/blog/2020/05/27/future-stack-overflow.scala/?pk_campaign=rss) 2020-05-26T00:00:00Z **Fatal Warnings and Linting in Scala**
Strengthen your code via -Xfatal-warnings, linting and piss off your colleagues with useful compiler errors. ⌘ [Read more](https://alexn.org/blog/2020/05/26/scala-fatal-warnings/?pk_campaign=rss) 2020-04-21T16:00:00Z **Parallelizing Work via a JavaScript Semaphore**
Simple and very effective implementation of a Semaphore, used for easily parallelizing work in JavaScript/TypeScript. ⌘ [Read more](https://alexn.org/blog/2020/04/21/javascript-semaphore/?pk_campaign=rss) 2020-04-21T10:00:00Z **Blog Updates**
Dusted off my website, with big plans ahead. ⌘ [Read more](https://alexn.org/blog/2020/04/21/blog-updates/?pk_campaign=rss) 2020-03-18T00:00:00Z **Python Snippet: Send Email via SMTP**
Python snippet for sending an email via SMTP. ⌘ [Read more](https://alexn.org/blog/2020/03/18/send-mail.py/?pk_campaign=rss) 2020-02-18T00:00:00Z **Shell Snippet: Encrypt Files with AES256**
Quickly encrypt a message or a file for sending to your colleagues over unsecure messengers (Slack, etc). ⌘ [Read more](https://alexn.org/blog/2020/02/18/encrypt.sh/?pk_campaign=rss) 2019-11-29T00:00:00Z **Haskell Snippet: Sierpinski Triangle**
A fun Haskell sample that draws a Sierpinski triangle via ASCII characters. ⌘ [Read more](https://alexn.org/blog/2019/11/29/sierpinski.hs/?pk_campaign=rss) 2019-11-22T00:00:00Z **Regexp Replacement via Function in Java/Scala**
Replace in strings via regexp, with the replacement being calculated via a function. ⌘ [Read more](https://alexn.org/blog/2019/11/22/howto-regexp-replacement-via-function-java-scala/?pk_campaign=rss) 2019-10-07T00:00:00Z **Async Queue in TypeScript**
Production-ready, Promise-enabled async queue. ⌘ [Read more](https://alexn.org/blog/2019/10/07/async-queue.ts/?pk_campaign=rss) 2019-09-02T00:00:00Z **Scala Snippet: Blocking Task**
Monix Task implementation for wrapping (suspending) blocking I/O such
that it can be canceled.
s
Imported from gist.github.com. ⌘ [Read more](https://alexn.org/blog/2019/09/02/blocking-task.scala/?pk_campaign=rss) 2019-08-11T00:00:00Z **Scala's isInstanceOf is an Anti-Pattern**
Scala has a much better way of discriminating between types. Scala has implicit parameters, with which you can describe type classes. ⌘ [Read more](https://alexn.org/blog/2019/08/11/isinstanceof-anti-pattern/?pk_campaign=rss) 2018-05-06T00:00:00Z **On Bifunctor IO and Java's Checked Exceptions**
Bifunctor IO is a hot topic in the Scala community. Herein I’m expressing my dislike for it, as it shares the problems of Java’s Checked Exceptions. ⌘ [Read more](https://alexn.org/blog/2018/05/06/bifunctor-io/?pk_campaign=rss) 2018-02-12T00:00:00Z **In Defense of OOFP**
OOP versus Type Classes, exemplified and in defense of the Scala collections redesign. ⌘ [Read more](https://alexn.org/blog/2018/02/12/in-defense-oofp/?pk_campaign=rss) 2017-11-10T00:00:00Z **Minitest: Zero Crap Scala Testing Library**
Minitest is my minimal testing library that I’ve been using for developing Monix. ⌘ [Read more](https://alexn.org/blog/2017/11/10/minitest-no-crap-scala-library/?pk_campaign=rss) 2017-10-15T00:00:00Z **What is Functional Programming?**
FP is programming with (mathematical) functions, there’s no room for interpretation. ⌘ [Read more](https://alexn.org/blog/2017/10/15/functional-programming/?pk_campaign=rss) 2017-10-13T00:00:00Z **Scala Days 2017 — Monix Task**
My presentation from Scala Days 2017, Chicago (April) and Copenhagen (June), on the design of Monix’s Task. ⌘ [Read more](https://alexn.org/blog/2017/10/13/scaladays-copenhagen/?pk_campaign=rss) 2017-10-11T00:00:00Z **Introduction**
JavaScript’s Promise leaks memory in recursive loops and what you can do about it. ⌘ [Read more](https://alexn.org/blog/2017/10/11/javascript-promise-leaks-memory/?pk_campaign=rss) 2017-08-16T00:00:00Z **Automatic Releases to Maven Central with Travis and SBT**
Enabling automatic releases for your open source Scala project with Travis and SBT. ⌘ [Read more](https://alexn.org/blog/2017/08/16/automatic-releases-sbt-travis/?pk_campaign=rss) 2017-03-15T00:00:00Z **Functional Programming Inception (Presentation)**
My presentation from the Bucharest FP meetup. ⌘ [Read more](https://alexn.org/blog/2017/03/15/fp-inception/?pk_campaign=rss) 2017-01-30T00:00:00Z **Asynchronous Programming and Scala**
Asynchrony is everywhere and it subsumes concurrency. This article explains what asynchronous processing is and its challenges. ⌘ [Read more](https://alexn.org/blog/2017/01/30/asynchronous-programming-scala/?pk_campaign=rss) 2017-01-16T00:00:00Z **Fixing scala.collection.Iterator**
The venerable Iterator interface we all love and hate could use some improvements. This is a follow-up to my previous article, in which I talked about getting rid of Traversable because the Iterable and Iterator duo is enough for Scala’s standard library. ⌘ [Read more](https://alexn.org/blog/2017/01/16/iterator/?pk_campaign=rss) 2017-01-13T00:00:00Z **Why Scala's Traversable Is Bad Design**
Traversable was a design mistake, is redundant and we should remove it. ⌘ [Read more](https://alexn.org/blog/2017/01/13/traversable/?pk_campaign=rss) 2016-11-11T00:00:00Z **Add to NewsBlur Bookmarklet**
An Add to NewsBlur bookmarklet that you can copy-paste for iPhone/iPad/Android usage ⌘ [Read more](https://alexn.org/blog/2016/11/11/newsblur-bookmarklet/?pk_campaign=rss) 2016-08-25T00:00:00Z **Monix Task vs Scalaz vs Future, The Benchmark**
The Task in Monix has really good performance. See the benchmark. ⌘ [Read more](https://alexn.org/blog/2016/08/25/monix-task-performance/?pk_campaign=rss) 2016-05-15T00:00:00Z **Akka & Monix - Typelevel Summit, Oslo 2016**
Presentation from Typelevel Summit, Oslo, 2016, about my experience in dealing with modeling behavior by processing asynchronous soft-real time signals using Akka & Monix. ⌘ [Read more](https://alexn.org/blog/2016/05/15/monix-observable/?pk_campaign=rss) 2016-05-10T00:00:00Z **Monix Task - flatMap(Oslo) 2016**
My presentation from flatMap(Oslo) 2016. It’s about the Monix Task, a new type for dealing with asynchronous processing on top of Scala and Scala.js. ⌘ [Read more](https://alexn.org/blog/2016/05/10/monix-task/?pk_campaign=rss) 2015-12-15T00:00:00Z **Avoid Javaisms: Mocks, Stubs, DI is Code Smell**
Such practices represent clear signals for code smell, meaning code that sucks as a symptom of a bigger problem, one of design. The lumping together of these practices is not an accident, as they are related. ⌘ [Read more](https://alexn.org/blog/2015/12/15/avoid-javaisms-code-smell/?pk_campaign=rss) 2015-09-06T00:00:00Z **Monifu vs Akka Streams**
Back in June I attended
Scala Days in
Amsterdam and participated at a talk by Mathias Doenitz on
The Reactive Streams Implementation Landscape.
It was a good talk, yet I felt a little bias towards Akka Streams,
which is natural coming from somebody that is contributing to Akka,
but let me give you the perspective from the other side. ⌘ [Read more](https://alexn.org/blog/2015/09/06/monifu-vs-akka-streams/?pk_campaign=rss) 2014-10-20T00:00:00Z **Scala Best Practices**
This is a collection of best practices for Scala, something to get you started. ⌘ [Read more](https://alexn.org/blog/2014/10/20/scala-best-practices/?pk_campaign=rss) 2013-05-13T00:00:00Z **Resources for Learning Scala**
Getting started with a new programming language shouldn't be hard,
 however navigating the web for resources on getting started with Scala
 can be a doubting experience, as many such resources are either out of
 date, or wrong, or both. This post is intended to reduce the noise for
 my colleagues and other people that are interested in Scala
 development. ⌘ [Read more](https://alexn.org/blog/2013/05/13/getting-started-with-scala/?pk_campaign=rss) 2013-05-07T00:00:00Z **Towards a Better AtomicReference**
The
 AtomicReference
 is like a container for a volatile reference. Usage of volatile
 references is useful for the issue of
 visibility
 in concurrent code, however AtomicReference also supports the atomic
 Compare-and-Swap
 operation (CAS for short), which is the pillar of all non-blocking
 data-structures and algorithms built on top of the JVM, including
 complex ones like the ConcurrentLinkedQueue, an implementation based
 on the
 Michael-Scott ... ⌘ [Read more](https://alexn.org/blog/2013/05/07/towards-better-atomicreference-scala/?pk_campaign=rss) 2013-03-14T00:00:00Z **JVM Multithreading: Monitor Locks and Visibility**
Multithreading is a pain to deal with. While interviewing developers,
 I noticed that surprisingly many don't have knowledge about this topic
 and I can't blame them really. However, in this day and age, for some
 problem domains building highly-concurrent architectures may be
 paramount to the success of demanding projects. As you'll see, there
 are many high level solutions, but I personally prefer to learn with a
 bottom u ... ⌘ [Read more](https://alexn.org/blog/2013/03/14/jvm-multithreading-monitor-locks-visibility/?pk_campaign=rss) 2012-11-07T00:00:00Z **Notes On JavaScript Client-side Development**
Client-side JavaScript development can be quite overwhelming, even for senior developers. I’m describing here what I did in a recent piece of client-side functionality to keep my sanity. This interface I’m talking about is served on mobile-phones, so it must be pretty bloat-free, adding salt over injury. ⌘ [Read more](https://alexn.org/blog/2012/11/07/notes-javascript-development/?pk_campaign=rss) 2012-11-02T00:00:00Z **On Scala, Functional Programming and Type-Classes**
I’ve been following the excellent Coursera course on Functional Programming Principles in Scala led by Martin Odersky. This was not my first encounter with Scala as I’ve been using it including for my day job.
In this article I’m describing my impressions of the Scala programming language and why I fel in love with it. ⌘ [Read more](https://alexn.org/blog/2012/11/02/scala-functional-programming-type-classes/?pk_campaign=rss) 2012-02-09T00:00:00Z **How To Build a Naive Bayes Classifier**
In machine learning a classifier is able to predict, given an input, a probability distribution over a set of categories. Some use-cases for building a classifier: spam detection, for example you could build your own Akismet API, automatic assignment of categories to a set of items, automatic detection of the primary language (e.g. Google Translate), sentiment analysis, which in simple terms refers to discovering if an opinion is about love or h ... ⌘ [Read more](https://alexn.org/blog/2012/02/09/howto-build-naive-bayes-classifier/?pk_campaign=rss) 2012-01-16T00:00:00Z **Data Mining: Finding Similar Items and Users**
How to find related items? Here are recipes based on really simple formulas. If you pay attention, this technique is used all over the web (like on Amazon) to personalize the user experience and increase conversion rates. Because we want to give kick-ass product recommendations. ⌘ [Read more](https://alexn.org/blog/2012/01/16/cosine-similarity-euclidean-distance/?pk_campaign=rss) 2012-01-05T00:00:00Z **Blogging Platform for Hackers**
Host your own static website on Heroku’s free plan, use Google’s App Engine as a CDN, keep Heroku’s free dyno alive, generate the website via Jekyll. ⌘ [Read more](https://alexn.org/blog/2012/01/05/blogging-for-hackers/?pk_campaign=rss) 2011-12-15T00:00:00Z **Crawling the Android Marketplace**
I had a very specific need for fetching the details for some apps in the Android marketplace, in an automated manner. Here I’m describing a script that I used to crawl the marketplace back in 2011. ⌘ [Read more](https://alexn.org/blog/2011/12/15/crawling-the-android-marketplace-155200-apps/?pk_campaign=rss) 2011-12-12T00:00:00Z **Android Learning Resources**
Starting out learning Android development may be intimidating at first, as with any new platform of reasonable complexity you’ll have a lot to learn. However the learning process is fun. So here are some learning resources that I’m currently following. ⌘ [Read more](https://alexn.org/blog/2011/12/12/android-learning-resources/?pk_campaign=rss) 2011-11-29T00:00:00Z **Earning Money as an Amazon Affiliate**
I published an article that I've meant to publish for a long
 time. I'm usually lazy to not bother writing many articles, however
 this time I also thought about doing an experiment - you see I'm (1)
 on a tight budget and (2) a cheap bastard - so what if I could get
 enough money to pay for my monthly hosting on Linode, while
 satisfying my urge to write from time to time? ⌘ [Read more](https://alexn.org/blog/2011/11/29/earning-money-as-an-amazon-affiliate/?pk_campaign=rss) 2011-11-25T00:00:00Z **4 Books For Learning to Design, The Hard Way**
I present some books I enjoyed, which is the path I’m taking to get better at design and user experience. ⌘ [Read more](https://alexn.org/blog/2011/11/25/4-books-for-learning-to-design-the-hard-way/?pk_campaign=rss) 2011-10-29T00:00:00Z **How I Use Flickr: For Backup**
I’ve got a growing number of personal pictures and the collection is growing since 2003 … Pro accounts on Flickr have unlimited storage and can upload and access full-resolution pictures. ⌘ [Read more](https://alexn.org/blog/2011/10/29/how-i-use-flickr/?pk_campaign=rss) 2011-10-23T00:00:00Z **Why I Find Heroku Suboptimal**
Heroku is great. It basically allows you to avoid growing-up. The deployment itself couldn’t be simpler, and when browsing their web interface for available add-ons, I feel like a child in a candy-store. But I’ve outgrown it. ⌘ [Read more](https://alexn.org/blog/2011/10/23/why-i-find-heroku-suboptimal/?pk_campaign=rss) 2011-03-24T00:00:00Z **Cross-Domain, Cross-Browser AJAX Requests**
This article describes how to make cross-browser requests, in all browsers (including IExplorer 6), using web standards along with fallbacks and without using a proxy or JSONP (which is limited and awkward) – as long as you control the destination server, or if the destination server allows. ⌘ [Read more](https://alexn.org/blog/2011/03/24/cross-domain-requests/?pk_campaign=rss) 2010-05-25T00:00:00Z **I hate NULL and all its variants!**
How many times have you had a chain of methods like this (example showing BeautifulSoup in action) … ⌘ [Read more](https://alexn.org/blog/2010/05/25/i-hate-null/?pk_campaign=rss) 2009-02-20T00:00:00Z **Introduction**
FreeSWITCH is a free and open source application server for real-time communication, WebRTC, telecommunications, video and Voice over Internet Protocol. Let’s build a VoIP dialer with it. ⌘ [Read more](https://alexn.org/blog/2009/02/20/tips-for-creating-voip-dialer/?pk_campaign=rss) 2009-02-01T00:00:00Z **Using the Best Tools in Programming: Not Really Doable**
There's something that bothers me when it comes to starting a new project. You can't really use the best tool for a certain job, if that tool is not integrated with the rest of your platform. Let me explain. ⌘ [Read more](https://alexn.org/blog/2009/02/01/using-best-tools-programming-not-doable/?pk_campaign=rss) 2022-11-22T09:55:19Z **Wiki — Mastodon**
Article
 updated at November 22, 2022,
 created at November 22, 2022. ⌘ [Read more](https://alexn.org/wiki/mastodon/?pk_campaign=rss) 2022-11-29T00:00:00Z **Custom Jackson JSON serializer/deserializer from Circe**
Snippet for when you’re using Circe and want to define custom Jackson serializers/deserializers from Circe’s codec definitions. ⌘ [Read more](https://alexn.org/blog/2022/11/29/custom-jackson-json-serializer-deserializer-from-circe/?pk_campaign=rss) 2022-12-02T17:56:39Z **Personal Server Backups**
Services like Linode or DigitalOcean offer backup services for your VPS. Save your money, you don’t need it. Here’s how to backup your data safely, and with no extra costs… ⌘ [Read more](https://alexn.org/blog/2022/12/02/personal-server-backups/?pk_campaign=rss) 2022-12-04T10:01:00Z **Wiki — Bookmarklets**
Article
 updated at December 4, 2022,
 created at December 4, 2022. ⌘ [Read more](https://alexn.org/wiki/bookmarklets/?pk_campaign=rss) 2022-12-04T15:46:11Z **Link: THE SIGHTS OF SPACE: A Voyage to Spectacular Alien Worlds**
Credits: melodysheep.

 Shared #link (#YouTube, #Video) ⌘ [Read more](https://www.youtube.com/watch?v=HTHj_pvEYYE) 2022-12-05T00:51:11Z **Link: What's the deal with humongous objects in Java?**
Credits: Stephanie Crater.

 Shared #link (#Java, #JVM) ⌘ [Read more](https://devblogs.microsoft.com/java/whats-the-deal-with-humongous-objects-in-java/?utm_source=pocket_reader) 2022-12-05T00:51:11Z **Link: What's the deal with humongous objects in Java?**
Credits: Stephanie Crater.

 Shared #link (#Java, #JVM) ⌘ [Read more](https://devblogs.microsoft.com/java/whats-the-deal-with-humongous-objects-in-java/?utm_source=pocket_reader) 2022-12-05T00:51:11Z **Link: What's the deal with humongous objects in Java?**
Credits: Stephanie Crater.

 Shared #link (#Java, #JVM) ⌘ [Read more](https://devblogs.microsoft.com/java/whats-the-deal-with-humongous-objects-in-java/?utm_source=pocket_reader) 2022-12-05T00:51:11Z **Link: What's the deal with humongous objects in Java?**
Credits: Stephanie Crater.

 Shared #link (#Java, #JVM) ⌘ [Read more](https://devblogs.microsoft.com/java/whats-the-deal-with-humongous-objects-in-java/?utm_source=pocket_reader) 2022-12-05T00:51:11Z **Link: What's the deal with humongous objects in Java?**
Credits: Stephanie Crater.

 Shared #link (#Java, #JVM) ⌘ [Read more](https://devblogs.microsoft.com/java/whats-the-deal-with-humongous-objects-in-java/?utm_source=pocket_reader) 2022-12-05T01:25:50Z **Link: Structured concurrency (2019)**
Credits: Roman Elizarov.

 Shared #link (#Kotlin, #Concurrency, #YouTube, #Video) ⌘ [Read more](https://www.youtube.com/watch?v=Mj5P47F6nJg) 2022-12-05T00:51:11Z **Link: What's the deal with humongous objects in Java?**
Credits: Stephanie Crater.

 Shared #link (#Java, #JVM) ⌘ [Read more](https://devblogs.microsoft.com/java/whats-the-deal-with-humongous-objects-in-java/?utm_source=pocket_reader) 2022-12-05T01:25:50Z **Link: Structured concurrency (2019)**
Credits: Roman Elizarov.

 Shared #link (#Kotlin, #Concurrency, #YouTube, #Video) ⌘ [Read more](https://www.youtube.com/watch?v=Mj5P47F6nJg) 2022-12-05T00:51:11Z **Link: What's the deal with humongous objects in Java?**
Credits: Stephanie Crater.

 Shared #link (#Java, #JVM) ⌘ [Read more](https://devblogs.microsoft.com/java/whats-the-deal-with-humongous-objects-in-java/?utm_source=pocket_reader) 2022-12-05T01:25:50Z **Link: Structured concurrency (2019)**
Credits: Roman Elizarov.

 Shared #link (#Kotlin, #Concurrency, #YouTube, #Video) ⌘ [Read more](https://www.youtube.com/watch?v=Mj5P47F6nJg) 2022-12-05T00:51:11Z **Link: What's the deal with humongous objects in Java?**
Credits: Stephanie Crater.

 Shared #link (#Java, #JVM) ⌘ [Read more](https://devblogs.microsoft.com/java/whats-the-deal-with-humongous-objects-in-java/?utm_source=pocket_reader) 2022-12-05T01:25:50Z **Link: Structured concurrency (2019)**
Credits: Roman Elizarov.

 Shared #link (#Kotlin, #Concurrency, #YouTube, #Video) ⌘ [Read more](https://www.youtube.com/watch?v=Mj5P47F6nJg) 2022-12-05T00:51:11Z **Link: What's the deal with humongous objects in Java?**
Credits: Stephanie Crater.

 Shared #link (#Java, #JVM) ⌘ [Read more](https://devblogs.microsoft.com/java/whats-the-deal-with-humongous-objects-in-java/?utm_source=pocket_reader) 2022-12-05T01:25:50Z **Link: Structured concurrency (2019)**
Credits: Roman Elizarov.

 Shared #link (#Kotlin, #Concurrency, #YouTube, #Video) ⌘ [Read more](https://www.youtube.com/watch?v=Mj5P47F6nJg) 2022-12-05T00:51:11Z **Link: What's the deal with humongous objects in Java?**
Credits: Stephanie Crater.

 Shared #link (#Java, #JVM) ⌘ [Read more](https://devblogs.microsoft.com/java/whats-the-deal-with-humongous-objects-in-java/?utm_source=pocket_reader) 2022-12-05T01:25:50Z **Link: Structured concurrency (2019)**
Credits: Roman Elizarov.

 Shared #link (#Kotlin, #Concurrency, #YouTube, #Video) ⌘ [Read more](https://www.youtube.com/watch?v=Mj5P47F6nJg) 2022-12-05T00:51:11Z **Link: What's the deal with humongous objects in Java?**
Credits: Stephanie Crater.

 Shared #link (#Java, #JVM) ⌘ [Read more](https://devblogs.microsoft.com/java/whats-the-deal-with-humongous-objects-in-java/?utm_source=pocket_reader) 2022-12-05T01:25:50Z **Link: Structured concurrency (2019)**
Credits: Roman Elizarov.

 Shared #link (#Kotlin, #Concurrency, #YouTube, #Video) ⌘ [Read more](https://www.youtube.com/watch?v=Mj5P47F6nJg) 2022-12-05T00:51:11Z **Link: What's the deal with humongous objects in Java?**
Credits: Stephanie Crater.

 Shared #link (#Java, #JVM) ⌘ [Read more](https://devblogs.microsoft.com/java/whats-the-deal-with-humongous-objects-in-java/?utm_source=pocket_reader) 2022-12-05T01:25:50Z **Link: Structured concurrency (2019)**
Credits: Roman Elizarov.

 Shared #link (#Kotlin, #Concurrency, #YouTube, #Video) ⌘ [Read more](https://www.youtube.com/watch?v=Mj5P47F6nJg) 2022-12-05T00:51:11Z **Link: What's the deal with humongous objects in Java?**
Credits: Stephanie Crater.

 Shared #link (#Java, #JVM) ⌘ [Read more](https://devblogs.microsoft.com/java/whats-the-deal-with-humongous-objects-in-java/?utm_source=pocket_reader) 2022-12-05T01:25:50Z **Link: Structured concurrency (2019)**
Credits: Roman Elizarov.

 Shared #link (#Kotlin, #Concurrency, #YouTube, #Video) ⌘ [Read more](https://www.youtube.com/watch?v=Mj5P47F6nJg) 2022-12-05T00:51:11Z **Link: What's the deal with humongous objects in Java?**
Credits: Stephanie Crater.

 Shared #link (#Java, #JVM) ⌘ [Read more](https://devblogs.microsoft.com/java/whats-the-deal-with-humongous-objects-in-java/?utm_source=pocket_reader) 2022-12-05T01:25:50Z **Link: Structured concurrency (2019)**
Credits: Roman Elizarov.

 Shared #link (#Kotlin, #Concurrency, #YouTube, #Video) ⌘ [Read more](https://www.youtube.com/watch?v=Mj5P47F6nJg) 2022-12-05T00:51:11Z **Link: What's the deal with humongous objects in Java?**
Credits: Stephanie Crater.

 Shared #link (#Java, #JVM) ⌘ [Read more](https://devblogs.microsoft.com/java/whats-the-deal-with-humongous-objects-in-java/?utm_source=pocket_reader) 2022-12-05T01:25:50Z **Link: Structured concurrency (2019)**
Credits: Roman Elizarov.

 Shared #link (#Kotlin, #Concurrency, #YouTube, #Video) ⌘ [Read more](https://www.youtube.com/watch?v=Mj5P47F6nJg) 2022-12-05T00:51:11Z **Link: What's the deal with humongous objects in Java?**
Credits: Stephanie Crater.

 Shared #link (#Java, #JVM) ⌘ [Read more](https://devblogs.microsoft.com/java/whats-the-deal-with-humongous-objects-in-java/?utm_source=pocket_reader) 2022-12-05T01:25:50Z **Link: Structured concurrency (2019)**
Credits: Roman Elizarov.

 Shared #link (#Kotlin, #Concurrency, #YouTube, #Video) ⌘ [Read more](https://www.youtube.com/watch?v=Mj5P47F6nJg) 2022-12-05T00:51:11Z **Link: What's the deal with humongous objects in Java?**
Credits: Stephanie Crater.

 Shared #link (#Java, #JVM) ⌘ [Read more](https://devblogs.microsoft.com/java/whats-the-deal-with-humongous-objects-in-java/?utm_source=pocket_reader) 2022-12-05T01:25:50Z **Link: Structured concurrency (2019)**
Credits: Roman Elizarov.

 Shared #link (#Kotlin, #Concurrency, #YouTube, #Video) ⌘ [Read more](https://www.youtube.com/watch?v=Mj5P47F6nJg) 2022-12-05T00:51:11Z **Link: What's the deal with humongous objects in Java?**
Credits: Stephanie Crater.

 Shared #link (#Java, #JVM) ⌘ [Read more](https://devblogs.microsoft.com/java/whats-the-deal-with-humongous-objects-in-java/?utm_source=pocket_reader) 2022-12-05T01:25:50Z **Link: Structured concurrency (2019)**
Credits: Roman Elizarov.

 Shared #link (#Kotlin, #Concurrency, #YouTube, #Video) ⌘ [Read more](https://www.youtube.com/watch?v=Mj5P47F6nJg) 2022-12-05T00:51:11Z **Link: What's the deal with humongous objects in Java?**
Credits: Stephanie Crater.

 Shared #link (#Java, #JVM) ⌘ [Read more](https://devblogs.microsoft.com/java/whats-the-deal-with-humongous-objects-in-java/?utm_source=pocket_reader) 2022-12-05T01:25:50Z **Link: Structured concurrency (2019)**
Credits: Roman Elizarov.

 Shared #link (#Kotlin, #Concurrency, #YouTube, #Video) ⌘ [Read more](https://www.youtube.com/watch?v=Mj5P47F6nJg) 2022-12-05T00:51:11Z **Link: What's the deal with humongous objects in Java?**
Credits: Stephanie Crater.

 Shared #link (#Java, #JVM) ⌘ [Read more](https://devblogs.microsoft.com/java/whats-the-deal-with-humongous-objects-in-java/?utm_source=pocket_reader) 2022-12-05T01:25:50Z **Link: Structured concurrency (2019)**
Credits: Roman Elizarov.

 Shared #link (#Kotlin, #Concurrency, #YouTube, #Video) ⌘ [Read more](https://www.youtube.com/watch?v=Mj5P47F6nJg) 2022-12-05T00:51:11Z **Link: What's the deal with humongous objects in Java?**
Credits: Stephanie Crater.

 Shared #link (#Java, #JVM) ⌘ [Read more](https://devblogs.microsoft.com/java/whats-the-deal-with-humongous-objects-in-java/?utm_source=pocket_reader) 2022-12-05T01:25:50Z **Link: Structured concurrency (2019)**
Credits: Roman Elizarov.

 Shared #link (#Kotlin, #Concurrency, #YouTube, #Video) ⌘ [Read more](https://www.youtube.com/watch?v=Mj5P47F6nJg) 2022-12-05T00:51:11Z **Link: What's the deal with humongous objects in Java?**
Credits: Stephanie Crater.

 Shared #link (#Java, #JVM) ⌘ [Read more](https://devblogs.microsoft.com/java/whats-the-deal-with-humongous-objects-in-java/?utm_source=pocket_reader) 2022-12-05T01:25:50Z **Link: Structured concurrency (2019)**
Credits: Roman Elizarov.

 Shared #link (#Kotlin, #Concurrency, #YouTube, #Video) ⌘ [Read more](https://www.youtube.com/watch?v=Mj5P47F6nJg) 2022-12-05T01:25:50Z **Link: Structured concurrency (2019)**
Credits: Roman Elizarov.

 Shared #link (#Kotlin, #Concurrency, #YouTube, #Video) ⌘ [Read more](https://www.youtube.com/watch?v=Mj5P47F6nJg) 2022-12-05T01:25:50Z **Link: Structured concurrency (2019)**
Credits: Roman Elizarov.

 Shared #link (#Kotlin, #Concurrency, #YouTube, #Video) ⌘ [Read more](https://www.youtube.com/watch?v=Mj5P47F6nJg) 2022-12-05T01:25:50Z **Link: Structured concurrency (2019)**
Credits: Roman Elizarov.

 Shared #link (#Kotlin, #Concurrency, #YouTube, #Video) ⌘ [Read more](https://www.youtube.com/watch?v=Mj5P47F6nJg) 2022-12-05T01:25:50Z **Link: Structured concurrency (2019)**
Credits: Roman Elizarov.

 Shared #link (#Kotlin, #Concurrency, #YouTube, #Video) ⌘ [Read more](https://www.youtube.com/watch?v=Mj5P47F6nJg) 2022-12-05T01:25:50Z **Link: Structured concurrency (2019)**
Credits: Roman Elizarov.

 Shared #link (#Kotlin, #Concurrency, #YouTube, #Video) ⌘ [Read more](https://www.youtube.com/watch?v=Mj5P47F6nJg) 2022-12-05T01:25:50Z **Link: Structured concurrency (2019)**
Credits: Roman Elizarov.

 Shared #link (#Kotlin, #Concurrency, #YouTube, #Video) ⌘ [Read more](https://www.youtube.com/watch?v=Mj5P47F6nJg) 2022-12-05T13:50:48Z **Link: Why user-mode threads are (often) the right answer**
By Ron Pressler. With Project Loom, Java chose user-mode threads and doubled down on blocking APIs, to solve concurrency problems.

 Shared #link (#Programming, #Java, #JVM, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=KmMU5Y_r0Uk) 2022-12-05T13:50:48Z **Link: Why user-mode threads are (often) the right answer**
By Ron Pressler. With Project Loom, Java chose user-mode threads and doubled down on blocking APIs, to solve concurrency problems.

 Shared #link (#Programming, #Java, #JVM, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=KmMU5Y_r0Uk) 2022-12-05T13:50:48Z **Link: Why user-mode threads are (often) the right answer**
By Ron Pressler. With Project Loom, Java chose user-mode threads and doubled down on blocking APIs, to solve concurrency problems.

 Shared #link (#Programming, #Java, #JVM, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=KmMU5Y_r0Uk) 2022-12-05T13:50:48Z **Link: Why user-mode threads are (often) the right answer**
By Ron Pressler. With Project Loom, Java chose user-mode threads and doubled down on blocking APIs, to solve concurrency problems.

Shared #link (#Programming, #Java, #JVM, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=KmMU5Y_r0Uk) 2022-12-05T13:50:48Z **Link: Why user-mode threads are (often) the right answer**
By Ron Pressler. With Project Loom, Java chose user-mode threads and doubled down on blocking APIs, to solve concurrency problems.

Shared #link (#Programming, #Java, #JVM, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=KmMU5Y_r0Uk) 2022-12-05T13:50:48Z **Link: Why user-mode threads are (often) the right answer**
By Ron Pressler. With Project Loom, Java chose user-mode threads and doubled down on blocking APIs, to solve concurrency problems.

Shared #link (#Programming, #Java, #JVM, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=KmMU5Y_r0Uk) 2022-12-05T13:50:48Z **Link: Why user-mode threads are (often) the right answer**
By Ron Pressler. With Project Loom, Java chose user-mode threads and doubled down on blocking APIs, to solve concurrency problems.

Shared #link (#Programming, #Java, #JVM, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=KmMU5Y_r0Uk) 2022-12-05T13:50:48Z **Link: Why user-mode threads are (often) the right answer**
By Ron Pressler. With Project Loom, Java chose user-mode threads and doubled down on blocking APIs, to solve concurrency problems.

Shared #link (#Programming, #Java, #JVM, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=KmMU5Y_r0Uk) 2022-12-05T13:50:48Z **Link: Why user-mode threads are (often) the right answer**
By Ron Pressler. With Project Loom, Java chose user-mode threads and doubled down on blocking APIs, to solve concurrency problems.

Shared #link (#Programming, #Java, #JVM, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=KmMU5Y_r0Uk) 2022-12-05T13:50:48Z **Link: Why user-mode threads are (often) the right answer**
By Ron Pressler. With Project Loom, Java chose user-mode threads and doubled down on blocking APIs, to solve concurrency problems.

Shared #link (#Programming, #Java, #JVM, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=KmMU5Y_r0Uk) 2022-12-05T13:50:48Z **Link: Why user-mode threads are (often) the right answer**
By Ron Pressler. With Project Loom, Java chose user-mode threads and doubled down on blocking APIs, to solve concurrency problems.

Shared #link (#Programming, #Java, #JVM, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=KmMU5Y_r0Uk) 2022-12-05T13:50:48Z **Link: Why user-mode threads are (often) the right answer**
By Ron Pressler. With Project Loom, Java chose user-mode threads and doubled down on blocking APIs, to solve concurrency problems.

Shared #link (#Programming, #Java, #JVM, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=KmMU5Y_r0Uk) 2022-12-05T13:50:48Z **Link: Why user-mode threads are (often) the right answer**
By Ron Pressler. With Project Loom, Java chose user-mode threads and doubled down on blocking APIs, to solve concurrency problems.

Shared #link (#Programming, #Java, #JVM, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=KmMU5Y_r0Uk) 2022-12-05T13:50:48Z **Link: Why user-mode threads are (often) the right answer**
By Ron Pressler. With Project Loom, Java chose user-mode threads and doubled down on blocking APIs, to solve concurrency problems.

Shared #link (#Programming, #Java, #JVM, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=KmMU5Y_r0Uk) 2022-12-05T13:50:48Z **Link: Why user-mode threads are (often) the right answer**
By Ron Pressler. With Project Loom, Java chose user-mode threads and doubled down on blocking APIs, to solve concurrency problems.

Shared #link (#Programming, #Java, #JVM, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=KmMU5Y_r0Uk) 2022-12-05T13:50:48Z **Link: Why user-mode threads are (often) the right answer**
By Ron Pressler. With Project Loom, Java chose user-mode threads and doubled down on blocking APIs, to solve concurrency problems.

Shared #link (#Programming, #Java, #JVM, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=KmMU5Y_r0Uk) 2022-12-05T13:50:48Z **Link: Why user-mode threads are (often) the right answer**
By Ron Pressler. With Project Loom, Java chose user-mode threads and doubled down on blocking APIs, to solve concurrency problems.

Shared #link (#Programming, #Java, #JVM, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=KmMU5Y_r0Uk) 2022-12-05T13:50:48Z **Link: Why user-mode threads are (often) the right answer**
By Ron Pressler. With Project Loom, Java chose user-mode threads and doubled down on blocking APIs, to solve concurrency problems.

Shared #link (#Programming, #Java, #JVM, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=KmMU5Y_r0Uk) 2022-12-05T13:50:48Z **Link: Why user-mode threads are (often) the right answer**
By Ron Pressler. With Project Loom, Java chose user-mode threads and doubled down on blocking APIs, to solve concurrency problems.

Shared #link (#Programming, #Java, #JVM, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=KmMU5Y_r0Uk) 2022-12-05T13:50:48Z **Link: Why user-mode threads are (often) the right answer**
By Ron Pressler. With Project Loom, Java chose user-mode threads and doubled down on blocking APIs, to solve concurrency problems.

Shared #link (#Programming, #Java, #JVM, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=KmMU5Y_r0Uk) 2022-12-05T13:50:48Z **Link: Why user-mode threads are (often) the right answer**
By Ron Pressler. With Project Loom, Java chose user-mode threads and doubled down on blocking APIs, to solve concurrency problems.

Shared #link (#Programming, #Java, #JVM, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=KmMU5Y_r0Uk) 2022-12-05T13:50:48Z **Link: Why user-mode threads are (often) the right answer**
By Ron Pressler. With Project Loom, Java chose user-mode threads and doubled down on blocking APIs, to solve concurrency problems.

Shared #link (#Programming, #Java, #JVM, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=KmMU5Y_r0Uk) 2022-12-05T15:25:48Z **Link: Grateful Shutdown with Structured Concurrency**
\`Resource\`, \`SuspendApp\` have been championed in Scala's Cats-Effect. It's great to see them in Kotlin.

Shared #link (#Programming, #FP, #Kotlin, #Concurrency, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=A69_t_oEP_E) 2022-12-05T15:25:48Z **Link: Grateful Shutdown with Structured Concurrency**
\`Resource\`, \`SuspendApp\` have been championed in Scala's Cats-Effect. It's great to see them in Kotlin.

Shared #link (#Programming, #FP, #Kotlin, #Concurrency, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=A69_t_oEP_E) 2022-12-05T15:25:48Z **Link: Grateful Shutdown with Structured Concurrency**
\`Resource\`, \`SuspendApp\` have been championed in Scala's Cats-Effect. It's great to see them in Kotlin.

Shared #link (#Programming, #FP, #Kotlin, #Concurrency, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=A69_t_oEP_E) 2022-12-05T15:25:48Z **Link: Grateful Shutdown with Structured Concurrency**
\`Resource\`, \`SuspendApp\` have been championed in Scala's Cats-Effect. It's great to see them in Kotlin.

Shared #link (#Programming, #FP, #Kotlin, #Concurrency, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=A69_t_oEP_E) 2022-12-05T15:25:48Z **Link: Grateful Shutdown with Structured Concurrency**
\`Resource\`, \`SuspendApp\` have been championed in Scala's Cats-Effect. It's great to see them in Kotlin.

Shared #link (#Programming, #FP, #Kotlin, #Concurrency, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=A69_t_oEP_E) 2022-12-05T15:25:48Z **Link: Grateful Shutdown with Structured Concurrency**
\`Resource\`, \`SuspendApp\` have been championed in Scala's Cats-Effect. It's great to see them in Kotlin.

Shared #link (#Programming, #FP, #Kotlin, #Concurrency, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=A69_t_oEP_E) 2022-12-05T15:25:48Z **Link: Grateful Shutdown with Structured Concurrency**
\`Resource\`, \`SuspendApp\` have been championed in Scala's Cats-Effect. It's great to see them in Kotlin.

Shared #link (#Programming, #FP, #Kotlin, #Concurrency, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=A69_t_oEP_E) 2022-12-05T15:25:48Z **Link: Grateful Shutdown with Structured Concurrency**
\`Resource\`, \`SuspendApp\` have been championed in Scala's Cats-Effect. It's great to see them in Kotlin.

Shared #link (#Programming, #FP, #Kotlin, #Concurrency, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=A69_t_oEP_E) 2022-12-05T15:25:48Z **Link: Grateful Shutdown with Structured Concurrency**
\`Resource\`, \`SuspendApp\` have been championed in Scala's Cats-Effect. It's great to see them in Kotlin.

Shared #link (#Programming, #FP, #Kotlin, #Concurrency, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=A69_t_oEP_E) 2022-12-05T15:25:48Z **Link: Grateful Shutdown with Structured Concurrency**
\`Resource\`, \`SuspendApp\` have been championed in Scala's Cats-Effect. It's great to see them in Kotlin.

Shared #link (#Programming, #FP, #Kotlin, #Concurrency, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=A69_t_oEP_E) 2022-12-05T15:25:48Z **Link: Grateful Shutdown with Structured Concurrency**
\`Resource\`, \`SuspendApp\` have been championed in Scala's Cats-Effect. It's great to see them in Kotlin.

Shared #link (#Programming, #FP, #Kotlin, #Concurrency, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=A69_t_oEP_E) 2022-12-05T15:25:48Z **Link: Grateful Shutdown with Structured Concurrency**
\`Resource\`, \`SuspendApp\` have been championed in Scala's Cats-Effect. It's great to see them in Kotlin.

Shared #link (#Programming, #FP, #Kotlin, #Concurrency, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=A69_t_oEP_E) 2022-12-05T15:25:48Z **Link: Grateful Shutdown with Structured Concurrency**
\`Resource\`, \`SuspendApp\` have been championed in Scala's Cats-Effect. It's great to see them in Kotlin.

Shared #link (#Programming, #FP, #Kotlin, #Concurrency, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=A69_t_oEP_E) 2022-12-05T15:25:48Z **Link: Grateful Shutdown with Structured Concurrency**
\`Resource\`, \`SuspendApp\` have been championed in Scala's Cats-Effect. It's great to see them in Kotlin.

Shared #link (#Programming, #FP, #Kotlin, #Concurrency, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=A69_t_oEP_E) 2022-12-05T15:25:48Z **Link: Grateful Shutdown with Structured Concurrency**
\`Resource\`, \`SuspendApp\` have been championed in Scala's Cats-Effect. It's great to see them in Kotlin.

Shared #link (#Programming, #FP, #Kotlin, #Concurrency, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=A69_t_oEP_E) 2022-12-05T15:25:48Z **Link: Grateful Shutdown with Structured Concurrency**
\`Resource\`, \`SuspendApp\` have been championed in Scala's Cats-Effect. It's great to see them in Kotlin.

Shared #link (#Programming, #FP, #Kotlin, #Concurrency, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=A69_t_oEP_E) 2022-12-06T21:00:40Z **Link: KEYNOTE Simply Scala**
Is Scala complex? Good to see Martin Odersky in another presentation.

Shared #link (#Programming, #Scala, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=QRcD9Zc7eq4) 2022-12-06T21:00:40Z **Link: KEYNOTE Simply Scala**
Is Scala complex? Good to see Martin Odersky in another presentation.

Shared #link (#Programming, #Scala, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=QRcD9Zc7eq4) 2022-12-06T21:00:40Z **Link: KEYNOTE Simply Scala**
Is Scala complex? Good to see Martin Odersky in another presentation.

Shared #link (#Programming, #Scala, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=QRcD9Zc7eq4) 2022-12-06T21:00:40Z **Link: KEYNOTE Simply Scala**
Is Scala complex? Good to see Martin Odersky in another presentation.

Shared #link (#Programming, #Scala, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=QRcD9Zc7eq4) 2022-12-06T21:00:40Z **Link: KEYNOTE Simply Scala**
Is Scala complex? Good to see Martin Odersky in another presentation.

Shared #link (#Programming, #Scala, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=QRcD9Zc7eq4) 2022-12-06T21:00:40Z **Link: KEYNOTE Simply Scala**
Is Scala complex? Good to see Martin Odersky in another presentation.

Shared #link (#Programming, #Scala, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=QRcD9Zc7eq4) 2022-12-06T21:00:40Z **Link: KEYNOTE Simply Scala**
Is Scala complex? Good to see Martin Odersky in another presentation.

Shared #link (#Programming, #Scala, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=QRcD9Zc7eq4) 2022-12-06T21:00:40Z **Link: KEYNOTE Simply Scala**
Is Scala complex? Good to see Martin Odersky in another presentation.

Shared #link (#Programming, #Scala, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=QRcD9Zc7eq4) 2022-12-06T21:00:40Z **Link: KEYNOTE Simply Scala**
Is Scala complex? Good to see Martin Odersky in another presentation.

Shared #link (#Programming, #Scala, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=QRcD9Zc7eq4) 2022-12-06T21:00:40Z **Link: KEYNOTE Simply Scala**
Is Scala complex? Good to see Martin Odersky in another presentation.

Shared #link (#Programming, #Scala, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=QRcD9Zc7eq4) 2022-12-06T21:00:40Z **Link: KEYNOTE Simply Scala**
Is Scala complex? Good to see Martin Odersky in another presentation.

Shared #link (#Programming, #Scala, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=QRcD9Zc7eq4) 2022-12-06T21:00:40Z **Link: KEYNOTE Simply Scala**
Is Scala complex? Good to see Martin Odersky in another presentation.

Shared #link (#Programming, #Scala, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=QRcD9Zc7eq4) 2022-12-06T21:00:40Z **Link: KEYNOTE Simply Scala**
Is Scala complex? Good to see Martin Odersky in another presentation.

Shared #link (#Programming, #Scala, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=QRcD9Zc7eq4) 2022-12-06T21:00:40Z **Link: KEYNOTE Simply Scala**
Is Scala complex? Good to see Martin Odersky in another presentation.

Shared #link (#Programming, #Scala, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=QRcD9Zc7eq4) 2022-12-06T21:00:40Z **Link: KEYNOTE Simply Scala**
Is Scala complex? Good to see Martin Odersky in another presentation.

Shared #link (#Programming, #Scala, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=QRcD9Zc7eq4) 2022-12-06T21:00:40Z **Link: KEYNOTE Simply Scala**
Is Scala complex? Good to see Martin Odersky in another presentation.

Shared #link (#Programming, #Scala, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=QRcD9Zc7eq4) 2022-12-06T21:00:40Z **Link: KEYNOTE Simply Scala**
Is Scala complex? Good to see Martin Odersky in another presentation.

Shared #link (#Programming, #Scala, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=QRcD9Zc7eq4) 2022-12-06T21:00:40Z **Link: KEYNOTE Simply Scala**
Is Scala complex? Good to see Martin Odersky in another presentation.

Shared #link (#Programming, #Scala, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=QRcD9Zc7eq4) 2022-12-06T21:00:40Z **Link: KEYNOTE Simply Scala**
Is Scala complex? Good to see Martin Odersky in another presentation.

Shared #link (#Programming, #Scala, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=QRcD9Zc7eq4) 2022-12-06T21:00:40Z **Link: KEYNOTE Simply Scala**
Is Scala complex? Good to see Martin Odersky in another presentation.

Shared #link (#Programming, #Scala, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=QRcD9Zc7eq4) 2022-12-06T21:00:40Z **Link: KEYNOTE Simply Scala**
Is Scala complex? Good to see Martin Odersky in another presentation.

Shared #link (#Programming, #Scala, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=QRcD9Zc7eq4) 2022-12-06T21:00:40Z **Link: KEYNOTE Simply Scala**
Is Scala complex? Good to see Martin Odersky in another presentation.

Shared #link (#Programming, #Scala, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=QRcD9Zc7eq4) 2022-12-06T21:00:40Z **Link: KEYNOTE Simply Scala**
Is Scala complex? Good to see Martin Odersky in another presentation.

Shared #link (#Programming, #Scala, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=QRcD9Zc7eq4) 2022-12-06T21:00:40Z **Link: KEYNOTE Simply Scala**
Is Scala complex? Good to see Martin Odersky in another presentation.

Shared #link (#Programming, #Scala, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=QRcD9Zc7eq4) 2022-12-06T21:00:40Z **Link: KEYNOTE Simply Scala**
Is Scala complex? Good to see Martin Odersky in another presentation.

Shared #link (#Programming, #Scala, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=QRcD9Zc7eq4) 2022-12-08T21:58:36Z **Link: This is not a Monad Tutorial**
Shared #link (#Programming, #FP, #FSharp). ⌘ [Read more](https://johnazariah.github.io/2022/12/06/this-is-not-a-monad-tutorial.html) 2022-12-08T21:58:36Z **Link: This is not a Monad Tutorial**
Shared #link (#Programming, #FP, #FSharp). ⌘ [Read more](https://johnazariah.github.io/2022/12/06/this-is-not-a-monad-tutorial.html) 2022-12-08T22:14:17Z **Link: Matthew Walker's "Why We Sleep" Is Riddled with Scientific and Factual Errors**
Lack of sleep makes us credulous enough to fall for quackery 😏

Shared #link (#Health). ⌘ [Read more](https://guzey.com/books/why-we-sleep/) 2022-12-08T21:58:36Z **Link: This is not a Monad Tutorial**
Shared #link (#Programming, #FP, #FSharp). ⌘ [Read more](https://johnazariah.github.io/2022/12/06/this-is-not-a-monad-tutorial.html) 2022-12-08T22:14:17Z **Link: Matthew Walker's "Why We Sleep" Is Riddled with Scientific and Factual Errors**
Lack of sleep makes us credulous enough to fall for quackery 😏

Shared #link (#Health). ⌘ [Read more](https://guzey.com/books/why-we-sleep/) 2022-12-08T21:58:36Z **Link: This is not a Monad Tutorial**
Shared #link (#Programming, #FP, #FSharp). ⌘ [Read more](https://johnazariah.github.io/2022/12/06/this-is-not-a-monad-tutorial.html) 2022-12-08T22:14:17Z **Link: Matthew Walker's "Why We Sleep" Is Riddled with Scientific and Factual Errors**
Lack of sleep makes us credulous enough to fall for quackery 😏

Shared #link (#Health). ⌘ [Read more](https://guzey.com/books/why-we-sleep/) 2022-12-08T21:58:36Z **Link: This is not a Monad Tutorial**
Shared #link (#Programming, #FP, #FSharp). ⌘ [Read more](https://johnazariah.github.io/2022/12/06/this-is-not-a-monad-tutorial.html) 2022-12-08T22:14:17Z **Link: Matthew Walker's "Why We Sleep" Is Riddled with Scientific and Factual Errors**
Lack of sleep makes us credulous enough to fall for quackery 😏

Shared #link (#Health). ⌘ [Read more](https://guzey.com/books/why-we-sleep/) 2022-12-08T21:58:36Z **Link: This is not a Monad Tutorial**
Shared #link (#Programming, #FP, #FSharp). ⌘ [Read more](https://johnazariah.github.io/2022/12/06/this-is-not-a-monad-tutorial.html) 2022-12-08T22:14:17Z **Link: Matthew Walker's "Why We Sleep" Is Riddled with Scientific and Factual Errors**
Lack of sleep makes us credulous enough to fall for quackery 😏

Shared #link (#Health). ⌘ [Read more](https://guzey.com/books/why-we-sleep/) 2022-12-08T21:58:36Z **Link: This is not a Monad Tutorial**
Shared #link (#Programming, #FP, #FSharp). ⌘ [Read more](https://johnazariah.github.io/2022/12/06/this-is-not-a-monad-tutorial.html) 2022-12-08T22:14:17Z **Link: Matthew Walker's "Why We Sleep" Is Riddled with Scientific and Factual Errors**
Lack of sleep makes us credulous enough to fall for quackery 😏

Shared #link (#Health). ⌘ [Read more](https://guzey.com/books/why-we-sleep/) 2022-12-08T21:58:36Z **Link: This is not a Monad Tutorial**
Shared #link (#Programming, #FP, #FSharp). ⌘ [Read more](https://johnazariah.github.io/2022/12/06/this-is-not-a-monad-tutorial.html) 2022-12-08T22:14:17Z **Link: Matthew Walker's "Why We Sleep" Is Riddled with Scientific and Factual Errors**
Lack of sleep makes us credulous enough to fall for quackery 😏

Shared #link (#Health). ⌘ [Read more](https://guzey.com/books/why-we-sleep/) 2022-12-08T21:58:36Z **Link: This is not a Monad Tutorial**
Shared #link (#Programming, #FP, #FSharp). ⌘ [Read more](https://johnazariah.github.io/2022/12/06/this-is-not-a-monad-tutorial.html) 2022-12-08T22:14:17Z **Link: Matthew Walker's "Why We Sleep" Is Riddled with Scientific and Factual Errors**
Lack of sleep makes us credulous enough to fall for quackery 😏

Shared #link (#Health). ⌘ [Read more](https://guzey.com/books/why-we-sleep/) 2022-12-08T21:58:36Z **Link: This is not a Monad Tutorial**
Shared #link (#Programming, #FP, #FSharp). ⌘ [Read more](https://johnazariah.github.io/2022/12/06/this-is-not-a-monad-tutorial.html) 2022-12-08T22:14:17Z **Link: Matthew Walker's "Why We Sleep" Is Riddled with Scientific and Factual Errors**
Lack of sleep makes us credulous enough to fall for quackery 😏

Shared #link (#Health). ⌘ [Read more](https://guzey.com/books/why-we-sleep/) 2022-12-08T21:58:36Z **Link: This is not a Monad Tutorial**
Shared #link (#Programming, #FP, #FSharp). ⌘ [Read more](https://johnazariah.github.io/2022/12/06/this-is-not-a-monad-tutorial.html) 2022-12-08T22:14:17Z **Link: Matthew Walker's "Why We Sleep" Is Riddled with Scientific and Factual Errors**
Lack of sleep makes us credulous enough to fall for quackery 😏

Shared #link (#Health). ⌘ [Read more](https://guzey.com/books/why-we-sleep/) 2022-12-08T21:58:36Z **Link: This is not a Monad Tutorial**
Shared #link (#Programming, #FP, #FSharp). ⌘ [Read more](https://johnazariah.github.io/2022/12/06/this-is-not-a-monad-tutorial.html) 2022-12-08T22:14:17Z **Link: Matthew Walker's "Why We Sleep" Is Riddled with Scientific and Factual Errors**
Lack of sleep makes us credulous enough to fall for quackery 😏

Shared #link (#Health). ⌘ [Read more](https://guzey.com/books/why-we-sleep/) 2022-12-08T21:58:36Z **Link: This is not a Monad Tutorial**
Shared #link (#Programming, #FP, #FSharp). ⌘ [Read more](https://johnazariah.github.io/2022/12/06/this-is-not-a-monad-tutorial.html) 2022-12-08T22:14:17Z **Link: Matthew Walker's "Why We Sleep" Is Riddled with Scientific and Factual Errors**
Lack of sleep makes us credulous enough to fall for quackery 😏

Shared #link (#Health). ⌘ [Read more](https://guzey.com/books/why-we-sleep/) 2022-12-08T21:58:36Z **Link: This is not a Monad Tutorial**
Shared #link (#Programming, #FP, #FSharp). ⌘ [Read more](https://johnazariah.github.io/2022/12/06/this-is-not-a-monad-tutorial.html) 2022-12-08T22:14:17Z **Link: Matthew Walker's "Why We Sleep" Is Riddled with Scientific and Factual Errors**
Lack of sleep makes us credulous enough to fall for quackery 😏

Shared #link (#Health). ⌘ [Read more](https://guzey.com/books/why-we-sleep/) 2022-12-08T21:58:36Z **Link: This is not a Monad Tutorial**
Shared #link (#Programming, #FP, #FSharp). ⌘ [Read more](https://johnazariah.github.io/2022/12/06/this-is-not-a-monad-tutorial.html) 2022-12-08T22:14:17Z **Link: Matthew Walker's "Why We Sleep" Is Riddled with Scientific and Factual Errors**
Lack of sleep makes us credulous enough to fall for quackery 😏

Shared #link (#Health). ⌘ [Read more](https://guzey.com/books/why-we-sleep/) 2022-12-08T21:58:36Z **Link: This is not a Monad Tutorial**
Shared #link (#Programming, #FP, #FSharp). ⌘ [Read more](https://johnazariah.github.io/2022/12/06/this-is-not-a-monad-tutorial.html) 2022-12-08T22:14:17Z **Link: Matthew Walker's "Why We Sleep" Is Riddled with Scientific and Factual Errors**
Lack of sleep makes us credulous enough to fall for quackery 😏

Shared #link (#Health). ⌘ [Read more](https://guzey.com/books/why-we-sleep/) 2022-12-08T21:58:36Z **Link: This is not a Monad Tutorial**
Shared #link (#Programming, #FP, #FSharp). ⌘ [Read more](https://johnazariah.github.io/2022/12/06/this-is-not-a-monad-tutorial.html) 2022-12-08T22:14:17Z **Link: Matthew Walker's "Why We Sleep" Is Riddled with Scientific and Factual Errors**
Lack of sleep makes us credulous enough to fall for quackery 😏

Shared #link (#Health). ⌘ [Read more](https://guzey.com/books/why-we-sleep/) 2022-12-08T21:58:36Z **Link: This is not a Monad Tutorial**
Shared #link (#Programming, #FP, #FSharp). ⌘ [Read more](https://johnazariah.github.io/2022/12/06/this-is-not-a-monad-tutorial.html) 2022-12-08T22:14:17Z **Link: Matthew Walker's "Why We Sleep" Is Riddled with Scientific and Factual Errors**
Lack of sleep makes us credulous enough to fall for quackery 😏

Shared #link (#Health). ⌘ [Read more](https://guzey.com/books/why-we-sleep/) 2022-12-08T21:58:36Z **Link: This is not a Monad Tutorial**
Shared #link (#Programming, #FP, #FSharp). ⌘ [Read more](https://johnazariah.github.io/2022/12/06/this-is-not-a-monad-tutorial.html) 2022-12-08T22:14:17Z **Link: Matthew Walker's "Why We Sleep" Is Riddled with Scientific and Factual Errors**
Lack of sleep makes us credulous enough to fall for quackery 😏

Shared #link (#Health). ⌘ [Read more](https://guzey.com/books/why-we-sleep/) 2022-12-08T21:58:36Z **Link: This is not a Monad Tutorial**
Shared #link (#Programming, #FP, #FSharp). ⌘ [Read more](https://johnazariah.github.io/2022/12/06/this-is-not-a-monad-tutorial.html) 2022-12-08T22:14:17Z **Link: Matthew Walker's "Why We Sleep" Is Riddled with Scientific and Factual Errors**
Lack of sleep makes us credulous enough to fall for quackery 😏

Shared #link (#Health). ⌘ [Read more](https://guzey.com/books/why-we-sleep/) 2022-12-08T21:58:36Z **Link: This is not a Monad Tutorial**
Shared #link (#Programming, #FP, #FSharp). ⌘ [Read more](https://johnazariah.github.io/2022/12/06/this-is-not-a-monad-tutorial.html) 2022-12-08T22:14:17Z **Link: Matthew Walker's "Why We Sleep" Is Riddled with Scientific and Factual Errors**
Lack of sleep makes us credulous enough to fall for quackery 😏

Shared #link (#Health). ⌘ [Read more](https://guzey.com/books/why-we-sleep/) 2022-12-08T21:58:36Z **Link: This is not a Monad Tutorial**
Shared #link (#Programming, #FP, #FSharp). ⌘ [Read more](https://johnazariah.github.io/2022/12/06/this-is-not-a-monad-tutorial.html) 2022-12-08T22:14:17Z **Link: Matthew Walker's "Why We Sleep" Is Riddled with Scientific and Factual Errors**
Lack of sleep makes us credulous enough to fall for quackery 😏

Shared #link (#Health). ⌘ [Read more](https://guzey.com/books/why-we-sleep/) 2022-12-08T21:58:36Z **Link: This is not a Monad Tutorial**
Shared #link (#Programming, #FP, #FSharp). ⌘ [Read more](https://johnazariah.github.io/2022/12/06/this-is-not-a-monad-tutorial.html) 2022-12-08T22:14:17Z **Link: Matthew Walker's "Why We Sleep" Is Riddled with Scientific and Factual Errors**
Lack of sleep makes us credulous enough to fall for quackery 😏

Shared #link (#Health). ⌘ [Read more](https://guzey.com/books/why-we-sleep/) 2022-12-08T22:14:17Z **Link: Matthew Walker's "Why We Sleep" Is Riddled with Scientific and Factual Errors**
Lack of sleep makes us credulous enough to fall for quackery 😏

Shared #link (#Health). ⌘ [Read more](https://guzey.com/books/why-we-sleep/) 2022-12-08T22:14:17Z **Link: Matthew Walker's "Why We Sleep" Is Riddled with Scientific and Factual Errors**
Lack of sleep makes us credulous enough to fall for quackery 😏

Shared #link (#Health). ⌘ [Read more](https://guzey.com/books/why-we-sleep/) 2022-12-08T22:14:17Z **Link: Matthew Walker's "Why We Sleep" Is Riddled with Scientific and Factual Errors**
Lack of sleep makes us credulous enough to fall for quackery 😏

Shared #link (#Health). ⌘ [Read more](https://guzey.com/books/why-we-sleep/) 2022-12-09T08:31:45Z **Link: Chrome, 10 years later**
Notes from a former developer of Chrome. I'm becoming a Chromium fanboy, TBH.

Shared #link (#Browsers, #Web). ⌘ [Read more](https://neugierig.org/software/blog/2022/12/chrome.html) 2022-12-09T08:31:45Z **Link: Chrome, 10 years later**
Notes from a former developer of Chrome. I'm becoming a Chromium fanboy, TBH.

Shared #link (#Browsers, #Web). ⌘ [Read more](https://neugierig.org/software/blog/2022/12/chrome.html) 2022-12-09T08:31:45Z **Link: Chrome, 10 years later**
Notes from a former developer of Chrome. I'm becoming a Chromium fanboy, TBH.

Shared #link (#Browsers, #Web). ⌘ [Read more](https://neugierig.org/software/blog/2022/12/chrome.html) 2022-12-09T08:31:45Z **Link: Chrome, 10 years later**
Notes from a former developer of Chrome. I'm becoming a Chromium fanboy, TBH.

Shared #link (#Browsers, #Web). ⌘ [Read more](https://neugierig.org/software/blog/2022/12/chrome.html) 2022-12-09T08:31:45Z **Link: Chrome, 10 years later**
Notes from a former developer of Chrome. I'm becoming a Chromium fanboy, TBH.

Shared #link (#Browsers, #Web). ⌘ [Read more](https://neugierig.org/software/blog/2022/12/chrome.html) 2022-12-09T08:31:45Z **Link: Chrome, 10 years later**
Notes from a former developer of Chrome. I'm becoming a Chromium fanboy, TBH.

Shared #link (#Browsers, #Web). ⌘ [Read more](https://neugierig.org/software/blog/2022/12/chrome.html) 2022-12-09T08:31:45Z **Link: Chrome, 10 years later**
Notes from a former developer of Chrome. I'm becoming a Chromium fanboy, TBH.

Shared #link (#Browsers, #Web). ⌘ [Read more](https://neugierig.org/software/blog/2022/12/chrome.html) 2022-12-09T08:31:45Z **Link: Chrome, 10 years later**
Notes from a former developer of Chrome. I'm becoming a Chromium fanboy, TBH.

Shared #link (#Browsers, #Web). ⌘ [Read more](https://neugierig.org/software/blog/2022/12/chrome.html) 2022-12-09T08:31:45Z **Link: Chrome, 10 years later**
Notes from a former developer of Chrome. I'm becoming a Chromium fanboy, TBH.

Shared #link (#Browsers, #Web). ⌘ [Read more](https://neugierig.org/software/blog/2022/12/chrome.html) 2022-12-09T08:31:45Z **Link: Chrome, 10 years later**
Notes from a former developer of Chrome. I'm becoming a Chromium fanboy, TBH.

Shared #link (#Browsers, #Web). ⌘ [Read more](https://neugierig.org/software/blog/2022/12/chrome.html) 2022-12-09T08:31:45Z **Link: Chrome, 10 years later**
Notes from a former developer of Chrome. I'm becoming a Chromium fanboy, TBH.

Shared #link (#Browsers, #Web). ⌘ [Read more](https://neugierig.org/software/blog/2022/12/chrome.html) 2022-12-09T08:31:45Z **Link: Chrome, 10 years later**
Notes from a former developer of Chrome. I'm becoming a Chromium fanboy, TBH.

Shared #link (#Browsers, #Web). ⌘ [Read more](https://neugierig.org/software/blog/2022/12/chrome.html) 2022-12-09T08:31:45Z **Link: Chrome, 10 years later**
Notes from a former developer of Chrome. I'm becoming a Chromium fanboy, TBH.

Shared #link (#Browsers, #Web). ⌘ [Read more](https://neugierig.org/software/blog/2022/12/chrome.html) 2022-12-09T08:31:45Z **Link: Chrome, 10 years later**
Notes from a former developer of Chrome. I'm becoming a Chromium fanboy, TBH.

Shared #link (#Browsers, #Web). ⌘ [Read more](https://neugierig.org/software/blog/2022/12/chrome.html) 2022-12-09T08:31:45Z **Link: Chrome, 10 years later**
Notes from a former developer of Chrome. I'm becoming a Chromium fanboy, TBH.

Shared #link (#Browsers, #Web). ⌘ [Read more](https://neugierig.org/software/blog/2022/12/chrome.html) 2022-12-09T08:31:45Z **Link: Chrome, 10 years later**
Notes from a former developer of Chrome. I'm becoming a Chromium fanboy, TBH.

Shared #link (#Browsers, #Web). ⌘ [Read more](https://neugierig.org/software/blog/2022/12/chrome.html) 2022-12-09T08:31:45Z **Link: Chrome, 10 years later**
Notes from a former developer of Chrome. I'm becoming a Chromium fanboy, TBH.

Shared #link (#Browsers, #Web). ⌘ [Read more](https://neugierig.org/software/blog/2022/12/chrome.html) 2022-12-09T08:31:45Z **Link: Chrome, 10 years later**
Notes from a former developer of Chrome. I'm becoming a Chromium fanboy, TBH.

Shared #link (#Browsers, #Web). ⌘ [Read more](https://neugierig.org/software/blog/2022/12/chrome.html) 2022-12-09T08:31:45Z **Link: Chrome, 10 years later**
Notes from a former developer of Chrome. I'm becoming a Chromium fanboy, TBH.

Shared #link (#Browsers, #Web). ⌘ [Read more](https://neugierig.org/software/blog/2022/12/chrome.html) 2022-12-12T13:21:15Z **Link: Lichess & Scala 3**
Lichess, a really good #FOSS chess website, has recently upgraded to #Scala3.

Shared #link (#Programming, #Scala). ⌘ [Read more](https://lichess.org/@/thibault/blog/lichess--scala-3/y1sbYzJX) 2022-12-12T13:21:15Z **Link: Lichess & Scala 3**
Lichess, a really good #FOSS chess website, has recently upgraded to #Scala3.

Shared #link (#Programming, #Scala). ⌘ [Read more](https://lichess.org/@/thibault/blog/lichess--scala-3/y1sbYzJX) 2022-12-12T13:21:15Z **Link: Lichess & Scala 3**
Lichess, a really good #FOSS chess website, has recently upgraded to #Scala3.

Shared #link (#Programming, #Scala). ⌘ [Read more](https://lichess.org/@/thibault/blog/lichess--scala-3/y1sbYzJX) 2022-12-12T13:21:15Z **Link: Lichess & Scala 3**
Lichess, a really good #FOSS chess website, has recently upgraded to #Scala3.

Shared #link (#Programming, #Scala). ⌘ [Read more](https://lichess.org/@/thibault/blog/lichess--scala-3/y1sbYzJX) 2022-12-12T13:21:15Z **Link: Lichess & Scala 3**
Lichess, a really good #FOSS chess website, has recently upgraded to #Scala3.

Shared #link (#Programming, #Scala). ⌘ [Read more](https://lichess.org/@/thibault/blog/lichess--scala-3/y1sbYzJX) 2022-12-12T13:21:15Z **Link: Lichess & Scala 3**
Lichess, a really good #FOSS chess website, has recently upgraded to #Scala3.

Shared #link (#Programming, #Scala). ⌘ [Read more](https://lichess.org/@/thibault/blog/lichess--scala-3/y1sbYzJX) 2022-12-12T13:21:15Z **Link: Lichess & Scala 3**
Lichess, a really good #FOSS chess website, has recently upgraded to #Scala3.

Shared #link (#Programming, #Scala). ⌘ [Read more](https://lichess.org/@/thibault/blog/lichess--scala-3/y1sbYzJX) 2022-12-12T13:21:15Z **Link: Lichess & Scala 3**
Lichess, a really good #FOSS chess website, has recently upgraded to #Scala3.

Shared #link (#Programming, #Scala). ⌘ [Read more](https://lichess.org/@/thibault/blog/lichess--scala-3/y1sbYzJX) 2022-12-12T13:21:15Z **Link: Lichess & Scala 3**
Lichess, a really good #FOSS chess website, has recently upgraded to #Scala3.

Shared #link (#Programming, #Scala). ⌘ [Read more](https://lichess.org/@/thibault/blog/lichess--scala-3/y1sbYzJX) 2022-12-12T13:21:15Z **Link: Lichess & Scala 3**
Lichess, a really good #FOSS chess website, has recently upgraded to #Scala3.

Shared #link (#Programming, #Scala). ⌘ [Read more](https://lichess.org/@/thibault/blog/lichess--scala-3/y1sbYzJX) 2022-12-12T13:21:15Z **Link: Lichess & Scala 3**
Lichess, a really good #FOSS chess website, has recently upgraded to #Scala3.

Shared #link (#Programming, #Scala). ⌘ [Read more](https://lichess.org/@/thibault/blog/lichess--scala-3/y1sbYzJX) 2022-12-12T13:21:15Z **Link: Lichess & Scala 3**
Lichess, a really good #FOSS chess website, has recently upgraded to #Scala3.

Shared #link (#Programming, #Scala). ⌘ [Read more](https://lichess.org/@/thibault/blog/lichess--scala-3/y1sbYzJX) 2022-12-12T13:21:15Z **Link: Lichess & Scala 3**
Lichess, a really good #FOSS chess website, has recently upgraded to #Scala3.

Shared #link (#Programming, #Scala). ⌘ [Read more](https://lichess.org/@/thibault/blog/lichess--scala-3/y1sbYzJX) 2022-12-12T13:21:15Z **Link: Lichess & Scala 3**
Lichess, a really good #FOSS chess website, has recently upgraded to #Scala3.

Shared #link (#Programming, #Scala). ⌘ [Read more](https://lichess.org/@/thibault/blog/lichess--scala-3/y1sbYzJX) 2022-12-12T13:21:15Z **Link: Lichess & Scala 3**
Lichess, a really good #FOSS chess website, has recently upgraded to #Scala3.

Shared #link (#Programming, #Scala). ⌘ [Read more](https://lichess.org/@/thibault/blog/lichess--scala-3/y1sbYzJX) 2022-12-12T13:21:15Z **Link: Lichess & Scala 3**
Lichess, a really good #FOSS chess website, has recently upgraded to #Scala3.

Shared #link (#Programming, #Scala). ⌘ [Read more](https://lichess.org/@/thibault/blog/lichess--scala-3/y1sbYzJX) 2022-12-12T13:21:15Z **Link: Lichess & Scala 3**
Lichess, a really good #FOSS chess website, has recently upgraded to #Scala3.

Shared #link (#Programming, #Scala). ⌘ [Read more](https://lichess.org/@/thibault/blog/lichess--scala-3/y1sbYzJX) 2022-12-12T13:21:15Z **Link: Lichess & Scala 3**
Lichess, a really good #FOSS chess website, has recently upgraded to #Scala3.

Shared #link (#Programming, #Scala). ⌘ [Read more](https://lichess.org/@/thibault/blog/lichess--scala-3/y1sbYzJX) 2022-12-12T13:21:15Z **Link: Lichess & Scala 3**
Lichess, a really good #FOSS chess website, has recently upgraded to #Scala3.

Shared #link (#Programming, #Scala). ⌘ [Read more](https://lichess.org/@/thibault/blog/lichess--scala-3/y1sbYzJX) 2022-12-12T13:21:15Z **Link: Lichess & Scala 3**
Lichess, a really good #FOSS chess website, has recently upgraded to #Scala3.

Shared #link (#Programming, #Scala). ⌘ [Read more](https://lichess.org/@/thibault/blog/lichess--scala-3/y1sbYzJX) 2022-12-12T13:21:15Z **Link: Lichess & Scala 3**
Lichess, a really good #FOSS chess website, has recently upgraded to #Scala3.

Shared #link (#Programming, #Scala). ⌘ [Read more](https://lichess.org/@/thibault/blog/lichess--scala-3/y1sbYzJX) 2022-12-12T13:21:15Z **Link: Lichess & Scala 3**
Lichess, a really good #FOSS chess website, has recently upgraded to #Scala3.

Shared #link (#Programming, #Scala). ⌘ [Read more](https://lichess.org/@/thibault/blog/lichess--scala-3/y1sbYzJX) 2022-12-12T13:21:15Z **Link: Lichess & Scala 3**
Lichess, a really good #FOSS chess website, has recently upgraded to #Scala3.

Shared #link (#Programming, #Scala). ⌘ [Read more](https://lichess.org/@/thibault/blog/lichess--scala-3/y1sbYzJX) 2022-12-13T13:04:51Z **Wiki: Web Design**
Article
 updated at December 13, 2022,
 created at December 13, 2022. ⌘ [Read more](https://alexn.org/wiki/web-design/?pk_campaign=rss) 2022-12-17T00:09:12Z **Link: Kotlin Coroutines and Structured Concurrency Tutorial, Part 1: Basics**
Shared #link (#Concurrency, #Kotlin, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=Wpco6IK1hmY) 2022-12-17T00:09:12Z **Link: Kotlin Coroutines and Structured Concurrency Tutorial, Part 1: Basics**
Shared #link (#Concurrency, #Kotlin, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=Wpco6IK1hmY) 2022-12-17T00:09:12Z **Link: Kotlin Coroutines and Structured Concurrency Tutorial, Part 1: Basics**
Shared #link (#Concurrency, #Kotlin, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=Wpco6IK1hmY) 2022-12-17T00:09:12Z **Link: Kotlin Coroutines and Structured Concurrency Tutorial, Part 1: Basics**
Shared #link (#Concurrency, #Kotlin, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=Wpco6IK1hmY) 2022-12-17T00:09:12Z **Link: Kotlin Coroutines and Structured Concurrency Tutorial, Part 1: Basics**
Shared #link (#Concurrency, #Kotlin, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=Wpco6IK1hmY) 2022-12-17T00:09:12Z **Link: Kotlin Coroutines and Structured Concurrency Tutorial, Part 1: Basics**
Shared #link (#Concurrency, #Kotlin, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=Wpco6IK1hmY) 2022-12-17T00:09:12Z **Link: Kotlin Coroutines and Structured Concurrency Tutorial, Part 1: Basics**
Shared #link (#Concurrency, #Kotlin, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=Wpco6IK1hmY) 2022-12-17T00:09:12Z **Link: Kotlin Coroutines and Structured Concurrency Tutorial, Part 1: Basics**
Shared #link (#Concurrency, #Kotlin, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=Wpco6IK1hmY) 2022-12-17T00:09:12Z **Link: Kotlin Coroutines and Structured Concurrency Tutorial, Part 1: Basics**
Shared #link (#Concurrency, #Kotlin, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=Wpco6IK1hmY) 2022-12-17T00:09:12Z **Link: Kotlin Coroutines and Structured Concurrency Tutorial, Part 1: Basics**
Shared #link (#Concurrency, #Kotlin, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=Wpco6IK1hmY) 2022-12-17T00:09:12Z **Link: Kotlin Coroutines and Structured Concurrency Tutorial, Part 1: Basics**
Shared #link (#Concurrency, #Kotlin, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=Wpco6IK1hmY) 2022-12-17T00:09:12Z **Link: Kotlin Coroutines and Structured Concurrency Tutorial, Part 1: Basics**
Shared #link (#Concurrency, #Kotlin, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=Wpco6IK1hmY) 2022-12-17T00:09:12Z **Link: Kotlin Coroutines and Structured Concurrency Tutorial, Part 1: Basics**
Shared #link (#Concurrency, #Kotlin, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=Wpco6IK1hmY) 2022-12-17T00:09:12Z **Link: Kotlin Coroutines and Structured Concurrency Tutorial, Part 1: Basics**
Shared #link (#Concurrency, #Kotlin, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=Wpco6IK1hmY) 2022-12-17T00:09:12Z **Link: Kotlin Coroutines and Structured Concurrency Tutorial, Part 1: Basics**
Shared #link (#Concurrency, #Kotlin, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=Wpco6IK1hmY) 2022-12-17T00:09:12Z **Link: Kotlin Coroutines and Structured Concurrency Tutorial, Part 1: Basics**
Shared #link (#Concurrency, #Kotlin, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=Wpco6IK1hmY) 2022-12-17T00:09:12Z **Link: Kotlin Coroutines and Structured Concurrency Tutorial, Part 1: Basics**
Shared #link (#Concurrency, #Kotlin, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=Wpco6IK1hmY) 2022-12-17T00:09:12Z **Link: Kotlin Coroutines and Structured Concurrency Tutorial, Part 1: Basics**
Shared #link (#Concurrency, #Kotlin, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=Wpco6IK1hmY) 2022-12-17T00:09:12Z **Link: Kotlin Coroutines and Structured Concurrency Tutorial, Part 1: Basics**
Shared #link (#Concurrency, #Kotlin, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=Wpco6IK1hmY) 2022-12-17T00:09:12Z **Link: Kotlin Coroutines and Structured Concurrency Tutorial, Part 1: Basics**
Shared #link (#Concurrency, #Kotlin, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=Wpco6IK1hmY) 2022-12-17T00:09:12Z **Link: Kotlin Coroutines and Structured Concurrency Tutorial, Part 1: Basics**
Shared #link (#Concurrency, #Kotlin, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=Wpco6IK1hmY) 2022-12-17T00:09:12Z **Link: Kotlin Coroutines and Structured Concurrency Tutorial, Part 1: Basics**
Shared #link (#Concurrency, #Kotlin, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=Wpco6IK1hmY) 2022-12-17T00:09:12Z **Link: Kotlin Coroutines and Structured Concurrency Tutorial, Part 1: Basics**
Shared #link (#Concurrency, #Kotlin, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=Wpco6IK1hmY) 2022-12-17T00:09:12Z **Link: Kotlin Coroutines and Structured Concurrency Tutorial, Part 1: Basics**
Shared #link (#Concurrency, #Kotlin, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=Wpco6IK1hmY) 2022-12-18T10:28:44Z **Link: Laminar · Simple, expressive, and safe UI library for Scala.js**
Interesting lightweight Scala.js library, an alternative to React.

Shared #link (#Programming, #JavaScript, #Scala). ⌘ [Read more](https://laminar.dev/) 2022-12-18T10:28:44Z **Link: Laminar · Simple, expressive, and safe UI library for Scala.js**
Interesting lightweight Scala.js library, an alternative to React.

Shared #link (#Programming, #JavaScript, #Scala). ⌘ [Read more](https://laminar.dev/) 2022-12-18T10:28:44Z **Link: Laminar · Simple, expressive, and safe UI library for Scala.js**
Interesting lightweight Scala.js library, an alternative to React.

Shared #link (#Programming, #JavaScript, #Scala). ⌘ [Read more](https://laminar.dev/) 2022-12-18T10:28:44Z **Link: Laminar · Simple, expressive, and safe UI library for Scala.js**
Interesting lightweight Scala.js library, an alternative to React.

Shared #link (#Programming, #JavaScript, #Scala). ⌘ [Read more](https://laminar.dev/) 2022-12-18T10:28:44Z **Link: Laminar · Simple, expressive, and safe UI library for Scala.js**
Interesting lightweight Scala.js library, an alternative to React.

Shared #link (#Programming, #JavaScript, #Scala). ⌘ [Read more](https://laminar.dev/) 2022-12-18T10:28:44Z **Link: Laminar · Simple, expressive, and safe UI library for Scala.js**
Interesting lightweight Scala.js library, an alternative to React.

Shared #link (#Programming, #JavaScript, #Scala). ⌘ [Read more](https://laminar.dev/) 2022-12-18T10:28:44Z **Link: Laminar · Simple, expressive, and safe UI library for Scala.js**
Interesting lightweight Scala.js library, an alternative to React.

Shared #link (#Programming, #JavaScript, #Scala). ⌘ [Read more](https://laminar.dev/) 2022-12-18T10:28:44Z **Link: Laminar · Simple, expressive, and safe UI library for Scala.js**
Interesting lightweight Scala.js library, an alternative to React.

Shared #link (#Programming, #JavaScript, #Scala). ⌘ [Read more](https://laminar.dev/) 2022-12-18T10:28:44Z **Link: Laminar · Simple, expressive, and safe UI library for Scala.js**
Interesting lightweight Scala.js library, an alternative to React.

Shared #link (#Programming, #JavaScript, #Scala). ⌘ [Read more](https://laminar.dev/) 2022-12-18T10:28:44Z **Link: Laminar · Simple, expressive, and safe UI library for Scala.js**
Interesting lightweight Scala.js library, an alternative to React.

Shared #link (#Programming, #JavaScript, #Scala). ⌘ [Read more](https://laminar.dev/) 2022-12-18T10:28:44Z **Link: Laminar · Simple, expressive, and safe UI library for Scala.js**
Interesting lightweight Scala.js library, an alternative to React.

Shared #link (#Programming, #JavaScript, #Scala). ⌘ [Read more](https://laminar.dev/) 2022-12-18T10:28:44Z **Link: Laminar · Simple, expressive, and safe UI library for Scala.js**
Interesting lightweight Scala.js library, an alternative to React.

Shared #link (#Programming, #JavaScript, #Scala). ⌘ [Read more](https://laminar.dev/) 2022-12-18T10:28:44Z **Link: Laminar · Simple, expressive, and safe UI library for Scala.js**
Interesting lightweight Scala.js library, an alternative to React.

Shared #link (#Programming, #JavaScript, #Scala). ⌘ [Read more](https://laminar.dev/) 2022-12-18T10:28:44Z **Link: Laminar · Simple, expressive, and safe UI library for Scala.js**
Interesting lightweight Scala.js library, an alternative to React.

Shared #link (#Programming, #JavaScript, #Scala). ⌘ [Read more](https://laminar.dev/) 2022-12-18T10:28:44Z **Link: Laminar · Simple, expressive, and safe UI library for Scala.js**
Interesting lightweight Scala.js library, an alternative to React.

Shared #link (#Programming, #JavaScript, #Scala). ⌘ [Read more](https://laminar.dev/) 2022-12-18T10:28:44Z **Link: Laminar · Simple, expressive, and safe UI library for Scala.js**
Interesting lightweight Scala.js library, an alternative to React.

Shared #link (#Programming, #JavaScript, #Scala). ⌘ [Read more](https://laminar.dev/) 2022-12-18T10:28:44Z **Link: Laminar · Simple, expressive, and safe UI library for Scala.js**
Interesting lightweight Scala.js library, an alternative to React.

Shared #link (#Programming, #JavaScript, #Scala). ⌘ [Read more](https://laminar.dev/) 2022-12-18T10:28:44Z **Link: Laminar · Simple, expressive, and safe UI library for Scala.js**
Interesting lightweight Scala.js library, an alternative to React.

Shared #link (#Programming, #JavaScript, #Scala). ⌘ [Read more](https://laminar.dev/) 2022-12-18T10:28:44Z **Link: Laminar · Simple, expressive, and safe UI library for Scala.js**
Interesting lightweight Scala.js library, an alternative to React.

Shared #link (#Programming, #JavaScript, #Scala). ⌘ [Read more](https://laminar.dev/) 2022-12-18T10:28:44Z **Link: Laminar · Simple, expressive, and safe UI library for Scala.js**
Interesting lightweight Scala.js library, an alternative to React.

Shared #link (#Programming, #JavaScript, #Scala). ⌘ [Read more](https://laminar.dev/) 2022-12-18T10:28:44Z **Link: Laminar · Simple, expressive, and safe UI library for Scala.js**
Interesting lightweight Scala.js library, an alternative to React.

Shared #link (#Programming, #JavaScript, #Scala). ⌘ [Read more](https://laminar.dev/) 2022-12-18T10:28:44Z **Link: Laminar · Simple, expressive, and safe UI library for Scala.js**
Interesting lightweight Scala.js library, an alternative to React.

Shared #link (#Programming, #JavaScript, #Scala). ⌘ [Read more](https://laminar.dev/) 2022-12-18T10:28:44Z **Link: Laminar · Simple, expressive, and safe UI library for Scala.js**
Interesting lightweight Scala.js library, an alternative to React.

Shared #link (#Programming, #JavaScript, #Scala). ⌘ [Read more](https://laminar.dev/) 2022-12-18T10:28:44Z **Link: Laminar · Simple, expressive, and safe UI library for Scala.js**
Interesting lightweight Scala.js library, an alternative to React.

Shared #link (#Programming, #JavaScript, #Scala). ⌘ [Read more](https://laminar.dev/) 2022-12-28T11:17:24Z **Link: Hachyderm's Kris Nova on running a Mastodon Server - Hanselminutes Podcast 872**
Shared #link (#YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=nJSxRqJ2kgQ) 2022-12-28T11:17:24Z **Link: Hachyderm's Kris Nova on running a Mastodon Server - Hanselminutes Podcast 872**
Shared #link (#YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=nJSxRqJ2kgQ) 2022-12-28T11:17:24Z **Link: Hachyderm's Kris Nova on running a Mastodon Server - Hanselminutes Podcast 872**
Shared #link (#YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=nJSxRqJ2kgQ) 2022-12-28T11:17:24Z **Link: Hachyderm's Kris Nova on running a Mastodon Server - Hanselminutes Podcast 872**
Shared #link (#YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=nJSxRqJ2kgQ) 2022-12-28T11:17:24Z **Link: Hachyderm's Kris Nova on running a Mastodon Server - Hanselminutes Podcast 872**
Shared #link (#YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=nJSxRqJ2kgQ) 2022-12-28T11:17:24Z **Link: Hachyderm's Kris Nova on running a Mastodon Server - Hanselminutes Podcast 872**
Shared #link (#YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=nJSxRqJ2kgQ) 2022-12-28T11:17:24Z **Link: Hachyderm's Kris Nova on running a Mastodon Server - Hanselminutes Podcast 872**
Shared #link (#YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=nJSxRqJ2kgQ) 2022-12-28T11:17:24Z **Link: Hachyderm's Kris Nova on running a Mastodon Server - Hanselminutes Podcast 872**
Shared #link (#YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=nJSxRqJ2kgQ) 2022-12-28T11:17:24Z **Link: Hachyderm's Kris Nova on running a Mastodon Server - Hanselminutes Podcast 872**
Shared #link (#YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=nJSxRqJ2kgQ) 2022-12-28T11:17:24Z **Link: Hachyderm's Kris Nova on running a Mastodon Server - Hanselminutes Podcast 872**
Shared #link (#YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=nJSxRqJ2kgQ) 2022-12-28T11:17:24Z **Link: Hachyderm's Kris Nova on running a Mastodon Server - Hanselminutes Podcast 872**
Shared #link (#YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=nJSxRqJ2kgQ) 2022-12-28T11:17:24Z **Link: Hachyderm's Kris Nova on running a Mastodon Server - Hanselminutes Podcast 872**
Shared #link (#YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=nJSxRqJ2kgQ) 2022-12-28T11:17:24Z **Link: Hachyderm's Kris Nova on running a Mastodon Server - Hanselminutes Podcast 872**
Shared #link (#YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=nJSxRqJ2kgQ) 2022-12-28T11:17:24Z **Link: Hachyderm's Kris Nova on running a Mastodon Server - Hanselminutes Podcast 872**
Shared #link (#YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=nJSxRqJ2kgQ) 2022-12-28T11:17:24Z **Link: Hachyderm's Kris Nova on running a Mastodon Server - Hanselminutes Podcast 872**
Shared #link (#YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=nJSxRqJ2kgQ) 2022-12-28T11:17:24Z **Link: Hachyderm's Kris Nova on running a Mastodon Server - Hanselminutes Podcast 872**
Shared #link (#YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=nJSxRqJ2kgQ) 2022-12-28T11:17:24Z **Link: Hachyderm's Kris Nova on running a Mastodon Server - Hanselminutes Podcast 872**
Shared #link (#YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=nJSxRqJ2kgQ) 2022-12-28T11:17:24Z **Link: Hachyderm's Kris Nova on running a Mastodon Server - Hanselminutes Podcast 872**
Shared #link (#YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=nJSxRqJ2kgQ) 2022-12-28T11:17:24Z **Link: Hachyderm's Kris Nova on running a Mastodon Server - Hanselminutes Podcast 872**
Shared #link (#YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=nJSxRqJ2kgQ) 2022-12-28T11:17:24Z **Link: Hachyderm's Kris Nova on running a Mastodon Server - Hanselminutes Podcast 872**
Shared #link (#YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=nJSxRqJ2kgQ) 2022-12-28T11:17:24Z **Link: Hachyderm's Kris Nova on running a Mastodon Server - Hanselminutes Podcast 872**
Shared #link (#YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=nJSxRqJ2kgQ) 2022-12-28T11:17:24Z **Link: Hachyderm's Kris Nova on running a Mastodon Server - Hanselminutes Podcast 872**
Shared #link (#YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=nJSxRqJ2kgQ) 2022-12-28T11:17:24Z **Link: Hachyderm's Kris Nova on running a Mastodon Server - Hanselminutes Podcast 872**
Shared #link (#YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=nJSxRqJ2kgQ) 2022-12-28T11:17:24Z **Link: Hachyderm's Kris Nova on running a Mastodon Server - Hanselminutes Podcast 872**
Shared #link (#YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=nJSxRqJ2kgQ) 2023-01-03T14:58:43Z **Link: OCaml Programming: Correct + Efficient + Beautiful**
Another resource for learning OCaml, backed by a playlist o YouTube videos.

Shared #link (#Book, #FP, #OCaml, #Programming, #YouTube, #Video). ⌘ [Read more](https://cs3110.github.io/textbook/cover.html) 2023-01-03T14:55:37Z **Link: Real World OCaml**
This looks like a good and up-to-date book for learning OCaml.

Shared #link (#Book, #FP, #OCaml, #Programming). ⌘ [Read more](https://dev.realworldocaml.org/) 2023-01-03T14:54:49Z **Link: The Great Crypto Scam.**
Shared #link (#YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=ORdWE_ffirg) 2023-01-03T14:58:43Z **Link: OCaml Programming: Correct + Efficient + Beautiful**
Another resource for learning OCaml, backed by a playlist of YouTube videos.

Shared #link (#Book, #FP, #OCaml, #Programming, #YouTube, #Video). ⌘ [Read more](https://cs3110.github.io/textbook/cover.html) 2023-01-03T14:55:37Z **Link: Real World OCaml**
This looks like a good and up-to-date book for learning OCaml.

Shared #link (#Book, #FP, #OCaml, #Programming). ⌘ [Read more](https://dev.realworldocaml.org/) 2023-01-03T14:54:49Z **Link: The Great Crypto Scam.**
Shared #link (#YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=ORdWE_ffirg) 2023-01-03T14:58:43Z **Link: OCaml Programming: Correct + Efficient + Beautiful**
Another resource for learning OCaml, backed by a playlist of YouTube videos.

Shared #link (#Book, #FP, #OCaml, #Programming, #YouTube, #Video). ⌘ [Read more](https://cs3110.github.io/textbook/cover.html) 2023-01-03T14:55:37Z **Link: Real World OCaml**
This looks like a good and up-to-date book for learning OCaml.

Shared #link (#Book, #FP, #OCaml, #Programming). ⌘ [Read more](https://dev.realworldocaml.org/) 2023-01-03T14:54:49Z **Link: The Great Crypto Scam.**
Shared #link (#YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=ORdWE_ffirg) 2023-01-03T14:58:43Z **Link: OCaml Programming: Correct + Efficient + Beautiful**
Another resource for learning OCaml, backed by a playlist of YouTube videos.

Shared #link (#Book, #FP, #OCaml, #Programming, #YouTube, #Video). ⌘ [Read more](https://cs3110.github.io/textbook/cover.html) 2023-01-03T14:55:37Z **Link: Real World OCaml**
This looks like a good and up-to-date book for learning OCaml.

Shared #link (#Book, #FP, #OCaml, #Programming). ⌘ [Read more](https://dev.realworldocaml.org/) 2023-01-03T14:54:49Z **Link: The Great Crypto Scam.**
Shared #link (#YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=ORdWE_ffirg) 2023-01-03T14:58:43Z **Link: OCaml Programming: Correct + Efficient + Beautiful**
Another resource for learning OCaml, backed by a playlist of YouTube videos.

Shared #link (#Book, #FP, #OCaml, #Programming, #YouTube, #Video). ⌘ [Read more](https://cs3110.github.io/textbook/cover.html) 2023-01-03T14:55:37Z **Link: Real World OCaml**
This looks like a good and up-to-date book for learning OCaml.

Shared #link (#Book, #FP, #OCaml, #Programming). ⌘ [Read more](https://dev.realworldocaml.org/) 2023-01-03T14:54:49Z **Link: The Great Crypto Scam.**
Shared #link (#YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=ORdWE_ffirg) 2023-01-03T14:58:43Z **Link: OCaml Programming: Correct + Efficient + Beautiful**
Another resource for learning OCaml, backed by a playlist of YouTube videos.

Shared #link (#Book, #FP, #OCaml, #Programming, #YouTube, #Video). ⌘ [Read more](https://cs3110.github.io/textbook/cover.html) 2023-01-03T14:55:37Z **Link: Real World OCaml**
This looks like a good and up-to-date book for learning OCaml.

Shared #link (#Book, #FP, #OCaml, #Programming). ⌘ [Read more](https://dev.realworldocaml.org/) 2023-01-03T14:54:49Z **Link: The Great Crypto Scam.**
Shared #link (#YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=ORdWE_ffirg) 2023-01-03T14:58:43Z **Link: OCaml Programming: Correct + Efficient + Beautiful**
Another resource for learning OCaml, backed by a playlist of YouTube videos.

Shared #link (#Book, #FP, #OCaml, #Programming, #YouTube, #Video). ⌘ [Read more](https://cs3110.github.io/textbook/cover.html) 2023-01-03T14:55:37Z **Link: Real World OCaml**
This looks like a good and up-to-date book for learning OCaml.

Shared #link (#Book, #FP, #OCaml, #Programming). ⌘ [Read more](https://dev.realworldocaml.org/) 2023-01-03T14:54:49Z **Link: The Great Crypto Scam.**
Shared #link (#YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=ORdWE_ffirg) 2023-01-03T14:58:43Z **Link: OCaml Programming: Correct + Efficient + Beautiful**
Another resource for learning OCaml, backed by a playlist of YouTube videos.

Shared #link (#Book, #FP, #OCaml, #Programming, #YouTube, #Video). ⌘ [Read more](https://cs3110.github.io/textbook/cover.html) 2023-01-03T14:55:37Z **Link: Real World OCaml**
This looks like a good and up-to-date book for learning OCaml.

Shared #link (#Book, #FP, #OCaml, #Programming). ⌘ [Read more](https://dev.realworldocaml.org/) 2023-01-03T14:54:49Z **Link: The Great Crypto Scam.**
Shared #link (#YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=ORdWE_ffirg) 2023-01-03T14:58:43Z **Link: OCaml Programming: Correct + Efficient + Beautiful**
Another resource for learning OCaml, backed by a playlist of YouTube videos.

Shared #link (#Book, #FP, #OCaml, #Programming, #YouTube, #Video). ⌘ [Read more](https://cs3110.github.io/textbook/cover.html) 2023-01-03T14:55:37Z **Link: Real World OCaml**
This looks like a good and up-to-date book for learning OCaml.

Shared #link (#Book, #FP, #OCaml, #Programming). ⌘ [Read more](https://dev.realworldocaml.org/) 2023-01-03T14:54:49Z **Link: The Great Crypto Scam.**
Shared #link (#YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=ORdWE_ffirg) 2023-01-03T14:58:43Z **Link: OCaml Programming: Correct + Efficient + Beautiful**
Another resource for learning OCaml, backed by a playlist of YouTube videos.

Shared #link (#Book, #FP, #OCaml, #Programming, #YouTube, #Video). ⌘ [Read more](https://cs3110.github.io/textbook/cover.html) 2023-01-03T14:55:37Z **Link: Real World OCaml**
This looks like a good and up-to-date book for learning OCaml.

Shared #link (#Book, #FP, #OCaml, #Programming). ⌘ [Read more](https://dev.realworldocaml.org/) 2023-01-03T14:54:49Z **Link: The Great Crypto Scam.**
Shared #link (#YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=ORdWE_ffirg) 2023-01-03T14:58:43Z **Link: OCaml Programming: Correct + Efficient + Beautiful**
Another resource for learning OCaml, backed by a playlist of YouTube videos.

Shared #link (#Book, #FP, #OCaml, #Programming, #YouTube, #Video). ⌘ [Read more](https://cs3110.github.io/textbook/cover.html) 2023-01-03T14:55:37Z **Link: Real World OCaml**
This looks like a good and up-to-date book for learning OCaml.

Shared #link (#Book, #FP, #OCaml, #Programming). ⌘ [Read more](https://dev.realworldocaml.org/) 2023-01-03T14:54:49Z **Link: The Great Crypto Scam.**
Shared #link (#YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=ORdWE_ffirg) 2023-01-03T14:58:43Z **Link: OCaml Programming: Correct + Efficient + Beautiful**
Another resource for learning OCaml, backed by a playlist of YouTube videos.

Shared #link (#Book, #FP, #OCaml, #Programming, #YouTube, #Video). ⌘ [Read more](https://cs3110.github.io/textbook/cover.html) 2023-01-03T14:55:37Z **Link: Real World OCaml**
This looks like a good and up-to-date book for learning OCaml.

Shared #link (#Book, #FP, #OCaml, #Programming). ⌘ [Read more](https://dev.realworldocaml.org/) 2023-01-03T14:54:49Z **Link: The Great Crypto Scam.**
Shared #link (#YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=ORdWE_ffirg) 2023-01-03T14:58:43Z **Link: OCaml Programming: Correct + Efficient + Beautiful**
Another resource for learning OCaml, backed by a playlist of YouTube videos.

Shared #link (#Book, #FP, #OCaml, #Programming, #YouTube, #Video). ⌘ [Read more](https://cs3110.github.io/textbook/cover.html) 2023-01-03T14:55:37Z **Link: Real World OCaml**
This looks like a good and up-to-date book for learning OCaml.

Shared #link (#Book, #FP, #OCaml, #Programming). ⌘ [Read more](https://dev.realworldocaml.org/) 2023-01-03T14:54:49Z **Link: The Great Crypto Scam.**
Shared #link (#YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=ORdWE_ffirg) 2023-01-03T14:58:43Z **Link: OCaml Programming: Correct + Efficient + Beautiful**
Another resource for learning OCaml, backed by a playlist of YouTube videos.

Shared #link (#Book, #FP, #OCaml, #Programming, #YouTube, #Video). ⌘ [Read more](https://cs3110.github.io/textbook/cover.html) 2023-01-03T14:55:37Z **Link: Real World OCaml**
This looks like a good and up-to-date book for learning OCaml.

Shared #link (#Book, #FP, #OCaml, #Programming). ⌘ [Read more](https://dev.realworldocaml.org/) 2023-01-03T14:54:49Z **Link: The Great Crypto Scam.**
Shared #link (#YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=ORdWE_ffirg) 2023-01-03T14:58:43Z **Link: OCaml Programming: Correct + Efficient + Beautiful**
Another resource for learning OCaml, backed by a playlist of YouTube videos.

Shared #link (#Book, #FP, #OCaml, #Programming, #YouTube, #Video). ⌘ [Read more](https://cs3110.github.io/textbook/cover.html) 2023-01-03T14:55:37Z **Link: Real World OCaml**
This looks like a good and up-to-date book for learning OCaml.

Shared #link (#Book, #FP, #OCaml, #Programming). ⌘ [Read more](https://dev.realworldocaml.org/) 2023-01-03T14:54:49Z **Link: The Great Crypto Scam.**
Shared #link (#YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=ORdWE_ffirg) 2023-01-03T14:58:43Z **Link: OCaml Programming: Correct + Efficient + Beautiful**
Another resource for learning OCaml, backed by a playlist of YouTube videos.

Shared #link (#Book, #FP, #OCaml, #Programming, #YouTube, #Video). ⌘ [Read more](https://cs3110.github.io/textbook/cover.html) 2023-01-03T14:55:37Z **Link: Real World OCaml**
This looks like a good and up-to-date book for learning OCaml.

Shared #link (#Book, #FP, #OCaml, #Programming). ⌘ [Read more](https://dev.realworldocaml.org/) 2023-01-03T14:54:49Z **Link: The Great Crypto Scam.**
Shared #link (#YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=ORdWE_ffirg) 2023-01-03T14:58:43Z **Link: OCaml Programming: Correct + Efficient + Beautiful**
Another resource for learning OCaml, backed by a playlist of YouTube videos.

Shared #link (#Book, #FP, #OCaml, #Programming, #YouTube, #Video). ⌘ [Read more](https://cs3110.github.io/textbook/cover.html) 2023-01-03T14:55:37Z **Link: Real World OCaml**
This looks like a good and up-to-date book for learning OCaml.

Shared #link (#Book, #FP, #OCaml, #Programming). ⌘ [Read more](https://dev.realworldocaml.org/) 2023-01-03T14:54:49Z **Link: The Great Crypto Scam.**
Shared #link (#YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=ORdWE_ffirg) 2023-01-03T14:58:43Z **Link: OCaml Programming: Correct + Efficient + Beautiful**
Another resource for learning OCaml, backed by a playlist of YouTube videos.

Shared #link (#Book, #FP, #OCaml, #Programming, #YouTube, #Video). ⌘ [Read more](https://cs3110.github.io/textbook/cover.html) 2023-01-03T14:55:37Z **Link: Real World OCaml**
This looks like a good and up-to-date book for learning OCaml.

Shared #link (#Book, #FP, #OCaml, #Programming). ⌘ [Read more](https://dev.realworldocaml.org/) 2023-01-03T14:54:49Z **Link: The Great Crypto Scam.**
Shared #link (#YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=ORdWE_ffirg) 2023-01-03T14:58:43Z **Link: OCaml Programming: Correct + Efficient + Beautiful**
Another resource for learning OCaml, backed by a playlist of YouTube videos.

Shared #link (#Book, #FP, #OCaml, #Programming, #YouTube, #Video). ⌘ [Read more](https://cs3110.github.io/textbook/cover.html) 2023-01-03T14:55:37Z **Link: Real World OCaml**
This looks like a good and up-to-date book for learning OCaml.

Shared #link (#Book, #FP, #OCaml, #Programming). ⌘ [Read more](https://dev.realworldocaml.org/) 2023-01-03T14:54:49Z **Link: The Great Crypto Scam.**
Shared #link (#YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=ORdWE_ffirg) 2023-01-03T14:58:43Z **Link: OCaml Programming: Correct + Efficient + Beautiful**
Another resource for learning OCaml, backed by a playlist of YouTube videos.

Shared #link (#Book, #FP, #OCaml, #Programming, #YouTube, #Video). ⌘ [Read more](https://cs3110.github.io/textbook/cover.html) 2023-01-03T14:55:37Z **Link: Real World OCaml**
This looks like a good and up-to-date book for learning OCaml.

Shared #link (#Book, #FP, #OCaml, #Programming). ⌘ [Read more](https://dev.realworldocaml.org/) 2023-01-03T14:54:49Z **Link: The Great Crypto Scam.**
Shared #link (#YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=ORdWE_ffirg) 2023-01-03T14:58:43Z **Link: OCaml Programming: Correct + Efficient + Beautiful**
Another resource for learning OCaml, backed by a playlist of YouTube videos.

Shared #link (#Book, #FP, #OCaml, #Programming, #YouTube, #Video). ⌘ [Read more](https://cs3110.github.io/textbook/cover.html) 2023-01-03T14:55:37Z **Link: Real World OCaml**
This looks like a good and up-to-date book for learning OCaml.

Shared #link (#Book, #FP, #OCaml, #Programming). ⌘ [Read more](https://dev.realworldocaml.org/) 2023-01-03T14:54:49Z **Link: The Great Crypto Scam.**
Shared #link (#YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=ORdWE_ffirg) 2023-01-03T14:58:43Z **Link: OCaml Programming: Correct + Efficient + Beautiful**
Another resource for learning OCaml, backed by a playlist of YouTube videos.

Shared #link (#Book, #FP, #OCaml, #Programming, #YouTube, #Video). ⌘ [Read more](https://cs3110.github.io/textbook/cover.html) 2023-01-03T14:55:37Z **Link: Real World OCaml**
This looks like a good and up-to-date book for learning OCaml.

Shared #link (#Book, #FP, #OCaml, #Programming). ⌘ [Read more](https://dev.realworldocaml.org/) 2023-01-03T14:54:49Z **Link: The Great Crypto Scam.**
Shared #link (#YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=ORdWE_ffirg) 2023-01-03T14:58:43Z **Link: OCaml Programming: Correct + Efficient + Beautiful**
Another resource for learning OCaml, backed by a playlist of YouTube videos.

Shared #link (#Book, #FP, #OCaml, #Programming, #YouTube, #Video). ⌘ [Read more](https://cs3110.github.io/textbook/cover.html) 2023-01-03T14:58:43Z **Link: OCaml Programming: Correct + Efficient + Beautiful**
Another resource for learning OCaml, backed by a playlist of YouTube videos.

Shared #link (#Book, #FP, #OCaml, #Programming, #YouTube, #Video). ⌘ [Read more](https://cs3110.github.io/textbook/cover.html) 2023-01-15T08:30:29Z **#DeleteTwitter**
Friday the 13th just passed 😳 and what a great day it was to finally leave Twitter. It’s been a fun ride, I found my programming community on it, I’ve learned a lot, but those days are over 😞 ⌘ [Read more](https://alexn.org/blog/2023/01/15/delete-twitter/?pk_campaign=rss) 2023-01-17T11:16:12Z **Server Monitoring with Monit**
I self-host my blog, other websites, Matomo, Mastodon, etc. I love self-hosting. But I need monitoring, to be alerted when things go wrong, as my setup is getting more and more complex. So, I recently asked a question on the Fediverse, being in need of a monitoring system for my VPS, as I need simple, common-sense health alerts. I got a recommendation for M/Monit, which seems to work well. This article shows my configuration. ⌘ [Read more](https://alexn.org/blog/2023/01/17/server-monitoring-with-monit/?pk_campaign=rss) 2023-01-23T11:34:49Z **Wiki: RClone**
Article
 updated at January 26, 2023,
 created at January 23, 2023. ⌘ [Read more](https://alexn.org/wiki/rclone/?pk_campaign=rss) 2023-01-27T17:00:49Z **Link: Why is everyone so ANGRY?**
Shared #link (#Politics, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=PRz54V7rU4U) 2023-01-27T17:00:49Z **Link: Why is everyone so ANGRY?**
Shared #link (#Politics, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=PRz54V7rU4U) 2023-01-27T17:00:49Z **Link: Why is everyone so ANGRY?**
Shared #link (#Politics, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=PRz54V7rU4U) 2023-01-27T17:00:49Z **Link: Why is everyone so ANGRY?**
Shared #link (#Politics, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=PRz54V7rU4U) 2023-01-27T17:00:49Z **Link: Why is everyone so ANGRY?**
Shared #link (#Politics, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=PRz54V7rU4U) 2023-01-27T17:00:49Z **Link: Why is everyone so ANGRY?**
Shared #link (#Politics, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=PRz54V7rU4U) 2023-01-27T17:00:49Z **Link: Why is everyone so ANGRY?**
Shared #link (#Politics, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=PRz54V7rU4U) 2023-01-27T17:00:49Z **Link: Why is everyone so ANGRY?**
Shared #link (#Politics, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=PRz54V7rU4U) 2023-01-27T17:00:49Z **Link: Why is everyone so ANGRY?**
Shared #link (#Politics, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=PRz54V7rU4U) 2023-01-27T17:00:49Z **Link: Why is everyone so ANGRY?**
Shared #link (#Politics, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=PRz54V7rU4U) 2023-01-27T17:00:49Z **Link: Why is everyone so ANGRY?**
Shared #link (#Politics, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=PRz54V7rU4U) 2023-01-27T17:00:49Z **Link: Why is everyone so ANGRY?**
Shared #link (#Politics, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=PRz54V7rU4U) 2023-01-27T17:00:49Z **Link: Why is everyone so ANGRY?**
Shared #link (#Politics, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=PRz54V7rU4U) 2023-01-27T17:00:49Z **Link: Why is everyone so ANGRY?**
Shared #link (#Politics, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=PRz54V7rU4U) 2023-01-27T17:00:49Z **Link: Why is everyone so ANGRY?**
Shared #link (#Politics, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=PRz54V7rU4U) 2023-01-27T17:00:49Z **Link: Why is everyone so ANGRY?**
Shared #link (#Politics, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=PRz54V7rU4U) 2023-01-27T17:00:49Z **Link: Why is everyone so ANGRY?**
Shared #link (#Politics, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=PRz54V7rU4U) 2023-01-27T17:00:49Z **Link: Why is everyone so ANGRY?**
Shared #link (#Politics, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=PRz54V7rU4U) 2023-01-27T17:00:49Z **Link: Why is everyone so ANGRY?**
Shared #link (#Politics, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=PRz54V7rU4U) 2023-01-27T17:00:49Z **Link: Why is everyone so ANGRY?**
Shared #link (#Politics, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=PRz54V7rU4U) 2023-01-27T17:00:49Z **Link: Why is everyone so ANGRY?**
Shared #link (#Politics, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=PRz54V7rU4U) 2023-01-27T17:00:49Z **Link: Why is everyone so ANGRY?**
Shared #link (#Politics, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=PRz54V7rU4U) 2023-01-27T17:00:49Z **Link: Why is everyone so ANGRY?**
Shared #link (#Politics, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=PRz54V7rU4U) 2023-01-27T17:00:49Z **Link: Why is everyone so ANGRY?**
Shared #link (#Politics, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=PRz54V7rU4U) 2023-04-17T08:05:29Z **Integrating Akka with Cats-Effect 3**
We are using a combination of Akka and Cats-Effect (ver. 3) for building payment processors. This post describes some solutions we’ve discovered. ⌘ [Read more](https://alexn.org/blog/2023/04/17/integrating-akka-with-cats-effect-3/?pk_campaign=rss) 2023-04-24T00:00:00Z **Kotlin Coroutines to Cats-Effect**
Kotlin Coroutines are usually integrated in Java code via Java’s CompletableFuture, but a tighter integration might be possible with Cats-Effect. ⌘ [Read more](https://alexn.org/blog/2023/04/24/kotlin-suspended-functions-to-cats-effect-io/?pk_campaign=rss) 2023-05-02T07:32:06Z **Managing Database Migrations in Kotlin**
The database schema should be described as code, in your repository. And you should be able to semi-automatically update your database schema on new deployments. Now in Kotlin, with Gradle and Flyway. ⌘ [Read more](https://alexn.org/blog/2023/05/02/managing-database-migrations-kotlin/?pk_campaign=rss) 2023-04-30T13:07:39Z **Wiki: Kotlin**
Article
 updated at April 30, 2023,
 created at April 30, 2023. ⌘ [Read more](https://alexn.org/wiki/kotlin/?pk_campaign=rss) 2023-05-16T14:54:19Z **Link: The Worst Programming Language Ever (NDC Oslo 2021)**
Shared #link (#YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=vcFBwt1nu2U) 2023-05-16T14:54:19Z **Link: The Worst Programming Language Ever (2021)**
Shared #link (#Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=vcFBwt1nu2U) 2023-05-16T14:54:19Z **Link: The Worst Programming Language Ever (2021)**
Shared #link (#Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=vcFBwt1nu2U) 2023-05-16T14:54:19Z **Link: The Worst Programming Language Ever (2021)**
Shared #link (#Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=vcFBwt1nu2U) 2023-05-16T14:54:19Z **Link: The Worst Programming Language Ever (2021)**
Shared #link (#Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=vcFBwt1nu2U) 2023-05-16T14:54:19Z **Link: The Worst Programming Language Ever (2021)**
Shared #link (#Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=vcFBwt1nu2U) 2023-05-16T14:54:19Z **Link: The Worst Programming Language Ever (2021)**
Shared #link (#Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=vcFBwt1nu2U) 2023-05-16T14:54:19Z **Link: The Worst Programming Language Ever (2021)**
Shared #link (#Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=vcFBwt1nu2U) 2023-05-16T14:54:19Z **Link: The Worst Programming Language Ever (2021)**
Shared #link (#Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=vcFBwt1nu2U) 2023-05-16T14:54:19Z **Link: The Worst Programming Language Ever (2021)**
Shared #link (#Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=vcFBwt1nu2U) 2023-05-16T14:54:19Z **Link: The Worst Programming Language Ever (2021)**
Shared #link (#Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=vcFBwt1nu2U) 2023-05-16T14:54:19Z **Link: The Worst Programming Language Ever (2021)**
Shared #link (#Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=vcFBwt1nu2U) 2023-05-16T14:54:19Z **Link: The Worst Programming Language Ever (2021)**
Shared #link (#Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=vcFBwt1nu2U) 2023-05-16T14:54:19Z **Link: The Worst Programming Language Ever (2021)**
Shared #link (#Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=vcFBwt1nu2U) 2023-05-16T14:54:19Z **Link: The Worst Programming Language Ever (2021)**
Shared #link (#Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=vcFBwt1nu2U) 2023-05-16T14:54:19Z **Link: The Worst Programming Language Ever (2021)**
Shared #link (#Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=vcFBwt1nu2U) 2023-05-16T14:54:19Z **Link: The Worst Programming Language Ever (2021)**
Shared #link (#Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=vcFBwt1nu2U) 2023-05-16T14:54:19Z **Link: The Worst Programming Language Ever (2021)**
Shared #link (#Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=vcFBwt1nu2U) 2023-05-16T14:54:19Z **Link: The Worst Programming Language Ever (2021)**
Shared #link (#Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=vcFBwt1nu2U) 2023-05-16T14:54:19Z **Link: The Worst Programming Language Ever (2021)**
Shared #link (#Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=vcFBwt1nu2U) 2023-05-16T14:54:19Z **Link: The Worst Programming Language Ever (2021)**
Shared #link (#Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=vcFBwt1nu2U) 2023-05-16T14:54:19Z **Link: The Worst Programming Language Ever (2021)**
Shared #link (#Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=vcFBwt1nu2U) 2023-05-16T14:54:19Z **Link: The Worst Programming Language Ever (2021)**
Shared #link (#Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=vcFBwt1nu2U) 2023-05-16T14:54:19Z **Link: The Worst Programming Language Ever (2021)**
Shared #link (#Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=vcFBwt1nu2U) 2023-05-16T14:54:19Z **Link: The Worst Programming Language Ever (2021)**
Shared #link (#Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=vcFBwt1nu2U) 2023-05-16T14:54:19Z **Link: The Worst Programming Language Ever (2021)**
Shared #link (#Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=vcFBwt1nu2U) 2023-05-16T14:54:19Z **Link: The Worst Programming Language Ever (2021)**
Shared #link (#Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=vcFBwt1nu2U) 2023-05-16T14:54:19Z **Link: The Worst Programming Language Ever (2021)**
Shared #link (#Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=vcFBwt1nu2U) 2023-05-16T14:54:19Z **Link: The Worst Programming Language Ever (2021)**
Shared #link (#Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=vcFBwt1nu2U) 2023-05-16T14:54:19Z **Link: The Worst Programming Language Ever (2021)**
Shared #link (#Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=vcFBwt1nu2U) 2023-05-16T14:54:19Z **Link: The Worst Programming Language Ever (2021)**
Shared #link (#Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=vcFBwt1nu2U) 2023-05-16T14:54:19Z **Link: The Worst Programming Language Ever (2021)**
Shared #link (#Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=vcFBwt1nu2U) 2023-05-16T14:54:19Z **Link: The Worst Programming Language Ever (2021)**
Shared #link (#Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=vcFBwt1nu2U) 2023-05-16T14:54:19Z **Link: The Worst Programming Language Ever (2021)**
Shared #link (#Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=vcFBwt1nu2U) 2023-05-16T14:54:19Z **Link: The Worst Programming Language Ever (2021)**
Shared #link (#Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=vcFBwt1nu2U) 2023-05-16T14:54:19Z **Link: The Worst Programming Language Ever (2021)**
Shared #link (#Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=vcFBwt1nu2U) 2023-05-19T13:57:54Z **Link: Notes on structured concurrency, or: Go statement considered harmful**
Shared #link (#Programming, #Concurrency). ⌘ [Read more](https://vorpus.org/blog/notes-on-structured-concurrency-or-go-statement-considered-harmful/) 2023-05-19T13:57:54Z **Link: Notes on structured concurrency, or: Go statement considered harmful (2018)**
Shared #link (#Programming, #Concurrency). ⌘ [Read more](https://vorpus.org/blog/notes-on-structured-concurrency-or-go-statement-considered-harmful/) 2023-05-19T13:57:54Z **Link: Notes on structured concurrency, or: Go statement considered harmful (2018)**
Shared #link (#Programming, #Concurrency). ⌘ [Read more](https://vorpus.org/blog/notes-on-structured-concurrency-or-go-statement-considered-harmful/) 2023-05-19T13:57:54Z **Link: Notes on structured concurrency, or: Go statement considered harmful (2018)**
Shared #link (#Programming, #Concurrency). ⌘ [Read more](https://vorpus.org/blog/notes-on-structured-concurrency-or-go-statement-considered-harmful/) 2023-05-19T13:57:54Z **Link: Notes on structured concurrency, or: Go statement considered harmful (2018)**
Shared #link (#Programming, #Concurrency). ⌘ [Read more](https://vorpus.org/blog/notes-on-structured-concurrency-or-go-statement-considered-harmful/) 2023-05-19T13:57:54Z **Link: Notes on structured concurrency, or: Go statement considered harmful (2018)**
Shared #link (#Programming, #Concurrency). ⌘ [Read more](https://vorpus.org/blog/notes-on-structured-concurrency-or-go-statement-considered-harmful/) 2023-05-19T13:57:54Z **Link: Notes on structured concurrency, or: Go statement considered harmful (2018)**
Shared #link (#Programming, #Concurrency). ⌘ [Read more](https://vorpus.org/blog/notes-on-structured-concurrency-or-go-statement-considered-harmful/) 2023-05-19T13:57:54Z **Link: Notes on structured concurrency, or: Go statement considered harmful (2018)**
Shared #link (#Programming, #Concurrency). ⌘ [Read more](https://vorpus.org/blog/notes-on-structured-concurrency-or-go-statement-considered-harmful/) 2023-05-19T13:57:54Z **Link: Notes on structured concurrency, or: Go statement considered harmful (2018)**
Shared #link (#Programming, #Concurrency). ⌘ [Read more](https://vorpus.org/blog/notes-on-structured-concurrency-or-go-statement-considered-harmful/) 2023-05-19T13:57:54Z **Link: Notes on structured concurrency, or: Go statement considered harmful (2018)**
Shared #link (#Programming, #Concurrency). ⌘ [Read more](https://vorpus.org/blog/notes-on-structured-concurrency-or-go-statement-considered-harmful/) 2023-05-19T13:57:54Z **Link: Notes on structured concurrency, or: Go statement considered harmful (2018)**
Shared #link (#Programming, #Concurrency). ⌘ [Read more](https://vorpus.org/blog/notes-on-structured-concurrency-or-go-statement-considered-harmful/) 2023-05-19T13:57:54Z **Link: Notes on structured concurrency, or: Go statement considered harmful (2018)**
Shared #link (#Programming, #Concurrency). ⌘ [Read more](https://vorpus.org/blog/notes-on-structured-concurrency-or-go-statement-considered-harmful/) 2023-05-19T13:57:54Z **Link: Notes on structured concurrency, or: Go statement considered harmful (2018)**
Shared #link (#Programming, #Concurrency). ⌘ [Read more](https://vorpus.org/blog/notes-on-structured-concurrency-or-go-statement-considered-harmful/) 2023-05-19T13:57:54Z **Link: Notes on structured concurrency, or: Go statement considered harmful (2018)**
Shared #link (#Programming, #Concurrency). ⌘ [Read more](https://vorpus.org/blog/notes-on-structured-concurrency-or-go-statement-considered-harmful/) 2023-05-19T13:57:54Z **Link: Notes on structured concurrency, or: Go statement considered harmful (2018)**
Shared #link (#Programming, #Concurrency). ⌘ [Read more](https://vorpus.org/blog/notes-on-structured-concurrency-or-go-statement-considered-harmful/) 2023-05-19T13:57:54Z **Link: Notes on structured concurrency, or: Go statement considered harmful (2018)**
Shared #link (#Programming, #Concurrency). ⌘ [Read more](https://vorpus.org/blog/notes-on-structured-concurrency-or-go-statement-considered-harmful/) 2023-05-19T13:57:54Z **Link: Notes on structured concurrency, or: Go statement considered harmful (2018)**
Shared #link (#Programming, #Concurrency). ⌘ [Read more](https://vorpus.org/blog/notes-on-structured-concurrency-or-go-statement-considered-harmful/) 2023-05-19T13:57:54Z **Link: Notes on structured concurrency, or: Go statement considered harmful (2018)**
Shared #link (#Programming, #Concurrency). ⌘ [Read more](https://vorpus.org/blog/notes-on-structured-concurrency-or-go-statement-considered-harmful/) 2023-05-19T13:57:54Z **Link: Notes on structured concurrency, or: Go statement considered harmful (2018)**
Shared #link (#Programming, #Concurrency). ⌘ [Read more](https://vorpus.org/blog/notes-on-structured-concurrency-or-go-statement-considered-harmful/) 2023-05-19T13:57:54Z **Link: Notes on structured concurrency, or: Go statement considered harmful (2018)**
Shared #link (#Programming, #Concurrency). ⌘ [Read more](https://vorpus.org/blog/notes-on-structured-concurrency-or-go-statement-considered-harmful/) 2023-05-19T13:57:54Z **Link: Notes on structured concurrency, or: Go statement considered harmful (2018)**
Shared #link (#Programming, #Concurrency). ⌘ [Read more](https://vorpus.org/blog/notes-on-structured-concurrency-or-go-statement-considered-harmful/) 2023-05-19T13:57:54Z **Link: Notes on structured concurrency, or: Go statement considered harmful (2018)**
Shared #link (#Programming, #Concurrency). ⌘ [Read more](https://vorpus.org/blog/notes-on-structured-concurrency-or-go-statement-considered-harmful/) 2023-05-19T13:57:54Z **Link: Notes on structured concurrency, or: Go statement considered harmful (2018)**
Shared #link (#Programming, #Concurrency). ⌘ [Read more](https://vorpus.org/blog/notes-on-structured-concurrency-or-go-statement-considered-harmful/) 2023-05-19T13:57:54Z **Link: Notes on structured concurrency, or: Go statement considered harmful (2018)**
Shared #link (#Programming, #Concurrency). ⌘ [Read more](https://vorpus.org/blog/notes-on-structured-concurrency-or-go-statement-considered-harmful/) 2023-05-19T13:57:54Z **Link: Notes on structured concurrency, or: Go statement considered harmful (2018)**
Shared #link (#Programming, #Concurrency). ⌘ [Read more](https://vorpus.org/blog/notes-on-structured-concurrency-or-go-statement-considered-harmful/) 2023-05-19T13:57:54Z **Link: Notes on structured concurrency, or: Go statement considered harmful (2018)**
Shared #link (#Programming, #Concurrency). ⌘ [Read more](https://vorpus.org/blog/notes-on-structured-concurrency-or-go-statement-considered-harmful/) 2023-05-19T13:57:54Z **Link: Notes on structured concurrency, or: Go statement considered harmful (2018)**
Shared #link (#Programming, #Concurrency). ⌘ [Read more](https://vorpus.org/blog/notes-on-structured-concurrency-or-go-statement-considered-harmful/) 2023-05-19T13:57:54Z **Link: Notes on structured concurrency, or: Go statement considered harmful (2018)**
Shared #link (#Programming, #Concurrency). ⌘ [Read more](https://vorpus.org/blog/notes-on-structured-concurrency-or-go-statement-considered-harmful/) 2023-05-19T13:57:54Z **Link: Notes on structured concurrency, or: Go statement considered harmful (2018)**
Shared #link (#Programming, #Concurrency). ⌘ [Read more](https://vorpus.org/blog/notes-on-structured-concurrency-or-go-statement-considered-harmful/) 2023-05-19T13:57:54Z **Link: Notes on structured concurrency, or: Go statement considered harmful (2018)**
Shared #link (#Programming, #Concurrency). ⌘ [Read more](https://vorpus.org/blog/notes-on-structured-concurrency-or-go-statement-considered-harmful/) 2023-05-19T13:57:54Z **Link: Notes on structured concurrency, or: Go statement considered harmful (2018)**
Shared #link (#Programming, #Concurrency). ⌘ [Read more](https://vorpus.org/blog/notes-on-structured-concurrency-or-go-statement-considered-harmful/) 2023-05-19T13:57:54Z **Link: Notes on structured concurrency, or: Go statement considered harmful (2018)**
Shared #link (#Programming, #Concurrency). ⌘ [Read more](https://vorpus.org/blog/notes-on-structured-concurrency-or-go-statement-considered-harmful/) 2023-05-19T13:57:54Z **Link: Notes on structured concurrency, or: Go statement considered harmful (2018)**
Shared #link (#Programming, #Concurrency). ⌘ [Read more](https://vorpus.org/blog/notes-on-structured-concurrency-or-go-statement-considered-harmful/) 2023-05-19T13:57:54Z **Link: Notes on structured concurrency, or: Go statement considered harmful (2018)**
Shared #link (#Programming, #Concurrency). ⌘ [Read more](https://vorpus.org/blog/notes-on-structured-concurrency-or-go-statement-considered-harmful/) 2023-05-19T13:57:54Z **Link: Notes on structured concurrency, or: Go statement considered harmful (2018)**
Shared #link (#Programming, #Concurrency). ⌘ [Read more](https://vorpus.org/blog/notes-on-structured-concurrency-or-go-statement-considered-harmful/) 2023-05-19T13:57:54Z **Link: Notes on structured concurrency, or: Go statement considered harmful (2018)**
Shared #link (#Programming, #Concurrency). ⌘ [Read more](https://vorpus.org/blog/notes-on-structured-concurrency-or-go-statement-considered-harmful/) 2023-05-19T13:57:54Z **Link: Notes on structured concurrency, or: Go statement considered harmful (2018)**
Shared #link (#Programming, #Concurrency). ⌘ [Read more](https://vorpus.org/blog/notes-on-structured-concurrency-or-go-statement-considered-harmful/) 2023-05-20T10:10:41Z **Link: Build your vocabulary with Scala affixes**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://rossabaker.com/blog/scala-affixes/) 2023-05-20T10:07:32Z **Link: skan and building your own tools**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://www.chris-kipp.io/blog/skan-and-building-your-own-tools) 2023-05-20T10:10:41Z **Link: Build your vocabulary with Scala affixes**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://rossabaker.com/blog/scala-affixes/) 2023-05-20T10:07:32Z **Link: skan and building your own tools**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://www.chris-kipp.io/blog/skan-and-building-your-own-tools) 2023-05-20T10:10:41Z **Link: Build your vocabulary with Scala affixes**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://rossabaker.com/blog/scala-affixes/) 2023-05-20T10:07:32Z **Link: skan and building your own tools**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://www.chris-kipp.io/blog/skan-and-building-your-own-tools) 2023-05-20T10:10:41Z **Link: Build your vocabulary with Scala affixes**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://rossabaker.com/blog/scala-affixes/) 2023-05-20T10:07:32Z **Link: skan and building your own tools**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://www.chris-kipp.io/blog/skan-and-building-your-own-tools) 2023-05-20T10:10:41Z **Link: Build your vocabulary with Scala affixes**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://rossabaker.com/blog/scala-affixes/) 2023-05-20T10:07:32Z **Link: skan and building your own tools**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://www.chris-kipp.io/blog/skan-and-building-your-own-tools) 2023-05-20T10:10:41Z **Link: Build your vocabulary with Scala affixes**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://rossabaker.com/blog/scala-affixes/) 2023-05-20T10:07:32Z **Link: skan and building your own tools**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://www.chris-kipp.io/blog/skan-and-building-your-own-tools) 2023-05-20T10:10:41Z **Link: Build your vocabulary with Scala affixes**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://rossabaker.com/blog/scala-affixes/) 2023-05-20T10:07:32Z **Link: skan and building your own tools**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://www.chris-kipp.io/blog/skan-and-building-your-own-tools) 2023-05-20T10:10:41Z **Link: Build your vocabulary with Scala affixes**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://rossabaker.com/blog/scala-affixes/) 2023-05-20T10:07:32Z **Link: skan and building your own tools**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://www.chris-kipp.io/blog/skan-and-building-your-own-tools) 2023-05-20T10:10:41Z **Link: Build your vocabulary with Scala affixes**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://rossabaker.com/blog/scala-affixes/) 2023-05-20T10:07:32Z **Link: skan and building your own tools**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://www.chris-kipp.io/blog/skan-and-building-your-own-tools) 2023-05-20T10:10:41Z **Link: Build your vocabulary with Scala affixes**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://rossabaker.com/blog/scala-affixes/) 2023-05-20T10:07:32Z **Link: skan and building your own tools**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://www.chris-kipp.io/blog/skan-and-building-your-own-tools) 2023-05-20T10:10:41Z **Link: Build your vocabulary with Scala affixes**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://rossabaker.com/blog/scala-affixes/) 2023-05-20T10:07:32Z **Link: skan and building your own tools**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://www.chris-kipp.io/blog/skan-and-building-your-own-tools) 2023-05-20T10:10:41Z **Link: Build your vocabulary with Scala affixes**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://rossabaker.com/blog/scala-affixes/) 2023-05-20T10:07:32Z **Link: skan and building your own tools**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://www.chris-kipp.io/blog/skan-and-building-your-own-tools) 2023-05-20T10:10:41Z **Link: Build your vocabulary with Scala affixes**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://rossabaker.com/blog/scala-affixes/) 2023-05-20T10:07:32Z **Link: skan and building your own tools**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://www.chris-kipp.io/blog/skan-and-building-your-own-tools) 2023-05-20T10:10:41Z **Link: Build your vocabulary with Scala affixes**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://rossabaker.com/blog/scala-affixes/) 2023-05-20T10:07:32Z **Link: skan and building your own tools**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://www.chris-kipp.io/blog/skan-and-building-your-own-tools) 2023-05-20T10:10:41Z **Link: Build your vocabulary with Scala affixes**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://rossabaker.com/blog/scala-affixes/) 2023-05-20T10:07:32Z **Link: skan and building your own tools**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://www.chris-kipp.io/blog/skan-and-building-your-own-tools) 2023-05-20T10:10:41Z **Link: Build your vocabulary with Scala affixes**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://rossabaker.com/blog/scala-affixes/) 2023-05-20T10:07:32Z **Link: skan and building your own tools**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://www.chris-kipp.io/blog/skan-and-building-your-own-tools) 2023-05-20T10:10:41Z **Link: Build your vocabulary with Scala affixes**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://rossabaker.com/blog/scala-affixes/) 2023-05-20T10:07:32Z **Link: skan and building your own tools**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://www.chris-kipp.io/blog/skan-and-building-your-own-tools) 2023-05-20T10:10:41Z **Link: Build your vocabulary with Scala affixes**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://rossabaker.com/blog/scala-affixes/) 2023-05-20T10:07:32Z **Link: skan and building your own tools**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://www.chris-kipp.io/blog/skan-and-building-your-own-tools) 2023-05-20T10:10:41Z **Link: Build your vocabulary with Scala affixes**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://rossabaker.com/blog/scala-affixes/) 2023-05-20T10:07:32Z **Link: skan and building your own tools**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://www.chris-kipp.io/blog/skan-and-building-your-own-tools) 2023-05-20T10:10:41Z **Link: Build your vocabulary with Scala affixes**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://rossabaker.com/blog/scala-affixes/) 2023-05-20T10:07:32Z **Link: skan and building your own tools**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://www.chris-kipp.io/blog/skan-and-building-your-own-tools) 2023-05-20T10:10:41Z **Link: Build your vocabulary with Scala affixes**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://rossabaker.com/blog/scala-affixes/) 2023-05-20T10:07:32Z **Link: skan and building your own tools**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://www.chris-kipp.io/blog/skan-and-building-your-own-tools) 2023-05-20T10:10:41Z **Link: Build your vocabulary with Scala affixes**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://rossabaker.com/blog/scala-affixes/) 2023-05-20T10:07:32Z **Link: skan and building your own tools**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://www.chris-kipp.io/blog/skan-and-building-your-own-tools) 2023-05-20T10:10:41Z **Link: Build your vocabulary with Scala affixes**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://rossabaker.com/blog/scala-affixes/) 2023-05-20T10:07:32Z **Link: skan and building your own tools**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://www.chris-kipp.io/blog/skan-and-building-your-own-tools) 2023-05-20T10:10:41Z **Link: Build your vocabulary with Scala affixes**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://rossabaker.com/blog/scala-affixes/) 2023-05-20T10:07:32Z **Link: skan and building your own tools**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://www.chris-kipp.io/blog/skan-and-building-your-own-tools) 2023-05-20T10:10:41Z **Link: Build your vocabulary with Scala affixes**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://rossabaker.com/blog/scala-affixes/) 2023-05-20T10:07:32Z **Link: skan and building your own tools**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://www.chris-kipp.io/blog/skan-and-building-your-own-tools) 2023-05-20T10:10:41Z **Link: Build your vocabulary with Scala affixes**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://rossabaker.com/blog/scala-affixes/) 2023-05-20T10:07:32Z **Link: skan and building your own tools**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://www.chris-kipp.io/blog/skan-and-building-your-own-tools) 2023-05-20T10:10:41Z **Link: Build your vocabulary with Scala affixes**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://rossabaker.com/blog/scala-affixes/) 2023-05-20T10:07:32Z **Link: skan and building your own tools**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://www.chris-kipp.io/blog/skan-and-building-your-own-tools) 2023-05-20T10:10:41Z **Link: Build your vocabulary with Scala affixes**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://rossabaker.com/blog/scala-affixes/) 2023-05-20T10:07:32Z **Link: skan and building your own tools**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://www.chris-kipp.io/blog/skan-and-building-your-own-tools) 2023-05-20T10:10:41Z **Link: Build your vocabulary with Scala affixes**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://rossabaker.com/blog/scala-affixes/) 2023-05-20T10:07:32Z **Link: skan and building your own tools**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://www.chris-kipp.io/blog/skan-and-building-your-own-tools) 2023-05-20T10:10:41Z **Link: Build your vocabulary with Scala affixes**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://rossabaker.com/blog/scala-affixes/) 2023-05-20T10:07:32Z **Link: skan and building your own tools**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://www.chris-kipp.io/blog/skan-and-building-your-own-tools) 2023-05-20T10:10:41Z **Link: Build your vocabulary with Scala affixes**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://rossabaker.com/blog/scala-affixes/) 2023-05-20T10:07:32Z **Link: skan and building your own tools**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://www.chris-kipp.io/blog/skan-and-building-your-own-tools) 2023-05-20T10:10:41Z **Link: Build your vocabulary with Scala affixes**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://rossabaker.com/blog/scala-affixes/) 2023-05-20T10:07:32Z **Link: skan and building your own tools**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://www.chris-kipp.io/blog/skan-and-building-your-own-tools) 2023-05-20T10:10:41Z **Link: Build your vocabulary with Scala affixes**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://rossabaker.com/blog/scala-affixes/) 2023-05-20T10:07:32Z **Link: skan and building your own tools**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://www.chris-kipp.io/blog/skan-and-building-your-own-tools) 2023-05-20T10:10:41Z **Link: Build your vocabulary with Scala affixes**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://rossabaker.com/blog/scala-affixes/) 2023-05-20T10:07:32Z **Link: skan and building your own tools**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://www.chris-kipp.io/blog/skan-and-building-your-own-tools) 2023-05-20T10:10:41Z **Link: Build your vocabulary with Scala affixes**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://rossabaker.com/blog/scala-affixes/) 2023-05-20T10:07:32Z **Link: skan and building your own tools**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://www.chris-kipp.io/blog/skan-and-building-your-own-tools) 2023-05-20T10:10:41Z **Link: Build your vocabulary with Scala affixes**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://rossabaker.com/blog/scala-affixes/) 2023-05-20T10:10:41Z **Link: Build your vocabulary with Scala affixes**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://rossabaker.com/blog/scala-affixes/) 2023-05-20T16:12:03Z **Link: GitHub - oyvindberg/tui-scala: Beautiful Text-based User Interfaces for Scala**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://github.com/oyvindberg/tui-scala) 2023-05-20T12:53:40Z **Wiki: Scala**
Article
 updated at May 20, 2023,
 created at May 20, 2023. ⌘ [Read more](https://alexn.org/wiki/scala/?pk_campaign=rss) 2023-05-20T16:12:03Z **Link: GitHub - oyvindberg/tui-scala: Beautiful Text-based User Interfaces for Scala**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://github.com/oyvindberg/tui-scala) 2023-05-20T16:12:03Z **Link: GitHub - oyvindberg/tui-scala: Beautiful Text-based User Interfaces for Scala**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://github.com/oyvindberg/tui-scala) 2023-05-20T16:12:03Z **Link: GitHub - oyvindberg/tui-scala: Beautiful Text-based User Interfaces for Scala**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://github.com/oyvindberg/tui-scala) 2023-05-20T16:12:03Z **Link: GitHub - oyvindberg/tui-scala: Beautiful Text-based User Interfaces for Scala**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://github.com/oyvindberg/tui-scala) 2023-05-20T16:12:03Z **Link: GitHub - oyvindberg/tui-scala: Beautiful Text-based User Interfaces for Scala**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://github.com/oyvindberg/tui-scala) 2023-05-20T16:12:03Z **Link: GitHub - oyvindberg/tui-scala: Beautiful Text-based User Interfaces for Scala**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://github.com/oyvindberg/tui-scala) 2023-05-20T16:12:03Z **Link: GitHub - oyvindberg/tui-scala: Beautiful Text-based User Interfaces for Scala**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://github.com/oyvindberg/tui-scala) 2023-05-20T16:12:03Z **Link: GitHub - oyvindberg/tui-scala: Beautiful Text-based User Interfaces for Scala**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://github.com/oyvindberg/tui-scala) 2023-05-20T16:12:03Z **Link: GitHub - oyvindberg/tui-scala: Beautiful Text-based User Interfaces for Scala**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://github.com/oyvindberg/tui-scala) 2023-05-20T16:12:03Z **Link: GitHub - oyvindberg/tui-scala: Beautiful Text-based User Interfaces for Scala**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://github.com/oyvindberg/tui-scala) 2023-05-20T16:12:03Z **Link: GitHub - oyvindberg/tui-scala: Beautiful Text-based User Interfaces for Scala**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://github.com/oyvindberg/tui-scala) 2023-05-20T16:12:03Z **Link: GitHub - oyvindberg/tui-scala: Beautiful Text-based User Interfaces for Scala**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://github.com/oyvindberg/tui-scala) 2023-05-20T16:12:03Z **Link: GitHub - oyvindberg/tui-scala: Beautiful Text-based User Interfaces for Scala**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://github.com/oyvindberg/tui-scala) 2023-05-20T16:12:03Z **Link: GitHub - oyvindberg/tui-scala: Beautiful Text-based User Interfaces for Scala**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://github.com/oyvindberg/tui-scala) 2023-05-20T16:12:03Z **Link: GitHub - oyvindberg/tui-scala: Beautiful Text-based User Interfaces for Scala**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://github.com/oyvindberg/tui-scala) 2023-05-20T16:12:03Z **Link: GitHub - oyvindberg/tui-scala: Beautiful Text-based User Interfaces for Scala**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://github.com/oyvindberg/tui-scala) 2023-05-20T16:12:03Z **Link: GitHub - oyvindberg/tui-scala: Beautiful Text-based User Interfaces for Scala**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://github.com/oyvindberg/tui-scala) 2023-05-20T16:12:03Z **Link: GitHub - oyvindberg/tui-scala: Beautiful Text-based User Interfaces for Scala**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://github.com/oyvindberg/tui-scala) 2023-05-20T16:12:03Z **Link: GitHub - oyvindberg/tui-scala: Beautiful Text-based User Interfaces for Scala**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://github.com/oyvindberg/tui-scala) 2023-05-20T16:12:03Z **Link: GitHub - oyvindberg/tui-scala: Beautiful Text-based User Interfaces for Scala**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://github.com/oyvindberg/tui-scala) 2023-05-20T16:12:03Z **Link: GitHub - oyvindberg/tui-scala: Beautiful Text-based User Interfaces for Scala**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://github.com/oyvindberg/tui-scala) 2023-05-20T16:12:03Z **Link: GitHub - oyvindberg/tui-scala: Beautiful Text-based User Interfaces for Scala**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://github.com/oyvindberg/tui-scala) 2023-05-20T16:12:03Z **Link: GitHub - oyvindberg/tui-scala: Beautiful Text-based User Interfaces for Scala**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://github.com/oyvindberg/tui-scala) 2023-05-20T16:12:03Z **Link: GitHub - oyvindberg/tui-scala: Beautiful Text-based User Interfaces for Scala**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://github.com/oyvindberg/tui-scala) 2023-05-20T16:12:03Z **Link: GitHub - oyvindberg/tui-scala: Beautiful Text-based User Interfaces for Scala**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://github.com/oyvindberg/tui-scala) 2023-05-20T16:12:03Z **Link: GitHub - oyvindberg/tui-scala: Beautiful Text-based User Interfaces for Scala**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://github.com/oyvindberg/tui-scala) 2023-05-20T18:28:37Z **Link: WebAssembly: A new development paradigm for the web**
Shared #link (#Browsers, #Kotlin, #Programming, #Video, #Web, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=RcHER-3gFXI) 2023-05-20T16:12:03Z **Link: GitHub - oyvindberg/tui-scala: Beautiful Text-based User Interfaces for Scala**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://github.com/oyvindberg/tui-scala) 2023-05-20T18:28:37Z **Link: WebAssembly: A new development paradigm for the web**
Shared #link (#Browsers, #Kotlin, #Programming, #Video, #Web, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=RcHER-3gFXI) 2023-05-20T16:12:03Z **Link: GitHub - oyvindberg/tui-scala: Beautiful Text-based User Interfaces for Scala**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://github.com/oyvindberg/tui-scala) 2023-05-20T18:28:37Z **Link: WebAssembly: A new development paradigm for the web**
Shared #link (#Browsers, #Kotlin, #Programming, #Video, #Web, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=RcHER-3gFXI) 2023-05-20T16:12:03Z **Link: GitHub - oyvindberg/tui-scala: Beautiful Text-based User Interfaces for Scala**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://github.com/oyvindberg/tui-scala) 2023-05-20T18:28:37Z **Link: WebAssembly: A new development paradigm for the web**
Shared #link (#Browsers, #Kotlin, #Programming, #Video, #Web, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=RcHER-3gFXI) 2023-05-20T16:12:03Z **Link: GitHub - oyvindberg/tui-scala: Beautiful Text-based User Interfaces for Scala**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://github.com/oyvindberg/tui-scala) 2023-05-20T18:28:37Z **Link: WebAssembly: A new development paradigm for the web**
Shared #link (#Browsers, #Kotlin, #Programming, #Video, #Web, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=RcHER-3gFXI) 2023-05-20T16:12:03Z **Link: GitHub - oyvindberg/tui-scala: Beautiful Text-based User Interfaces for Scala**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://github.com/oyvindberg/tui-scala) 2023-05-20T18:28:37Z **Link: WebAssembly: A new development paradigm for the web**
Shared #link (#Browsers, #Kotlin, #Programming, #Video, #Web, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=RcHER-3gFXI) 2023-05-20T16:12:03Z **Link: GitHub - oyvindberg/tui-scala: Beautiful Text-based User Interfaces for Scala**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://github.com/oyvindberg/tui-scala) 2023-05-20T18:28:37Z **Link: WebAssembly: A new development paradigm for the web**
Shared #link (#Browsers, #Kotlin, #Programming, #Video, #Web, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=RcHER-3gFXI) 2023-05-20T16:12:03Z **Link: GitHub - oyvindberg/tui-scala: Beautiful Text-based User Interfaces for Scala**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://github.com/oyvindberg/tui-scala) 2023-05-20T18:28:37Z **Link: WebAssembly: A new development paradigm for the web**
Shared #link (#Browsers, #Kotlin, #Programming, #Video, #Web, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=RcHER-3gFXI) 2023-05-20T16:12:03Z **Link: GitHub - oyvindberg/tui-scala: Beautiful Text-based User Interfaces for Scala**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://github.com/oyvindberg/tui-scala) 2023-05-20T18:28:37Z **Link: WebAssembly: A new development paradigm for the web**
Shared #link (#Browsers, #Kotlin, #Programming, #Video, #Web, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=RcHER-3gFXI) 2023-05-20T16:12:03Z **Link: GitHub - oyvindberg/tui-scala: Beautiful Text-based User Interfaces for Scala**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://github.com/oyvindberg/tui-scala) 2023-05-20T19:09:14Z **Link: The Secret History of the Moon**
Shared #link (#Entertainment, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=6SrsZVdU740) 2023-05-20T18:28:37Z **Link: WebAssembly: A new development paradigm for the web**
Shared #link (#Browsers, #Kotlin, #Programming, #Video, #Web, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=RcHER-3gFXI) 2023-05-20T16:12:03Z **Link: GitHub - oyvindberg/tui-scala: Beautiful Text-based User Interfaces for Scala**
Shared #link (#Programming, #Scala). ⌘ [Read more](https://github.com/oyvindberg/tui-scala) 2023-05-20T19:09:14Z **Link: The Secret History of the Moon**
Shared #link (#Entertainment, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=6SrsZVdU740) 2023-05-20T18:28:37Z **Link: WebAssembly: A new development paradigm for the web**
Shared #link (#Browsers, #Kotlin, #Programming, #Video, #Web, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=RcHER-3gFXI) 2023-05-20T19:09:14Z **Link: The Secret History of the Moon**
Shared #link (#Entertainment, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=6SrsZVdU740) 2023-05-20T18:28:37Z **Link: WebAssembly: A new development paradigm for the web**
Shared #link (#Browsers, #Kotlin, #Programming, #Video, #Web, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=RcHER-3gFXI) 2023-05-20T19:09:14Z **Link: The Secret History of the Moon**
Shared #link (#Entertainment, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=6SrsZVdU740) 2023-05-20T18:28:37Z **Link: WebAssembly: A new development paradigm for the web**
Shared #link (#Browsers, #Kotlin, #Programming, #Video, #Web, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=RcHER-3gFXI) 2023-05-20T19:09:14Z **Link: The Secret History of the Moon**
Shared #link (#Entertainment, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=6SrsZVdU740) 2023-05-20T18:28:37Z **Link: WebAssembly: A new development paradigm for the web**
Shared #link (#Browsers, #Kotlin, #Programming, #Video, #Web, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=RcHER-3gFXI) 2023-05-20T19:09:14Z **Link: The Secret History of the Moon**
Shared #link (#Entertainment, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=6SrsZVdU740) 2023-05-20T18:28:37Z **Link: WebAssembly: A new development paradigm for the web**
Shared #link (#Browsers, #Kotlin, #Programming, #Video, #Web, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=RcHER-3gFXI) 2023-05-20T19:09:14Z **Link: The Secret History of the Moon**
Shared #link (#Entertainment, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=6SrsZVdU740) 2023-05-20T18:28:37Z **Link: WebAssembly: A new development paradigm for the web**
Shared #link (#Browsers, #Kotlin, #Programming, #Video, #Web, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=RcHER-3gFXI) 2023-05-20T19:09:14Z **Link: The Secret History of the Moon**
Shared #link (#Entertainment, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=6SrsZVdU740) 2023-05-20T18:28:37Z **Link: WebAssembly: A new development paradigm for the web**
Shared #link (#Browsers, #Kotlin, #Programming, #Video, #Web, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=RcHER-3gFXI) 2023-05-20T19:09:14Z **Link: The Secret History of the Moon**
Shared #link (#Entertainment, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=6SrsZVdU740) 2023-05-20T18:28:37Z **Link: WebAssembly: A new development paradigm for the web**
Shared #link (#Browsers, #Kotlin, #Programming, #Video, #Web, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=RcHER-3gFXI) 2023-05-20T19:09:14Z **Link: The Secret History of the Moon**
Shared #link (#Entertainment, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=6SrsZVdU740) 2023-05-20T18:28:37Z **Link: WebAssembly: A new development paradigm for the web**
Shared #link (#Browsers, #Kotlin, #Programming, #Video, #Web, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=RcHER-3gFXI) 2023-05-20T19:09:14Z **Link: The Secret History of the Moon**
Shared #link (#Entertainment, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=6SrsZVdU740) 2023-05-20T18:28:37Z **Link: WebAssembly: A new development paradigm for the web**
Shared #link (#Browsers, #Kotlin, #Programming, #Video, #Web, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=RcHER-3gFXI) 2023-05-20T19:09:14Z **Link: The Secret History of the Moon**
Shared #link (#Entertainment, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=6SrsZVdU740) 2023-05-20T18:28:37Z **Link: WebAssembly: A new development paradigm for the web**
Shared #link (#Browsers, #Kotlin, #Programming, #Video, #Web, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=RcHER-3gFXI) 2023-05-20T19:09:14Z **Link: The Secret History of the Moon**
Shared #link (#Entertainment, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=6SrsZVdU740) 2023-05-20T18:28:37Z **Link: WebAssembly: A new development paradigm for the web**
Shared #link (#Browsers, #Kotlin, #Programming, #Video, #Web, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=RcHER-3gFXI) 2023-05-20T19:09:14Z **Link: The Secret History of the Moon**
Shared #link (#Entertainment, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=6SrsZVdU740) 2023-05-20T18:28:37Z **Link: WebAssembly: A new development paradigm for the web**
Shared #link (#Browsers, #Kotlin, #Programming, #Video, #Web, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=RcHER-3gFXI) 2023-05-20T19:09:14Z **Link: The Secret History of the Moon**
Shared #link (#Entertainment, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=6SrsZVdU740) 2023-05-20T18:28:37Z **Link: WebAssembly: A new development paradigm for the web**
Shared #link (#Browsers, #Kotlin, #Programming, #Video, #Web, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=RcHER-3gFXI) 2023-05-20T19:09:14Z **Link: The Secret History of the Moon**
Shared #link (#Entertainment, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=6SrsZVdU740) 2023-05-20T18:28:37Z **Link: WebAssembly: A new development paradigm for the web**
Shared #link (#Browsers, #Kotlin, #Programming, #Video, #Web, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=RcHER-3gFXI) 2023-05-20T19:09:14Z **Link: The Secret History of the Moon**
Shared #link (#Entertainment, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=6SrsZVdU740) 2023-05-20T18:28:37Z **Link: WebAssembly: A new development paradigm for the web**
Shared #link (#Browsers, #Kotlin, #Programming, #Video, #Web, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=RcHER-3gFXI) 2023-05-20T19:09:14Z **Link: The Secret History of the Moon**
Shared #link (#Entertainment, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=6SrsZVdU740) 2023-05-20T18:28:37Z **Link: WebAssembly: A new development paradigm for the web**
Shared #link (#Browsers, #Kotlin, #Programming, #Video, #Web, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=RcHER-3gFXI) 2023-05-20T19:09:14Z **Link: The Secret History of the Moon**
Shared #link (#Entertainment, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=6SrsZVdU740) 2023-05-20T18:28:37Z **Link: WebAssembly: A new development paradigm for the web**
Shared #link (#Browsers, #Kotlin, #Programming, #Video, #Web, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=RcHER-3gFXI) 2023-05-20T19:09:14Z **Link: The Secret History of the Moon**
Shared #link (#Entertainment, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=6SrsZVdU740) 2023-05-20T18:28:37Z **Link: WebAssembly: A new development paradigm for the web**
Shared #link (#Browsers, #Kotlin, #Programming, #Video, #Web, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=RcHER-3gFXI) 2023-05-20T19:09:14Z **Link: The Secret History of the Moon**
Shared #link (#Entertainment, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=6SrsZVdU740) 2023-05-20T18:28:37Z **Link: WebAssembly: A new development paradigm for the web**
Shared #link (#Browsers, #Kotlin, #Programming, #Video, #Web, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=RcHER-3gFXI) 2023-05-20T19:09:14Z **Link: The Secret History of the Moon**
Shared #link (#Entertainment, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=6SrsZVdU740) 2023-05-20T18:28:37Z **Link: WebAssembly: A new development paradigm for the web**
Shared #link (#Browsers, #Kotlin, #Programming, #Video, #Web, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=RcHER-3gFXI) 2023-05-20T19:09:14Z **Link: The Secret History of the Moon**
Shared #link (#Entertainment, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=6SrsZVdU740) 2023-05-20T18:28:37Z **Link: WebAssembly: A new development paradigm for the web**
Shared #link (#Browsers, #Kotlin, #Programming, #Video, #Web, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=RcHER-3gFXI) 2023-05-20T19:09:14Z **Link: The Secret History of the Moon**
Shared #link (#Entertainment, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=6SrsZVdU740) 2023-05-20T18:28:37Z **Link: WebAssembly: A new development paradigm for the web**
Shared #link (#Browsers, #Kotlin, #Programming, #Video, #Web, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=RcHER-3gFXI) 2023-05-20T19:09:14Z **Link: The Secret History of the Moon**
Shared #link (#Entertainment, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=6SrsZVdU740) 2023-05-20T18:28:37Z **Link: WebAssembly: A new development paradigm for the web**
Shared #link (#Browsers, #Kotlin, #Programming, #Video, #Web, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=RcHER-3gFXI) 2023-05-20T19:09:14Z **Link: The Secret History of the Moon**
Shared #link (#Entertainment, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=6SrsZVdU740) 2023-05-20T18:28:37Z **Link: WebAssembly: A new development paradigm for the web**
Shared #link (#Browsers, #Kotlin, #Programming, #Video, #Web, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=RcHER-3gFXI) 2023-05-20T19:09:14Z **Link: The Secret History of the Moon**
Shared #link (#Entertainment, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=6SrsZVdU740) 2023-05-20T18:28:37Z **Link: WebAssembly: A new development paradigm for the web**
Shared #link (#Browsers, #Kotlin, #Programming, #Video, #Web, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=RcHER-3gFXI) 2023-05-20T19:09:14Z **Link: The Secret History of the Moon**
Shared #link (#Entertainment, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=6SrsZVdU740) 2023-05-20T19:09:14Z **Link: The Secret History of the Moon**
Shared #link (#Entertainment, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=6SrsZVdU740) 2023-05-20T19:09:14Z **Link: The Secret History of the Moon**
Shared #link (#Entertainment, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=6SrsZVdU740) 2023-05-20T19:09:14Z **Link: The Secret History of the Moon**
Shared #link (#Entertainment, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=6SrsZVdU740) 2023-05-20T19:09:14Z **Link: The Secret History of the Moon**
Shared #link (#Entertainment, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=6SrsZVdU740) 2023-05-20T19:09:14Z **Link: The Secret History of the Moon**
Shared #link (#Entertainment, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=6SrsZVdU740) 2023-05-20T19:09:14Z **Link: The Secret History of the Moon**
Shared #link (#Entertainment, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=6SrsZVdU740) 2023-05-20T19:09:14Z **Link: The Secret History of the Moon**
Shared #link (#Entertainment, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=6SrsZVdU740) 2023-05-20T19:09:14Z **Link: The Secret History of the Moon**
Shared #link (#Entertainment, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=6SrsZVdU740) 2023-05-22T09:31:01Z **Link: Writing a GitHub Action with Scala.js | TonioGela's**
Shared #link (#Programming, #Scala, #Typelevel). ⌘ [Read more](https://toniogela.dev/gh-action-in-scala/) 2023-05-22T09:31:01Z **Link: Writing a GitHub Action with Scala.js | TonioGela's**
Shared #link (#Programming, #Scala, #Typelevel). ⌘ [Read more](https://toniogela.dev/gh-action-in-scala/) 2023-05-22T09:41:47Z **Link: Introducing Kotlin/Wasm**
Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=LCtMC_IVCKo) 2023-05-22T09:31:01Z **Link: Writing a GitHub Action with Scala.js | TonioGela's**
Shared #link (#Programming, #Scala, #Typelevel). ⌘ [Read more](https://toniogela.dev/gh-action-in-scala/) 2023-05-22T09:41:47Z **Link: Introducing Kotlin/Wasm**
Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=LCtMC_IVCKo) 2023-05-22T09:31:01Z **Link: Writing a GitHub Action with Scala.js | TonioGela's**
Shared #link (#Programming, #Scala, #Typelevel). ⌘ [Read more](https://toniogela.dev/gh-action-in-scala/) 2023-05-22T09:41:47Z **Link: Introducing Kotlin/Wasm**
Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=LCtMC_IVCKo) 2023-05-22T09:31:01Z **Link: Writing a GitHub Action with Scala.js**
Shared #link (#Programming, #Scala, #Typelevel). ⌘ [Read more](https://toniogela.dev/gh-action-in-scala/) 2023-05-22T09:41:47Z **Link: Introducing Kotlin/Wasm**
Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=LCtMC_IVCKo) 2023-05-22T09:31:01Z **Link: Writing a GitHub Action with Scala.js**
Shared #link (#Programming, #Scala, #Typelevel). ⌘ [Read more](https://toniogela.dev/gh-action-in-scala/) 2023-05-22T09:41:47Z **Link: Introducing Kotlin/Wasm**
Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=LCtMC_IVCKo) 2023-05-22T09:31:01Z **Link: Writing a GitHub Action with Scala.js**
Shared #link (#Programming, #Scala, #Typelevel). ⌘ [Read more](https://toniogela.dev/gh-action-in-scala/) 2023-05-22T09:41:47Z **Link: Introducing Kotlin/Wasm**
Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=LCtMC_IVCKo) 2023-05-22T09:31:01Z **Link: Writing a GitHub Action with Scala.js**
Shared #link (#Programming, #Scala, #Typelevel). ⌘ [Read more](https://toniogela.dev/gh-action-in-scala/) 2023-05-22T09:41:47Z **Link: Introducing Kotlin/Wasm**
Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=LCtMC_IVCKo) 2023-05-22T09:31:01Z **Link: Writing a GitHub Action with Scala.js**
Shared #link (#Programming, #Scala, #Typelevel). ⌘ [Read more](https://toniogela.dev/gh-action-in-scala/) 2023-05-22T09:41:47Z **Link: Introducing Kotlin/Wasm**
Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=LCtMC_IVCKo) 2023-05-22T09:31:01Z **Link: Writing a GitHub Action with Scala.js**
Shared #link (#Programming, #Scala, #Typelevel). ⌘ [Read more](https://toniogela.dev/gh-action-in-scala/) 2023-05-22T09:41:47Z **Link: Introducing Kotlin/Wasm**
Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=LCtMC_IVCKo) 2023-05-22T09:31:01Z **Link: Writing a GitHub Action with Scala.js**
Shared #link (#Programming, #Scala, #Typelevel). ⌘ [Read more](https://toniogela.dev/gh-action-in-scala/) 2023-05-22T09:41:47Z **Link: Introducing Kotlin/Wasm**
Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=LCtMC_IVCKo) 2023-05-22T09:31:01Z **Link: Writing a GitHub Action with Scala.js**
Shared #link (#Programming, #Scala, #Typelevel). ⌘ [Read more](https://toniogela.dev/gh-action-in-scala/) 2023-05-22T09:41:47Z **Link: Introducing Kotlin/Wasm**
Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=LCtMC_IVCKo) 2023-05-22T09:31:01Z **Link: Writing a GitHub Action with Scala.js**
Shared #link (#Programming, #Scala, #Typelevel). ⌘ [Read more](https://toniogela.dev/gh-action-in-scala/) 2023-05-22T09:41:47Z **Link: Introducing Kotlin/Wasm**
Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=LCtMC_IVCKo) 2023-05-22T09:31:01Z **Link: Writing a GitHub Action with Scala.js**
Shared #link (#Programming, #Scala, #Typelevel). ⌘ [Read more](https://toniogela.dev/gh-action-in-scala/) 2023-05-22T09:41:47Z **Link: Introducing Kotlin/Wasm**
Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=LCtMC_IVCKo) 2023-05-22T09:31:01Z **Link: Writing a GitHub Action with Scala.js**
Shared #link (#Programming, #Scala, #Typelevel). ⌘ [Read more](https://toniogela.dev/gh-action-in-scala/) 2023-05-22T09:41:47Z **Link: Introducing Kotlin/Wasm**
Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=LCtMC_IVCKo) 2023-05-22T09:31:01Z **Link: Writing a GitHub Action with Scala.js**
Shared #link (#Programming, #Scala, #Typelevel). ⌘ [Read more](https://toniogela.dev/gh-action-in-scala/) 2023-05-22T09:41:47Z **Link: Introducing Kotlin/Wasm**
Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=LCtMC_IVCKo) 2023-05-22T09:31:01Z **Link: Writing a GitHub Action with Scala.js**
Shared #link (#Programming, #Scala, #Typelevel). ⌘ [Read more](https://toniogela.dev/gh-action-in-scala/) 2023-05-22T09:41:47Z **Link: Introducing Kotlin/Wasm**
Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=LCtMC_IVCKo) 2023-05-22T09:31:01Z **Link: Writing a GitHub Action with Scala.js**
Shared #link (#Programming, #Scala, #Typelevel). ⌘ [Read more](https://toniogela.dev/gh-action-in-scala/) 2023-05-22T09:41:47Z **Link: Introducing Kotlin/Wasm**
Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=LCtMC_IVCKo) 2023-05-22T09:31:01Z **Link: Writing a GitHub Action with Scala.js**
Shared #link (#Programming, #Scala, #Typelevel). ⌘ [Read more](https://toniogela.dev/gh-action-in-scala/) 2023-05-22T09:41:47Z **Link: Introducing Kotlin/Wasm**
Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=LCtMC_IVCKo) 2023-05-22T09:31:01Z **Link: Writing a GitHub Action with Scala.js**
Shared #link (#Programming, #Scala, #Typelevel). ⌘ [Read more](https://toniogela.dev/gh-action-in-scala/) 2023-05-22T09:41:47Z **Link: Introducing Kotlin/Wasm**
Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=LCtMC_IVCKo) 2023-05-22T09:31:01Z **Link: Writing a GitHub Action with Scala.js**
Shared #link (#Programming, #Scala, #Typelevel). ⌘ [Read more](https://toniogela.dev/gh-action-in-scala/) 2023-05-22T09:41:47Z **Link: Introducing Kotlin/Wasm**
Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=LCtMC_IVCKo) 2023-05-22T09:31:01Z **Link: Writing a GitHub Action with Scala.js**
Shared #link (#Programming, #Scala, #Typelevel). ⌘ [Read more](https://toniogela.dev/gh-action-in-scala/) 2023-05-22T09:41:47Z **Link: Introducing Kotlin/Wasm**
Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=LCtMC_IVCKo) 2023-05-22T09:31:01Z **Link: Writing a GitHub Action with Scala.js**
Shared #link (#Programming, #Scala, #Typelevel). ⌘ [Read more](https://toniogela.dev/gh-action-in-scala/) 2023-05-22T09:41:47Z **Link: Introducing Kotlin/Wasm**
Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=LCtMC_IVCKo) 2023-05-22T09:31:01Z **Link: Writing a GitHub Action with Scala.js**
Shared #link (#Programming, #Scala, #Typelevel). ⌘ [Read more](https://toniogela.dev/gh-action-in-scala/) 2023-05-22T09:41:47Z **Link: Introducing Kotlin/Wasm**
Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=LCtMC_IVCKo) 2023-05-22T09:31:01Z **Link: Writing a GitHub Action with Scala.js**
Shared #link (#Programming, #Scala, #Typelevel). ⌘ [Read more](https://toniogela.dev/gh-action-in-scala/) 2023-05-22T09:41:47Z **Link: Introducing Kotlin/Wasm**
Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=LCtMC_IVCKo) 2023-05-22T09:31:01Z **Link: Writing a GitHub Action with Scala.js**
Shared #link (#Programming, #Scala, #Typelevel). ⌘ [Read more](https://toniogela.dev/gh-action-in-scala/) 2023-05-22T09:41:47Z **Link: Introducing Kotlin/Wasm**
Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=LCtMC_IVCKo) 2023-05-22T09:31:01Z **Link: Writing a GitHub Action with Scala.js**
Shared #link (#Programming, #Scala, #Typelevel). ⌘ [Read more](https://toniogela.dev/gh-action-in-scala/) 2023-05-22T09:41:47Z **Link: Introducing Kotlin/Wasm**
Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=LCtMC_IVCKo) 2023-05-22T09:31:01Z **Link: Writing a GitHub Action with Scala.js**
Shared #link (#Programming, #Scala, #Typelevel). ⌘ [Read more](https://toniogela.dev/gh-action-in-scala/) 2023-05-22T09:41:47Z **Link: Introducing Kotlin/Wasm**
Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=LCtMC_IVCKo) 2023-05-22T09:31:01Z **Link: Writing a GitHub Action with Scala.js**
Shared #link (#Programming, #Scala, #Typelevel). ⌘ [Read more](https://toniogela.dev/gh-action-in-scala/) 2023-05-22T09:41:47Z **Link: Introducing Kotlin/Wasm**
Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=LCtMC_IVCKo) 2023-05-22T09:31:01Z **Link: Writing a GitHub Action with Scala.js**
Shared #link (#Programming, #Scala, #Typelevel). ⌘ [Read more](https://toniogela.dev/gh-action-in-scala/) 2023-05-22T09:41:47Z **Link: Introducing Kotlin/Wasm**
Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=LCtMC_IVCKo) 2023-05-22T09:31:01Z **Link: Writing a GitHub Action with Scala.js**
Shared #link (#Programming, #Scala, #Typelevel). ⌘ [Read more](https://toniogela.dev/gh-action-in-scala/) 2023-05-22T09:41:47Z **Link: Introducing Kotlin/Wasm**
Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=LCtMC_IVCKo) 2023-05-22T09:31:01Z **Link: Writing a GitHub Action with Scala.js**
Shared #link (#Programming, #Scala, #Typelevel). ⌘ [Read more](https://toniogela.dev/gh-action-in-scala/) 2023-05-22T09:41:47Z **Link: Introducing Kotlin/Wasm**
Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=LCtMC_IVCKo) 2023-05-22T09:31:01Z **Link: Writing a GitHub Action with Scala.js**
Shared #link (#Programming, #Scala, #Typelevel). ⌘ [Read more](https://toniogela.dev/gh-action-in-scala/) 2023-05-22T09:41:47Z **Link: Introducing Kotlin/Wasm**
Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=LCtMC_IVCKo) 2023-05-22T09:31:01Z **Link: Writing a GitHub Action with Scala.js**
Shared #link (#Programming, #Scala, #Typelevel). ⌘ [Read more](https://toniogela.dev/gh-action-in-scala/) 2023-05-22T09:41:47Z **Link: Introducing Kotlin/Wasm**
Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=LCtMC_IVCKo) 2023-05-22T09:31:01Z **Link: Writing a GitHub Action with Scala.js**
Shared #link (#Programming, #Scala, #Typelevel). ⌘ [Read more](https://toniogela.dev/gh-action-in-scala/) 2023-05-22T09:41:47Z **Link: Introducing Kotlin/Wasm**
Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=LCtMC_IVCKo) 2023-05-22T09:31:01Z **Link: Writing a GitHub Action with Scala.js**
Shared #link (#Programming, #Scala, #Typelevel). ⌘ [Read more](https://toniogela.dev/gh-action-in-scala/) 2023-05-22T09:41:47Z **Link: Introducing Kotlin/Wasm**
Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=LCtMC_IVCKo) 2023-05-22T09:41:47Z **Link: Introducing Kotlin/Wasm**
Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=LCtMC_IVCKo) 2023-05-22T20:03:34Z **Link: Coroutines Beyond Concurrency**
Nice intro to Kotlin's lower-level API for coroutines; one day we may see something like this in Scala, too.

Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=NwYx5l5Zzes) 2023-05-22T20:03:34Z **Link: Coroutines Beyond Concurrency**
Nice intro to Kotlin's lower-level API for coroutines; one day we may see something like this in Scala, too.

Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=NwYx5l5Zzes) 2023-05-22T20:03:34Z **Link: Coroutines Beyond Concurrency**
Nice intro to Kotlin's lower-level API for coroutines; one day we may see something like this in Scala, too.

Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=NwYx5l5Zzes) 2023-05-22T20:03:34Z **Link: Coroutines Beyond Concurrency**
Nice intro to Kotlin's lower-level API for coroutines; one day we may see something like this in Scala, too.

Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=NwYx5l5Zzes) 2023-05-22T20:03:34Z **Link: Coroutines Beyond Concurrency**
Nice intro to Kotlin's lower-level API for coroutines; one day we may see something like this in Scala, too.

Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=NwYx5l5Zzes) 2023-05-22T20:03:34Z **Link: Coroutines Beyond Concurrency**
Nice intro to Kotlin's lower-level API for coroutines; one day we may see something like this in Scala, too.

Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=NwYx5l5Zzes) 2023-05-22T20:03:34Z **Link: Coroutines Beyond Concurrency**
Nice intro to Kotlin's lower-level API for coroutines; one day we may see something like this in Scala, too.

Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=NwYx5l5Zzes) 2023-05-22T20:03:34Z **Link: Coroutines Beyond Concurrency**
Nice intro to Kotlin's lower-level API for coroutines; one day we may see something like this in Scala, too.

Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=NwYx5l5Zzes) 2023-05-22T20:03:34Z **Link: Coroutines Beyond Concurrency**
Nice intro to Kotlin's lower-level API for coroutines; one day we may see something like this in Scala, too.

Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=NwYx5l5Zzes) 2023-05-22T20:03:34Z **Link: Coroutines Beyond Concurrency**
Nice intro to Kotlin's lower-level API for coroutines; one day we may see something like this in Scala, too.

Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=NwYx5l5Zzes) 2023-05-22T20:03:34Z **Link: Coroutines Beyond Concurrency**
Nice intro to Kotlin's lower-level API for coroutines; one day we may see something like this in Scala, too.

Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=NwYx5l5Zzes) 2023-05-22T20:03:34Z **Link: Coroutines Beyond Concurrency**
Nice intro to Kotlin's lower-level API for coroutines; one day we may see something like this in Scala, too.

Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=NwYx5l5Zzes) 2023-05-22T20:03:34Z **Link: Coroutines Beyond Concurrency**
Nice intro to Kotlin's lower-level API for coroutines; one day we may see something like this in Scala, too.

Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=NwYx5l5Zzes) 2023-05-22T20:03:34Z **Link: Coroutines Beyond Concurrency**
Nice intro to Kotlin's lower-level API for coroutines; one day we may see something like this in Scala, too.

Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=NwYx5l5Zzes) 2023-05-22T20:03:34Z **Link: Coroutines Beyond Concurrency**
Nice intro to Kotlin's lower-level API for coroutines; one day we may see something like this in Scala, too.

Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=NwYx5l5Zzes) 2023-05-22T20:03:34Z **Link: Coroutines Beyond Concurrency**
Nice intro to Kotlin's lower-level API for coroutines; one day we may see something like this in Scala, too.

Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=NwYx5l5Zzes) 2023-05-22T20:03:34Z **Link: Coroutines Beyond Concurrency**
Nice intro to Kotlin's lower-level API for coroutines; one day we may see something like this in Scala, too.

Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=NwYx5l5Zzes) 2023-05-22T20:03:34Z **Link: Coroutines Beyond Concurrency**
Nice intro to Kotlin's lower-level API for coroutines; one day we may see something like this in Scala, too.

Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=NwYx5l5Zzes) 2023-05-22T20:03:34Z **Link: Coroutines Beyond Concurrency**
Nice intro to Kotlin's lower-level API for coroutines; one day we may see something like this in Scala, too.

Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=NwYx5l5Zzes) 2023-05-22T20:03:34Z **Link: Coroutines Beyond Concurrency**
Nice intro to Kotlin's lower-level API for coroutines; one day we may see something like this in Scala, too.

Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=NwYx5l5Zzes) 2023-05-22T20:03:34Z **Link: Coroutines Beyond Concurrency**
Nice intro to Kotlin's lower-level API for coroutines; one day we may see something like this in Scala, too.

Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=NwYx5l5Zzes) 2023-05-22T20:03:34Z **Link: Coroutines Beyond Concurrency**
Nice intro to Kotlin's lower-level API for coroutines; one day we may see something like this in Scala, too.

Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=NwYx5l5Zzes) 2023-05-22T20:03:34Z **Link: Coroutines Beyond Concurrency**
Nice intro to Kotlin's lower-level API for coroutines; one day we may see something like this in Scala, too.

Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=NwYx5l5Zzes) 2023-05-22T20:03:34Z **Link: Coroutines Beyond Concurrency**
Nice intro to Kotlin's lower-level API for coroutines; one day we may see something like this in Scala, too.

Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=NwYx5l5Zzes) 2023-05-22T20:03:34Z **Link: Coroutines Beyond Concurrency**
Nice intro to Kotlin's lower-level API for coroutines; one day we may see something like this in Scala, too.

Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=NwYx5l5Zzes) 2023-05-22T20:03:34Z **Link: Coroutines Beyond Concurrency**
Nice intro to Kotlin's lower-level API for coroutines; one day we may see something like this in Scala, too.

Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=NwYx5l5Zzes) 2023-05-22T20:03:34Z **Link: Coroutines Beyond Concurrency**
Nice intro to Kotlin's lower-level API for coroutines; one day we may see something like this in Scala, too.

Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=NwYx5l5Zzes) 2023-05-22T20:03:34Z **Link: Coroutines Beyond Concurrency**
Nice intro to Kotlin's lower-level API for coroutines; one day we may see something like this in Scala, too.

Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=NwYx5l5Zzes) 2023-05-22T20:03:34Z **Link: Coroutines Beyond Concurrency**
Nice intro to Kotlin's lower-level API for coroutines; one day we may see something like this in Scala, too.

Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=NwYx5l5Zzes) 2023-05-22T20:03:34Z **Link: Coroutines Beyond Concurrency**
Nice intro to Kotlin's lower-level API for coroutines; one day we may see something like this in Scala, too.

Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=NwYx5l5Zzes) 2023-05-22T20:03:34Z **Link: Coroutines Beyond Concurrency**
Nice intro to Kotlin's lower-level API for coroutines; one day we may see something like this in Scala, too.

Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=NwYx5l5Zzes) 2023-05-22T20:03:34Z **Link: Coroutines Beyond Concurrency**
Nice intro to Kotlin's lower-level API for coroutines; one day we may see something like this in Scala, too.

Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=NwYx5l5Zzes) 2023-05-22T20:03:34Z **Link: Coroutines Beyond Concurrency**
Nice intro to Kotlin's lower-level API for coroutines; one day we may see something like this in Scala, too.

Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=NwYx5l5Zzes) 2023-05-22T20:03:34Z **Link: Coroutines Beyond Concurrency**
Nice intro to Kotlin's lower-level API for coroutines; one day we may see something like this in Scala, too.

Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=NwYx5l5Zzes) 2023-05-22T20:03:34Z **Link: Coroutines Beyond Concurrency**
Nice intro to Kotlin's lower-level API for coroutines; one day we may see something like this in Scala, too.

Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=NwYx5l5Zzes) 2023-05-22T20:03:34Z **Link: Coroutines Beyond Concurrency**
Nice intro to Kotlin's lower-level API for coroutines; one day we may see something like this in Scala, too.

Shared #link (#Kotlin, #Programming, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=NwYx5l5Zzes) 2023-05-23T10:15:12Z **Link: Cats Effect - Dispatcher, Supervisor, IOLocal**
Shared #link (#Programming, #Scala, #Typelevel, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=DTni0RHV_Ds) 2023-05-23T10:15:12Z **Link: Cats Effect - Dispatcher, Supervisor, IOLocal**
Shared #link (#Programming, #Scala, #Typelevel, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=DTni0RHV_Ds) 2023-05-23T10:15:12Z **Link: Cats Effect - Dispatcher, Supervisor, IOLocal**
Shared #link (#Programming, #Scala, #Typelevel, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=DTni0RHV_Ds) 2023-05-23T10:15:12Z **Link: Cats Effect - Dispatcher, Supervisor, IOLocal**
Shared #link (#Programming, #Scala, #Typelevel, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=DTni0RHV_Ds) 2023-05-23T10:15:12Z **Link: Cats Effect - Dispatcher, Supervisor, IOLocal**
Shared #link (#Programming, #Scala, #Typelevel, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=DTni0RHV_Ds) 2023-05-23T10:15:12Z **Link: Cats Effect - Dispatcher, Supervisor, IOLocal**
Shared #link (#Programming, #Scala, #Typelevel, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=DTni0RHV_Ds) 2023-05-23T10:15:12Z **Link: Cats Effect - Dispatcher, Supervisor, IOLocal**
Shared #link (#Programming, #Scala, #Typelevel, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=DTni0RHV_Ds) 2023-05-23T10:15:12Z **Link: Cats Effect - Dispatcher, Supervisor, IOLocal**
Shared #link (#Programming, #Scala, #Typelevel, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=DTni0RHV_Ds) 2023-05-23T10:15:12Z **Link: Cats Effect - Dispatcher, Supervisor, IOLocal**
Shared #link (#Programming, #Scala, #Typelevel, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=DTni0RHV_Ds) 2023-05-23T10:15:12Z **Link: Cats Effect - Dispatcher, Supervisor, IOLocal**
Shared #link (#Programming, #Scala, #Typelevel, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=DTni0RHV_Ds) 2023-05-23T10:15:12Z **Link: Cats Effect - Dispatcher, Supervisor, IOLocal**
Shared #link (#Programming, #Scala, #Typelevel, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=DTni0RHV_Ds) 2023-05-23T10:15:12Z **Link: Cats Effect - Dispatcher, Supervisor, IOLocal**
Shared #link (#Programming, #Scala, #Typelevel, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=DTni0RHV_Ds) 2023-05-23T10:15:12Z **Link: Cats Effect - Dispatcher, Supervisor, IOLocal**
Shared #link (#Programming, #Scala, #Typelevel, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=DTni0RHV_Ds) 2023-05-23T10:15:12Z **Link: Cats Effect - Dispatcher, Supervisor, IOLocal**
Shared #link (#Programming, #Scala, #Typelevel, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=DTni0RHV_Ds) 2023-05-23T10:15:12Z **Link: Cats Effect - Dispatcher, Supervisor, IOLocal**
Shared #link (#Programming, #Scala, #Typelevel, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=DTni0RHV_Ds) 2023-05-23T10:15:12Z **Link: Cats Effect - Dispatcher, Supervisor, IOLocal**
Shared #link (#Programming, #Scala, #Typelevel, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=DTni0RHV_Ds) 2023-05-23T10:15:12Z **Link: Cats Effect - Dispatcher, Supervisor, IOLocal**
Shared #link (#Programming, #Scala, #Typelevel, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=DTni0RHV_Ds) 2023-05-23T10:15:12Z **Link: Cats Effect - Dispatcher, Supervisor, IOLocal**
Shared #link (#Programming, #Scala, #Typelevel, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=DTni0RHV_Ds) 2023-05-23T10:15:12Z **Link: Cats Effect - Dispatcher, Supervisor, IOLocal**
Shared #link (#Programming, #Scala, #Typelevel, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=DTni0RHV_Ds) 2023-05-23T10:15:12Z **Link: Cats Effect - Dispatcher, Supervisor, IOLocal**
Shared #link (#Programming, #Scala, #Typelevel, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=DTni0RHV_Ds) 2023-05-23T10:15:12Z **Link: Cats Effect - Dispatcher, Supervisor, IOLocal**
Shared #link (#Programming, #Scala, #Typelevel, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=DTni0RHV_Ds) 2023-05-23T10:15:12Z **Link: Cats Effect - Dispatcher, Supervisor, IOLocal**
Shared #link (#Programming, #Scala, #Typelevel, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=DTni0RHV_Ds) 2023-05-23T10:15:12Z **Link: Cats Effect - Dispatcher, Supervisor, IOLocal**
Shared #link (#Programming, #Scala, #Typelevel, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=DTni0RHV_Ds) 2023-05-23T10:15:12Z **Link: Cats Effect - Dispatcher, Supervisor, IOLocal**
Shared #link (#Programming, #Scala, #Typelevel, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=DTni0RHV_Ds) 2023-05-23T10:15:12Z **Link: Cats Effect - Dispatcher, Supervisor, IOLocal**
Shared #link (#Programming, #Scala, #Typelevel, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=DTni0RHV_Ds) 2023-05-23T10:15:12Z **Link: Cats Effect - Dispatcher, Supervisor, IOLocal**
Shared #link (#Programming, #Scala, #Typelevel, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=DTni0RHV_Ds) 2023-05-23T10:15:12Z **Link: Cats Effect - Dispatcher, Supervisor, IOLocal**
Shared #link (#Programming, #Scala, #Typelevel, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=DTni0RHV_Ds) 2023-05-23T10:15:12Z **Link: Cats Effect - Dispatcher, Supervisor, IOLocal**
Shared #link (#Programming, #Scala, #Typelevel, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=DTni0RHV_Ds) 2023-05-23T10:15:12Z **Link: Cats Effect - Dispatcher, Supervisor, IOLocal**
Shared #link (#Programming, #Scala, #Typelevel, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=DTni0RHV_Ds) 2023-05-23T10:15:12Z **Link: Cats Effect - Dispatcher, Supervisor, IOLocal**
Shared #link (#Programming, #Scala, #Typelevel, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=DTni0RHV_Ds) 2023-05-23T10:15:12Z **Link: Cats Effect - Dispatcher, Supervisor, IOLocal**
Shared #link (#Programming, #Scala, #Typelevel, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=DTni0RHV_Ds) 2023-05-23T10:15:12Z **Link: Cats Effect - Dispatcher, Supervisor, IOLocal**
Shared #link (#Programming, #Scala, #Typelevel, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=DTni0RHV_Ds) 2023-05-23T10:15:12Z **Link: Cats Effect - Dispatcher, Supervisor, IOLocal**
Shared #link (#Programming, #Scala, #Typelevel, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=DTni0RHV_Ds) 2023-05-23T10:15:12Z **Link: Cats Effect - Dispatcher, Supervisor, IOLocal**
Shared #link (#Programming, #Scala, #Typelevel, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=DTni0RHV_Ds) 2023-05-23T10:15:12Z **Link: Cats Effect - Dispatcher, Supervisor, IOLocal**
Shared #link (#Programming, #Scala, #Typelevel, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=DTni0RHV_Ds) 2023-05-23T10:15:12Z **Link: Cats Effect - Dispatcher, Supervisor, IOLocal**
Shared #link (#Programming, #Scala, #Typelevel, #Video, #YouTube). ⌘ [Read more](https://www.youtube.com/watch?v=DTni0RHV_Ds) 2023-05-25T06:42:30Z **Link: Smithy - the API definition language**
Smithy, a protocol-agnostic interface definition language made by AWS, now has integration with Scala (and #Http4s). Watch this video series.

Shared #link (#Programming, #Scala, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=nNUnSbyyxGI&list=PL1NS3pe5mmu25RK5lJnLxnllcMkxBqaI5) 2023-05-25T06:42:30Z **Link: Smithy - the API definition language**
Smithy, a protocol-agnostic interface definition language made by AWS, now has integration with Scala (and #Http4s). Watch this video series.

Shared #link (#Programming, #Scala, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=nNUnSbyyxGI&list=PL1NS3pe5mmu25RK5lJnLxnllcMkxBqaI5) 2023-05-25T06:42:30Z **Link: Smithy - the API definition language**
Smithy, a protocol-agnostic interface definition language made by AWS, now has integration with Scala (and #Http4s). Watch this video series.

Shared #link (#Programming, #Scala, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=nNUnSbyyxGI&list=PL1NS3pe5mmu25RK5lJnLxnllcMkxBqaI5) 2023-05-25T06:42:30Z **Link: Smithy - the API definition language**
Smithy, a protocol-agnostic interface definition language made by AWS, now has integration with Scala (and #Http4s). Watch this video series.

Shared #link (#Programming, #Scala, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=nNUnSbyyxGI&list=PL1NS3pe5mmu25RK5lJnLxnllcMkxBqaI5) 2023-05-25T06:42:30Z **Link: Smithy - the API definition language**
Smithy, a protocol-agnostic interface definition language made by AWS, now has integration with Scala (and #Http4s). Watch this video series.

Shared #link (#Programming, #Scala, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=nNUnSbyyxGI&list=PL1NS3pe5mmu25RK5lJnLxnllcMkxBqaI5) 2023-05-25T06:42:30Z **Link: Smithy - the API definition language**
Smithy, a protocol-agnostic interface definition language made by AWS, now has integration with Scala (and #Http4s). Watch this video series.

Shared #link (#Programming, #Scala, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=nNUnSbyyxGI&list=PL1NS3pe5mmu25RK5lJnLxnllcMkxBqaI5) 2023-05-25T06:42:30Z **Link: Smithy - the API definition language**
Smithy, a protocol-agnostic interface definition language made by AWS, now has integration with Scala (and #Http4s). Watch this video series.

Shared #link (#Programming, #Scala, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=nNUnSbyyxGI&list=PL1NS3pe5mmu25RK5lJnLxnllcMkxBqaI5) 2023-05-25T06:42:30Z **Link: Smithy - the API definition language**
Smithy, a protocol-agnostic interface definition language made by AWS, now has integration with Scala (and #Http4s). Watch this video series.

Shared #link (#Programming, #Scala, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=nNUnSbyyxGI&list=PL1NS3pe5mmu25RK5lJnLxnllcMkxBqaI5) 2023-05-25T06:42:30Z **Link: Smithy - the API definition language**
Smithy, a protocol-agnostic interface definition language made by AWS, now has integration with Scala (and #Http4s). Watch this video series.

Shared #link (#Programming, #Scala, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=nNUnSbyyxGI&list=PL1NS3pe5mmu25RK5lJnLxnllcMkxBqaI5) 2023-05-25T06:42:30Z **Link: Smithy - the API definition language**
Smithy, a protocol-agnostic interface definition language made by AWS, now has integration with Scala (and #Http4s). Watch this video series.

Shared #link (#Programming, #Scala, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=nNUnSbyyxGI&list=PL1NS3pe5mmu25RK5lJnLxnllcMkxBqaI5) 2023-05-25T06:42:30Z **Link: Smithy - the API definition language**
Smithy, a protocol-agnostic interface definition language made by AWS, now has integration with Scala (and #Http4s). Watch this video series.

Shared #link (#Programming, #Scala, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=nNUnSbyyxGI&list=PL1NS3pe5mmu25RK5lJnLxnllcMkxBqaI5) 2023-05-25T06:42:30Z **Link: Smithy - the API definition language**
Smithy, a protocol-agnostic interface definition language made by AWS, now has integration with Scala (and #Http4s). Watch this video series.

Shared #link (#Programming, #Scala, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=nNUnSbyyxGI&list=PL1NS3pe5mmu25RK5lJnLxnllcMkxBqaI5) 2023-05-25T06:42:30Z **Link: Smithy - the API definition language**
Smithy, a protocol-agnostic interface definition language made by AWS, now has integration with Scala (and #Http4s). Watch this video series.

Shared #link (#Programming, #Scala, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=nNUnSbyyxGI&list=PL1NS3pe5mmu25RK5lJnLxnllcMkxBqaI5) 2023-05-25T06:42:30Z **Link: Smithy - the API definition language**
Smithy, a protocol-agnostic interface definition language made by AWS, now has integration with Scala (and #Http4s). Watch this video series.

Shared #link (#Programming, #Scala, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=nNUnSbyyxGI&list=PL1NS3pe5mmu25RK5lJnLxnllcMkxBqaI5) 2023-05-25T06:42:30Z **Link: Smithy - the API definition language**
Smithy, a protocol-agnostic interface definition language made by AWS, now has integration with Scala (and #Http4s). Watch this video series.

Shared #link (#Programming, #Scala, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=nNUnSbyyxGI&list=PL1NS3pe5mmu25RK5lJnLxnllcMkxBqaI5) 2023-05-25T06:42:30Z **Link: Smithy - the API definition language**
Smithy, a protocol-agnostic interface definition language made by AWS, now has integration with Scala (and #Http4s). Watch this video series.

Shared #link (#Programming, #Scala, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=nNUnSbyyxGI&list=PL1NS3pe5mmu25RK5lJnLxnllcMkxBqaI5) 2023-05-25T06:42:30Z **Link: Smithy - the API definition language**
Smithy, a protocol-agnostic interface definition language made by AWS, now has integration with Scala (and #Http4s). Watch this video series.

Shared #link (#Programming, #Scala, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=nNUnSbyyxGI&list=PL1NS3pe5mmu25RK5lJnLxnllcMkxBqaI5) 2023-05-25T06:42:30Z **Link: Smithy - the API definition language**
Smithy, a protocol-agnostic interface definition language made by AWS, now has integration with Scala (and #Http4s). Watch this video series.

Shared #link (#Programming, #Scala, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=nNUnSbyyxGI&list=PL1NS3pe5mmu25RK5lJnLxnllcMkxBqaI5) 2023-05-25T06:42:30Z **Link: Smithy - the API definition language**
Smithy, a protocol-agnostic interface definition language made by AWS, now has integration with Scala (and #Http4s). Watch this video series.

Shared #link (#Programming, #Scala, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=nNUnSbyyxGI&list=PL1NS3pe5mmu25RK5lJnLxnllcMkxBqaI5) 2023-05-25T06:42:30Z **Link: Smithy - the API definition language**
Smithy, a protocol-agnostic interface definition language made by AWS, now has integration with Scala (and #Http4s). Watch this video series.

Shared #link (#Programming, #Scala, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=nNUnSbyyxGI&list=PL1NS3pe5mmu25RK5lJnLxnllcMkxBqaI5) 2023-05-25T06:42:30Z **Link: Smithy - the API definition language**
Smithy, a protocol-agnostic interface definition language made by AWS, now has integration with Scala (and #Http4s). Watch this video series.

Shared #link (#Programming, #Scala, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=nNUnSbyyxGI&list=PL1NS3pe5mmu25RK5lJnLxnllcMkxBqaI5) 2023-05-25T06:42:30Z **Link: Smithy - the API definition language**
Smithy, a protocol-agnostic interface definition language made by AWS, now has integration with Scala (and #Http4s). Watch this video series.

Shared #link (#Programming, #Scala, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=nNUnSbyyxGI&list=PL1NS3pe5mmu25RK5lJnLxnllcMkxBqaI5) 2023-05-25T06:42:30Z **Link: Smithy - the API definition language**
Smithy, a protocol-agnostic interface definition language made by AWS, now has integration with Scala (and #Http4s). Watch this video series.

Shared #link (#Programming, #Scala, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=nNUnSbyyxGI&list=PL1NS3pe5mmu25RK5lJnLxnllcMkxBqaI5) 2023-05-25T06:42:30Z **Link: Smithy - the API definition language**
Smithy, a protocol-agnostic interface definition language made by AWS, now has integration with Scala (and #Http4s). Watch this video series.

Shared #link (#Programming, #Scala, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=nNUnSbyyxGI&list=PL1NS3pe5mmu25RK5lJnLxnllcMkxBqaI5) 2023-05-25T06:42:30Z **Link: Smithy - the API definition language**
Smithy, a protocol-agnostic interface definition language made by AWS, now has integration with Scala (and #Http4s). Watch this video series.

Shared #link (#Programming, #Scala, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=nNUnSbyyxGI&list=PL1NS3pe5mmu25RK5lJnLxnllcMkxBqaI5) 2023-05-25T06:42:30Z **Link: Smithy - the API definition language**
Smithy, a protocol-agnostic interface definition language made by AWS, now has integration with Scala (and #Http4s). Watch this video series.

Shared #link (#Programming, #Scala, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=nNUnSbyyxGI&list=PL1NS3pe5mmu25RK5lJnLxnllcMkxBqaI5) 2023-05-25T06:42:30Z **Link: Smithy - the API definition language**
Smithy, a protocol-agnostic interface definition language made by AWS, now has integration with Scala (and #Http4s). Watch this video series.

Shared #link (#Programming, #Scala, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=nNUnSbyyxGI&list=PL1NS3pe5mmu25RK5lJnLxnllcMkxBqaI5) 2023-05-25T06:42:30Z **Link: Smithy - the API definition language**
Smithy, a protocol-agnostic interface definition language made by AWS, now has integration with Scala (and #Http4s). Watch this video series.

Shared #link (#Programming, #Scala, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=nNUnSbyyxGI&list=PL1NS3pe5mmu25RK5lJnLxnllcMkxBqaI5) 2023-05-25T11:15:29Z **Scala 3 Enums**
In Scala, how do we model enumerations of values? What are the possible issues? How does Scala compare with Java? What are the changes in Scala 3? ⌘ [Read more](https://alexn.org/blog/2023/05/25/scala-enums/?pk_campaign=rss) 2023-05-26T20:17:11Z **Link: Scala 3 Macros (2021)**
Shared #link (#Scala, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=BbTZi8siN28) 2023-05-26T20:17:11Z **Link: Scala 3 Macros (2021)**
Shared #link (#Scala, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=BbTZi8siN28) 2023-05-26T20:17:11Z **Link: Scala 3 Macros (2021)**
Shared #link (#Scala, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=BbTZi8siN28) 2023-05-26T20:17:11Z **Link: Scala 3 Macros (2021)**
Shared #link (#Scala, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=BbTZi8siN28) 2023-05-26T20:17:11Z **Link: Scala 3 Macros (2021)**
Shared #link (#Scala, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=BbTZi8siN28) 2023-05-26T20:17:11Z **Link: Scala 3 Macros (2021)**
Shared #link (#Scala, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=BbTZi8siN28) 2023-05-26T20:17:11Z **Link: Scala 3 Macros (2021)**
Shared #link (#Scala, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=BbTZi8siN28) 2023-05-26T20:17:11Z **Link: Scala 3 Macros (2021)**
Shared #link (#Scala, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=BbTZi8siN28) 2023-05-26T20:17:11Z **Link: Scala 3 Macros (2021)**
Shared #link (#Scala, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=BbTZi8siN28) 2023-05-26T20:17:11Z **Link: Scala 3 Macros (2021)**
Shared #link (#Scala, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=BbTZi8siN28) 2023-05-26T20:17:11Z **Link: Scala 3 Macros (2021)**
Shared #link (#Scala, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=BbTZi8siN28) 2023-05-26T20:17:11Z **Link: Scala 3 Macros (2021)**
Shared #link (#Scala, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=BbTZi8siN28) 2023-05-26T20:17:11Z **Link: Scala 3 Macros (2021)**
Shared #link (#Scala, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=BbTZi8siN28) 2023-05-26T20:17:11Z **Link: Scala 3 Macros (2021)**
Shared #link (#Scala, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=BbTZi8siN28) 2023-05-26T20:17:11Z **Link: Scala 3 Macros (2021)**
Shared #link (#Scala, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=BbTZi8siN28) 2023-05-26T20:17:11Z **Link: Scala 3 Macros (2021)**
Shared #link (#Scala, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=BbTZi8siN28) 2023-05-26T20:17:11Z **Link: Scala 3 Macros (2021)**
Shared #link (#Scala, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=BbTZi8siN28) 2023-05-26T20:17:11Z **Link: Scala 3 Macros (2021)**
Shared #link (#Scala, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=BbTZi8siN28) 2023-05-26T20:17:11Z **Link: Scala 3 Macros (2021)**
Shared #link (#Scala, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=BbTZi8siN28) 2023-05-26T20:17:11Z **Link: Scala 3 Macros (2021)**
Shared #link (#Scala, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=BbTZi8siN28) 2023-05-26T20:17:11Z **Link: Scala 3 Macros (2021)**
Shared #link (#Scala, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=BbTZi8siN28) 2023-05-26T20:17:11Z **Link: Scala 3 Macros (2021)**
Shared #link (#Scala, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=BbTZi8siN28) 2023-05-26T20:17:11Z **Link: Scala 3 Macros (2021)**
Shared #link (#Scala, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=BbTZi8siN28) 2023-05-26T20:17:11Z **Link: Scala 3 Macros (2021)**
Shared #link (#Scala, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=BbTZi8siN28) 2023-05-26T20:17:11Z **Link: Scala 3 Macros (2021)**
Shared #link (#Scala, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=BbTZi8siN28) 2023-05-26T20:17:11Z **Link: Scala 3 Macros (2021)**
Shared #link (#Scala, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=BbTZi8siN28) 2023-05-26T20:17:11Z **Link: Scala 3 Macros (2021)**
Shared #link (#Scala, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=BbTZi8siN28) 2023-05-26T20:17:11Z **Link: Scala 3 Macros (2021)**
Shared #link (#Scala, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=BbTZi8siN28) 2023-05-26T20:17:11Z **Link: Scala 3 Macros (2021)**
Shared #link (#Scala, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=BbTZi8siN28) 2023-05-26T20:17:11Z **Link: Scala 3 Macros (2021)**
Shared #link (#Scala, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=BbTZi8siN28) 2023-05-26T20:17:11Z **Link: Scala 3 Macros (2021)**
Shared #link (#Scala, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=BbTZi8siN28) 2023-05-26T20:17:11Z **Link: Scala 3 Macros (2021)**
Shared #link (#Scala, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=BbTZi8siN28) 2023-05-26T20:17:11Z **Link: Scala 3 Macros (2021)**
Shared #link (#Scala, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=BbTZi8siN28) 2023-05-26T20:17:11Z **Link: Scala 3 Macros (2021)**
Shared #link (#Scala, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=BbTZi8siN28) 2023-05-26T20:17:11Z **Link: Scala 3 Macros (2021)**
Shared #link (#Scala, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=BbTZi8siN28) 2023-05-29T08:35:41Z **Link: In praise of mandatory indentation for novice programmers (2008)**
Shared #link (#Programming). ⌘ [Read more](https://okasaki.blogspot.com/2008/02/in-praise-of-mandatory-indentation-for.html) 2023-05-29T08:35:41Z **Link: In praise of mandatory indentation for novice programmers (2008)**
Shared #link (#Programming). ⌘ [Read more](https://okasaki.blogspot.com/2008/02/in-praise-of-mandatory-indentation-for.html) 2023-05-29T08:35:41Z **Link: In praise of mandatory indentation for novice programmers (2008)**
Shared #link (#Programming). ⌘ [Read more](https://okasaki.blogspot.com/2008/02/in-praise-of-mandatory-indentation-for.html) 2023-05-29T08:35:41Z **Link: In praise of mandatory indentation for novice programmers (2008)**
Shared #link (#Programming). ⌘ [Read more](https://okasaki.blogspot.com/2008/02/in-praise-of-mandatory-indentation-for.html) 2023-05-29T08:35:41Z **Link: In praise of mandatory indentation for novice programmers (2008)**
Shared #link (#Programming). ⌘ [Read more](https://okasaki.blogspot.com/2008/02/in-praise-of-mandatory-indentation-for.html) 2023-05-29T08:35:41Z **Link: In praise of mandatory indentation for novice programmers (2008)**
Shared #link (#Programming). ⌘ [Read more](https://okasaki.blogspot.com/2008/02/in-praise-of-mandatory-indentation-for.html) 2023-05-29T08:35:41Z **Link: In praise of mandatory indentation for novice programmers (2008)**
Shared #link (#Programming). ⌘ [Read more](https://okasaki.blogspot.com/2008/02/in-praise-of-mandatory-indentation-for.html) 2023-05-29T08:35:41Z **Link: In praise of mandatory indentation for novice programmers (2008)**
Shared #link (#Programming). ⌘ [Read more](https://okasaki.blogspot.com/2008/02/in-praise-of-mandatory-indentation-for.html) 2023-05-29T08:35:41Z **Link: In praise of mandatory indentation for novice programmers (2008)**
Shared #link (#Programming). ⌘ [Read more](https://okasaki.blogspot.com/2008/02/in-praise-of-mandatory-indentation-for.html) 2023-05-29T08:35:41Z **Link: In praise of mandatory indentation for novice programmers (2008)**
Shared #link (#Programming). ⌘ [Read more](https://okasaki.blogspot.com/2008/02/in-praise-of-mandatory-indentation-for.html) 2023-05-29T08:35:41Z **Link: In praise of mandatory indentation for novice programmers (2008)**
Shared #link (#Programming). ⌘ [Read more](https://okasaki.blogspot.com/2008/02/in-praise-of-mandatory-indentation-for.html) 2023-05-29T08:35:41Z **Link: In praise of mandatory indentation for novice programmers (2008)**
Shared #link (#Programming). ⌘ [Read more](https://okasaki.blogspot.com/2008/02/in-praise-of-mandatory-indentation-for.html) 2023-05-29T08:35:41Z **Link: In praise of mandatory indentation for novice programmers (2008)**
Shared #link (#Programming). ⌘ [Read more](https://okasaki.blogspot.com/2008/02/in-praise-of-mandatory-indentation-for.html) 2023-05-29T08:35:41Z **Link: In praise of mandatory indentation for novice programmers (2008)**
Shared #link (#Programming). ⌘ [Read more](https://okasaki.blogspot.com/2008/02/in-praise-of-mandatory-indentation-for.html) 2023-05-29T08:35:41Z **Link: In praise of mandatory indentation for novice programmers (2008)**
Shared #link (#Programming). ⌘ [Read more](https://okasaki.blogspot.com/2008/02/in-praise-of-mandatory-indentation-for.html) 2023-05-29T08:35:41Z **Link: In praise of mandatory indentation for novice programmers (2008)**
Shared #link (#Programming). ⌘ [Read more](https://okasaki.blogspot.com/2008/02/in-praise-of-mandatory-indentation-for.html) 2023-05-29T08:35:41Z **Link: In praise of mandatory indentation for novice programmers (2008)**
Shared #link (#Programming). ⌘ [Read more](https://okasaki.blogspot.com/2008/02/in-praise-of-mandatory-indentation-for.html) 2023-05-29T08:35:41Z **Link: In praise of mandatory indentation for novice programmers (2008)**
Shared #link (#Programming). ⌘ [Read more](https://okasaki.blogspot.com/2008/02/in-praise-of-mandatory-indentation-for.html) 2023-05-29T08:35:41Z **Link: In praise of mandatory indentation for novice programmers (2008)**
Shared #link (#Programming). ⌘ [Read more](https://okasaki.blogspot.com/2008/02/in-praise-of-mandatory-indentation-for.html) 2023-05-29T08:35:41Z **Link: In praise of mandatory indentation for novice programmers (2008)**
Shared #link (#Programming). ⌘ [Read more](https://okasaki.blogspot.com/2008/02/in-praise-of-mandatory-indentation-for.html) 2023-05-29T08:35:41Z **Link: In praise of mandatory indentation for novice programmers (2008)**
Shared #link (#Programming). ⌘ [Read more](https://okasaki.blogspot.com/2008/02/in-praise-of-mandatory-indentation-for.html) 2023-05-29T08:35:41Z **Link: In praise of mandatory indentation for novice programmers (2008)**
Shared #link (#Programming). ⌘ [Read more](https://okasaki.blogspot.com/2008/02/in-praise-of-mandatory-indentation-for.html) 2023-05-29T08:35:41Z **Link: In praise of mandatory indentation for novice programmers (2008)**
Shared #link (#Programming). ⌘ [Read more](https://okasaki.blogspot.com/2008/02/in-praise-of-mandatory-indentation-for.html) 2023-05-29T08:35:41Z **Link: In praise of mandatory indentation for novice programmers (2008)**
Shared #link (#Programming). ⌘ [Read more](https://okasaki.blogspot.com/2008/02/in-praise-of-mandatory-indentation-for.html) 2023-05-29T08:35:41Z **Link: In praise of mandatory indentation for novice programmers (2008)**
Shared #link (#Programming). ⌘ [Read more](https://okasaki.blogspot.com/2008/02/in-praise-of-mandatory-indentation-for.html) 2023-05-29T08:35:41Z **Link: In praise of mandatory indentation for novice programmers (2008)**
Shared #link (#Programming). ⌘ [Read more](https://okasaki.blogspot.com/2008/02/in-praise-of-mandatory-indentation-for.html) 2023-05-29T08:35:41Z **Link: In praise of mandatory indentation for novice programmers (2008)**
Shared #link (#Programming). ⌘ [Read more](https://okasaki.blogspot.com/2008/02/in-praise-of-mandatory-indentation-for.html) 2023-05-29T08:35:41Z **Link: In praise of mandatory indentation for novice programmers (2008)**
Shared #link (#Programming). ⌘ [Read more](https://okasaki.blogspot.com/2008/02/in-praise-of-mandatory-indentation-for.html) 2023-05-29T08:35:41Z **Link: In praise of mandatory indentation for novice programmers (2008)**
Shared #link (#Programming). ⌘ [Read more](https://okasaki.blogspot.com/2008/02/in-praise-of-mandatory-indentation-for.html) 2023-05-30T08:05:11Z **Wiki: JavaScript / TypeScript**
Article
 updated at May 30, 2023,
 created at May 30, 2023. ⌘ [Read more](https://alexn.org/wiki/javascript/?pk_campaign=rss) 2023-05-31T12:19:50Z **Link: Meetings Are Toxic**
Shared #link (#Management, #Podcast). ⌘ [Read more](https://37signals.com/podcast/meetings-are-toxic/) 2023-05-31T12:19:50Z **Link: Meetings Are Toxic**
Shared #link (#Management, #Podcast). ⌘ [Read more](https://37signals.com/podcast/meetings-are-toxic/) 2023-05-31T12:19:50Z **Link: Meetings Are Toxic**
Shared #link (#Management, #Podcast). ⌘ [Read more](https://37signals.com/podcast/meetings-are-toxic/) 2023-05-31T12:19:50Z **Link: Meetings Are Toxic**
Shared #link (#Management, #Podcast). ⌘ [Read more](https://37signals.com/podcast/meetings-are-toxic/) 2023-05-31T12:19:50Z **Link: Meetings Are Toxic**
Shared #link (#Management, #Podcast). ⌘ [Read more](https://37signals.com/podcast/meetings-are-toxic/) 2023-05-31T12:19:50Z **Link: Meetings Are Toxic**
Shared #link (#Management, #Podcast). ⌘ [Read more](https://37signals.com/podcast/meetings-are-toxic/) 2023-05-31T12:19:50Z **Link: Meetings Are Toxic**
Shared #link (#Management, #Podcast). ⌘ [Read more](https://37signals.com/podcast/meetings-are-toxic/) 2023-05-31T12:19:50Z **Link: Meetings Are Toxic**
Shared #link (#Management, #Podcast). ⌘ [Read more](https://37signals.com/podcast/meetings-are-toxic/) 2023-05-31T12:19:50Z **Link: Meetings Are Toxic**
Shared #link (#Management, #Podcast). ⌘ [Read more](https://37signals.com/podcast/meetings-are-toxic/) 2023-05-31T12:19:50Z **Link: Meetings Are Toxic**
Shared #link (#Management, #Podcast). ⌘ [Read more](https://37signals.com/podcast/meetings-are-toxic/) 2023-05-31T12:19:50Z **Link: Meetings Are Toxic**
Shared #link (#Management, #Podcast). ⌘ [Read more](https://37signals.com/podcast/meetings-are-toxic/) 2023-05-31T12:19:50Z **Link: Meetings Are Toxic**
Shared #link (#Management, #Podcast). ⌘ [Read more](https://37signals.com/podcast/meetings-are-toxic/) 2023-05-31T12:19:50Z **Link: Meetings Are Toxic**
Shared #link (#Management, #Podcast). ⌘ [Read more](https://37signals.com/podcast/meetings-are-toxic/) 2023-05-31T12:19:50Z **Link: Meetings Are Toxic**
Shared #link (#Management, #Podcast). ⌘ [Read more](https://37signals.com/podcast/meetings-are-toxic/) 2023-05-31T12:19:50Z **Link: Meetings Are Toxic**
Shared #link (#Management, #Podcast). ⌘ [Read more](https://37signals.com/podcast/meetings-are-toxic/) 2023-05-31T12:19:50Z **Link: Meetings Are Toxic**
Shared #link (#Management, #Podcast). ⌘ [Read more](https://37signals.com/podcast/meetings-are-toxic/) 2023-05-31T12:19:50Z **Link: Meetings Are Toxic**
Shared #link (#Management, #Podcast). ⌘ [Read more](https://37signals.com/podcast/meetings-are-toxic/) 2023-05-31T13:24:40Z **Link: Course on Data Science**
Shared #link (#DataScience). ⌘ [Read more](https://e2eml.school/blog.html) 2023-05-31T12:19:50Z **Link: Meetings Are Toxic**
Shared #link (#Management, #Podcast). ⌘ [Read more](https://37signals.com/podcast/meetings-are-toxic/) 2023-05-31T13:24:40Z **Link: Course on Data Science**
Shared #link (#DataScience). ⌘ [Read more](https://e2eml.school/blog.html) 2023-05-31T12:19:50Z **Link: Meetings Are Toxic**
Shared #link (#Management, #Podcast). ⌘ [Read more](https://37signals.com/podcast/meetings-are-toxic/) 2023-05-31T13:24:40Z **Link: Course on Data Science**
Shared #link (#DataScience). ⌘ [Read more](https://e2eml.school/blog.html) 2023-05-31T12:19:50Z **Link: Meetings Are Toxic**
Shared #link (#Management, #Podcast). ⌘ [Read more](https://37signals.com/podcast/meetings-are-toxic/) 2023-05-31T13:24:40Z **Link: Course on Data Science**
Shared #link (#DataScience). ⌘ [Read more](https://e2eml.school/blog.html) 2023-05-31T12:19:50Z **Link: Meetings Are Toxic**
Shared #link (#Management, #Podcast). ⌘ [Read more](https://37signals.com/podcast/meetings-are-toxic/) 2023-05-31T13:24:40Z **Link: Course on Data Science**
Shared #link (#DataScience). ⌘ [Read more](https://e2eml.school/blog.html) 2023-05-31T12:19:50Z **Link: Meetings Are Toxic**
Shared #link (#Management, #Podcast). ⌘ [Read more](https://37signals.com/podcast/meetings-are-toxic/) 2023-05-31T13:24:40Z **Link: Course on Data Science**
Shared #link (#DataScience). ⌘ [Read more](https://e2eml.school/blog.html) 2023-05-31T12:19:50Z **Link: Meetings Are Toxic**
Shared #link (#Management, #Podcast). ⌘ [Read more](https://37signals.com/podcast/meetings-are-toxic/) 2023-05-31T13:24:40Z **Link: Course on Data Science**
Shared #link (#DataScience). ⌘ [Read more](https://e2eml.school/blog.html) 2023-05-31T12:19:50Z **Link: Meetings Are Toxic**
Shared #link (#Management, #Podcast). ⌘ [Read more](https://37signals.com/podcast/meetings-are-toxic/) 2023-05-31T13:24:40Z **Link: Course on Data Science**
Shared #link (#DataScience). ⌘ [Read more](https://e2eml.school/blog.html) 2023-05-31T12:19:50Z **Link: Meetings Are Toxic**
Shared #link (#Management, #Podcast). ⌘ [Read more](https://37signals.com/podcast/meetings-are-toxic/) 2023-05-31T13:24:40Z **Link: Course on Data Science**
Shared #link (#DataScience). ⌘ [Read more](https://e2eml.school/blog.html) 2023-05-31T12:19:50Z **Link: Meetings Are Toxic**
Shared #link (#Management, #Podcast). ⌘ [Read more](https://37signals.com/podcast/meetings-are-toxic/) 2023-05-31T13:24:40Z **Link: Course on Data Science**
Shared #link (#DataScience). ⌘ [Read more](https://e2eml.school/blog.html) 2023-05-31T12:19:50Z **Link: Meetings Are Toxic**
Shared #link (#Management, #Podcast). ⌘ [Read more](https://37signals.com/podcast/meetings-are-toxic/) 2023-05-31T13:24:40Z **Link: Course on Data Science**
Shared #link (#DataScience). ⌘ [Read more](https://e2eml.school/blog.html) 2023-05-31T12:19:50Z **Link: Meetings Are Toxic**
Shared #link (#Management, #Podcast). ⌘ [Read more](https://37signals.com/podcast/meetings-are-toxic/) 2023-05-31T13:24:40Z **Link: Course on Data Science**
Shared #link (#DataScience). ⌘ [Read more](https://e2eml.school/blog.html) 2023-05-31T12:19:50Z **Link: Meetings Are Toxic**
Shared #link (#Management, #Podcast). ⌘ [Read more](https://37signals.com/podcast/meetings-are-toxic/) 2023-05-31T13:24:40Z **Link: Course on Data Science**
Shared #link (#DataScience). ⌘ [Read more](https://e2eml.school/blog.html) 2023-05-31T12:19:50Z **Link: Meetings Are Toxic**
Shared #link (#Management, #Podcast). ⌘ [Read more](https://37signals.com/podcast/meetings-are-toxic/) 2023-05-31T13:24:40Z **Link: Course on Data Science**
Shared #link (#DataScience). ⌘ [Read more](https://e2eml.school/blog.html) 2023-05-31T12:19:50Z **Link: Meetings Are Toxic**
Shared #link (#Management, #Podcast). ⌘ [Read more](https://37signals.com/podcast/meetings-are-toxic/) 2023-05-31T13:24:40Z **Link: Course on Data Science**
Shared #link (#DataScience). ⌘ [Read more](https://e2eml.school/blog.html) 2023-05-31T12:19:50Z **Link: Meetings Are Toxic**
Shared #link (#Management, #Podcast). ⌘ [Read more](https://37signals.com/podcast/meetings-are-toxic/) 2023-05-31T13:24:40Z **Link: Course on Data Science**
Shared #link (#DataScience). ⌘ [Read more](https://e2eml.school/blog.html) 2023-05-31T12:19:50Z **Link: Meetings Are Toxic**
Shared #link (#Management, #Podcast). ⌘ [Read more](https://37signals.com/podcast/meetings-are-toxic/) 2023-05-31T13:24:40Z **Link: Course on Data Science**
Shared #link (#DataScience). ⌘ [Read more](https://e2eml.school/blog.html) 2023-05-31T12:19:50Z **Link: Meetings Are Toxic**
Shared #link (#Management, #Podcast). ⌘ [Read more](https://37signals.com/podcast/meetings-are-toxic/) 2023-05-31T13:24:40Z **Link: Course on Data Science**
Shared #link (#DataScience). ⌘ [Read more](https://e2eml.school/blog.html) 2023-05-31T12:19:50Z **Link: Meetings Are Toxic**
Shared #link (#Management, #Podcast). ⌘ [Read more](https://37signals.com/podcast/meetings-are-toxic/) 2023-05-31T13:24:40Z **Link: Course on Data Science**
Shared #link (#DataScience). ⌘ [Read more](https://e2eml.school/blog.html) 2023-05-31T12:19:50Z **Link: Meetings Are Toxic**
Shared #link (#Management, #Podcast). ⌘ [Read more](https://37signals.com/podcast/meetings-are-toxic/) 2023-05-31T13:24:40Z **Link: Course on Data Science**
Shared #link (#DataScience). ⌘ [Read more](https://e2eml.school/blog.html) 2023-05-31T12:19:50Z **Link: Meetings Are Toxic**
Shared #link (#Management, #Podcast). ⌘ [Read more](https://37signals.com/podcast/meetings-are-toxic/) 2023-05-31T13:24:40Z **Link: Course on Data Science**
Shared #link (#DataScience). ⌘ [Read more](https://e2eml.school/blog.html) 2023-05-31T13:24:40Z **Link: Course on Data Science**
Shared #link (#DataScience). ⌘ [Read more](https://e2eml.school/blog.html) 2023-05-31T13:24:40Z **Link: Course on Data Science**
Shared #link (#DataScience). ⌘ [Read more](https://e2eml.school/blog.html) 2023-05-31T13:24:40Z **Link: Course on Data Science**
Shared #link (#DataScience). ⌘ [Read more](https://e2eml.school/blog.html) 2023-05-31T13:24:40Z **Link: Course on Data Science**
Shared #link (#DataScience). ⌘ [Read more](https://e2eml.school/blog.html) 2023-05-31T13:24:40Z **Link: Course on Data Science**
Shared #link (#DataScience). ⌘ [Read more](https://e2eml.school/blog.html) 2023-05-31T13:24:40Z **Link: Course on Data Science**
Shared #link (#DataScience). ⌘ [Read more](https://e2eml.school/blog.html) 2023-05-31T13:24:40Z **Link: Course on Data Science**
Shared #link (#DataScience). ⌘ [Read more](https://e2eml.school/blog.html) 2023-05-31T13:24:40Z **Link: Course on Data Science**
Shared #link (#DataScience). ⌘ [Read more](https://e2eml.school/blog.html) 2023-05-31T13:24:40Z **Link: Course on Data Science**
Shared #link (#DataScience). ⌘ [Read more](https://e2eml.school/blog.html) 2023-05-31T13:24:40Z **Link: Course on Data Science**
Shared #link (#DataScience). ⌘ [Read more](https://e2eml.school/blog.html) 2023-05-31T13:24:40Z **Link: Course on Data Science**
Shared #link (#DataScience). ⌘ [Read more](https://e2eml.school/blog.html) 2023-05-31T13:24:40Z **Link: Course on Data Science**
Shared #link (#DataScience). ⌘ [Read more](https://e2eml.school/blog.html) 2023-05-31T13:24:40Z **Link: Course on Data Science**
Shared #link (#DataScience). ⌘ [Read more](https://e2eml.school/blog.html) 2023-06-06T11:48:10Z **Scala 3 Significant Indentation Woes: Sample**
Here’s a fairly straightforward Scala 3 sample, using significant indentation. Can you spot the compilation error? ⌘ [Read more](https://alexn.org/blog/2023/06/06/scala-3-significant-indentation-woes-sample/?pk_campaign=rss) 2023-06-09T11:38:02Z **Link: Kotlin goes WebAssembly!**
Shared #link (#Kotlin, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=oIbX7nrSTPQ) 2023-06-09T11:38:02Z **Link: Kotlin goes WebAssembly!**
Shared #link (#Kotlin, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=oIbX7nrSTPQ) 2023-06-09T11:38:02Z **Link: Kotlin goes WebAssembly!**
Shared #link (#Kotlin, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=oIbX7nrSTPQ) 2023-06-09T11:38:02Z **Link: Kotlin goes WebAssembly!**
Shared #link (#Kotlin, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=oIbX7nrSTPQ) 2023-06-09T11:38:02Z **Link: Kotlin goes WebAssembly!**
Shared #link (#Kotlin, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=oIbX7nrSTPQ) 2023-06-09T11:38:02Z **Link: Kotlin goes WebAssembly!**
Shared #link (#Kotlin, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=oIbX7nrSTPQ) 2023-06-09T11:38:02Z **Link: Kotlin goes WebAssembly!**
Shared #link (#Kotlin, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=oIbX7nrSTPQ) 2023-06-09T11:38:02Z **Link: Kotlin goes WebAssembly!**
Shared #link (#Kotlin, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=oIbX7nrSTPQ) 2023-06-09T11:38:02Z **Link: Kotlin goes WebAssembly!**
Shared #link (#Kotlin, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=oIbX7nrSTPQ) 2023-06-09T11:38:02Z **Link: Kotlin goes WebAssembly!**
Shared #link (#Kotlin, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=oIbX7nrSTPQ) 2023-06-09T11:38:02Z **Link: Kotlin goes WebAssembly!**
Shared #link (#Kotlin, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=oIbX7nrSTPQ) 2023-06-09T11:38:02Z **Link: Kotlin goes WebAssembly!**
Shared #link (#Kotlin, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=oIbX7nrSTPQ) 2023-06-09T11:38:02Z **Link: Kotlin goes WebAssembly!**
Shared #link (#Kotlin, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=oIbX7nrSTPQ) 2023-06-09T11:38:02Z **Link: Kotlin goes WebAssembly!**
Shared #link (#Kotlin, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=oIbX7nrSTPQ) 2023-06-09T11:38:02Z **Link: Kotlin goes WebAssembly!**
Shared #link (#Kotlin, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=oIbX7nrSTPQ) 2023-06-09T11:38:02Z **Link: Kotlin goes WebAssembly!**
Shared #link (#Kotlin, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=oIbX7nrSTPQ) 2023-06-09T11:38:02Z **Link: Kotlin goes WebAssembly!**
Shared #link (#Kotlin, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=oIbX7nrSTPQ) 2023-06-09T11:38:02Z **Link: Kotlin goes WebAssembly!**
Shared #link (#Kotlin, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=oIbX7nrSTPQ) 2023-06-09T11:38:02Z **Link: Kotlin goes WebAssembly!**
Shared #link (#Kotlin, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=oIbX7nrSTPQ) 2023-06-09T11:38:02Z **Link: Kotlin goes WebAssembly!**
Shared #link (#Kotlin, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=oIbX7nrSTPQ) 2023-06-09T11:38:02Z **Link: Kotlin goes WebAssembly!**
Shared #link (#Kotlin, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=oIbX7nrSTPQ) 2023-06-09T11:38:02Z **Link: Kotlin goes WebAssembly!**
Shared #link (#Kotlin, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=oIbX7nrSTPQ) 2023-06-09T11:38:02Z **Link: Kotlin goes WebAssembly!**
Shared #link (#Kotlin, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=oIbX7nrSTPQ) 2023-06-09T11:38:02Z **Link: Kotlin goes WebAssembly!**
Shared #link (#Kotlin, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=oIbX7nrSTPQ) 2023-06-09T11:38:02Z **Link: Kotlin goes WebAssembly!**
Shared #link (#Kotlin, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=oIbX7nrSTPQ) 2023-06-09T11:38:02Z **Link: Kotlin goes WebAssembly!**
Shared #link (#Kotlin, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=oIbX7nrSTPQ) 2023-06-09T11:38:02Z **Link: Kotlin goes WebAssembly!**
Shared #link (#Kotlin, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=oIbX7nrSTPQ) 2023-06-09T11:38:02Z **Link: Kotlin goes WebAssembly!**
Shared #link (#Kotlin, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=oIbX7nrSTPQ) 2023-06-09T11:38:02Z **Link: Kotlin goes WebAssembly!**
Shared #link (#Kotlin, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=oIbX7nrSTPQ) 2023-06-09T11:38:02Z **Link: Kotlin goes WebAssembly!**
Shared #link (#Kotlin, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=oIbX7nrSTPQ) 2023-06-09T11:38:02Z **Link: Kotlin goes WebAssembly!**
Shared #link (#Kotlin, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=oIbX7nrSTPQ) 2023-06-09T11:38:02Z **Link: Kotlin goes WebAssembly!**
Shared #link (#Kotlin, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=oIbX7nrSTPQ) 2023-06-09T11:38:02Z **Link: Kotlin goes WebAssembly!**
Shared #link (#Kotlin, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=oIbX7nrSTPQ) 2023-06-09T11:38:02Z **Link: Kotlin goes WebAssembly!**
Shared #link (#Kotlin, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=oIbX7nrSTPQ) 2023-06-09T11:38:02Z **Link: Kotlin goes WebAssembly!**
Shared #link (#Kotlin, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=oIbX7nrSTPQ) 2023-06-09T11:38:02Z **Link: Kotlin goes WebAssembly!**
Shared #link (#Kotlin, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=oIbX7nrSTPQ) 2023-06-09T11:38:02Z **Link: Kotlin goes WebAssembly!**
Shared #link (#Kotlin, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=oIbX7nrSTPQ) 2023-06-12T18:43:20Z **Link: History of Female Reproductive Rights Explained**
From ancient women's history, to feminism, to Roe vs Wade, it covers the whole world.

Shared #link (#Politics, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=-5dg3zzikMA) 2023-06-12T18:43:20Z **Link: History of Female Reproductive Rights Explained**
From ancient women's history, to feminism, to Roe vs Wade, it covers the whole world.

Shared #link (#Politics, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=-5dg3zzikMA) 2023-06-12T18:43:20Z **Link: History of Female Reproductive Rights Explained**
From ancient women's history, to feminism, to Roe vs Wade, it covers the whole world.

Shared #link (#Politics, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=-5dg3zzikMA) 2023-06-12T18:43:20Z **Link: History of Female Reproductive Rights Explained**
From ancient women's history, to feminism, to Roe vs Wade, it covers the whole world.

Shared #link (#Politics, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=-5dg3zzikMA) 2023-06-12T18:43:20Z **Link: History of Female Reproductive Rights Explained**
From ancient women's history, to feminism, to Roe vs Wade, it covers the whole world.

Shared #link (#Politics, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=-5dg3zzikMA) 2023-06-12T18:43:20Z **Link: History of Female Reproductive Rights Explained**
From ancient women's history, to feminism, to Roe vs Wade, it covers the whole world.

Shared #link (#Politics, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=-5dg3zzikMA) 2023-06-12T18:43:20Z **Link: History of Female Reproductive Rights Explained**
From ancient women's history, to feminism, to Roe vs Wade, it covers the whole world.

Shared #link (#Politics, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=-5dg3zzikMA) 2023-06-12T18:43:20Z **Link: History of Female Reproductive Rights Explained**
From ancient women's history, to feminism, to Roe vs Wade, it covers the whole world.

Shared #link (#Politics, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=-5dg3zzikMA) 2023-06-12T18:43:20Z **Link: History of Female Reproductive Rights Explained**
From ancient women's history, to feminism, to Roe vs Wade, it covers the whole world.

Shared #link (#Politics, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=-5dg3zzikMA) 2023-06-12T18:43:20Z **Link: History of Female Reproductive Rights Explained**
From ancient women's history, to feminism, to Roe vs Wade, it covers the whole world.

Shared #link (#Politics, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=-5dg3zzikMA) 2023-06-12T18:43:20Z **Link: History of Female Reproductive Rights Explained**
From ancient women's history, to feminism, to Roe vs Wade, it covers the whole world.

Shared #link (#Politics, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=-5dg3zzikMA) 2023-06-12T18:43:20Z **Link: History of Female Reproductive Rights Explained**
From ancient women's history, to feminism, to Roe vs Wade, it covers the whole world.

Shared #link (#Politics, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=-5dg3zzikMA) 2023-06-12T18:43:20Z **Link: History of Female Reproductive Rights Explained**
From ancient women's history, to feminism, to Roe vs Wade, it covers the whole world.

Shared #link (#Politics, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=-5dg3zzikMA) 2023-06-12T18:43:20Z **Link: History of Female Reproductive Rights Explained**
From ancient women's history, to feminism, to Roe vs Wade, it covers the whole world.

Shared #link (#Politics, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=-5dg3zzikMA) 2023-06-12T18:43:20Z **Link: History of Female Reproductive Rights Explained**
From ancient women's history, to feminism, to Roe vs Wade, it covers the whole world.

Shared #link (#Politics, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=-5dg3zzikMA) 2023-06-12T18:43:20Z **Link: History of Female Reproductive Rights Explained**
From ancient women's history, to feminism, to Roe vs Wade, it covers the whole world.

Shared #link (#Politics, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=-5dg3zzikMA) 2023-06-12T18:43:20Z **Link: History of Female Reproductive Rights Explained**
From ancient women's history, to feminism, to Roe vs Wade, it covers the whole world.

Shared #link (#Politics, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=-5dg3zzikMA) 2023-06-12T18:43:20Z **Link: History of Female Reproductive Rights Explained**
From ancient women's history, to feminism, to Roe vs Wade, it covers the whole world.

Shared #link (#Politics, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=-5dg3zzikMA) 2023-06-12T18:43:20Z **Link: History of Female Reproductive Rights Explained**
From ancient women's history, to feminism, to Roe vs Wade, it covers the whole world.

Shared #link (#Politics, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=-5dg3zzikMA) 2023-06-12T18:43:20Z **Link: History of Female Reproductive Rights Explained**
From ancient women's history, to feminism, to Roe vs Wade, it covers the whole world.

Shared #link (#Politics, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=-5dg3zzikMA) 2023-06-12T18:43:20Z **Link: History of Female Reproductive Rights Explained**
From ancient women's history, to feminism, to Roe vs Wade, it covers the whole world.

Shared #link (#Politics, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=-5dg3zzikMA) 2023-06-12T18:43:20Z **Link: History of Female Reproductive Rights Explained**
From ancient women's history, to feminism, to Roe vs Wade, it covers the whole world.

Shared #link (#Politics, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=-5dg3zzikMA) 2023-06-12T18:43:20Z **Link: History of Female Reproductive Rights Explained**
From ancient women's history, to feminism, to Roe vs Wade, it covers the whole world.

Shared #link (#Politics, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=-5dg3zzikMA) 2023-06-12T18:43:20Z **Link: History of Female Reproductive Rights Explained**
From ancient women's history, to feminism, to Roe vs Wade, it covers the whole world.

Shared #link (#Politics, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=-5dg3zzikMA) 2023-06-12T18:43:20Z **Link: History of Female Reproductive Rights Explained**
From ancient women's history, to feminism, to Roe vs Wade, it covers the whole world.

Shared #link (#Politics, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=-5dg3zzikMA) 2023-06-12T18:43:20Z **Link: History of Female Reproductive Rights Explained**
From ancient women's history, to feminism, to Roe vs Wade, it covers the whole world.

Shared #link (#Politics, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=-5dg3zzikMA) 2023-06-12T18:43:20Z **Link: History of Female Reproductive Rights Explained**
From ancient women's history, to feminism, to Roe vs Wade, it covers the whole world.

Shared #link (#Politics, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=-5dg3zzikMA) 2023-06-12T18:43:20Z **Link: History of Female Reproductive Rights Explained**
From ancient women's history, to feminism, to Roe vs Wade, it covers the whole world.

Shared #link (#Politics, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=-5dg3zzikMA) 2023-06-12T18:43:20Z **Link: History of Female Reproductive Rights Explained**
From ancient women's history, to feminism, to Roe vs Wade, it covers the whole world.

Shared #link (#Politics, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=-5dg3zzikMA) 2023-06-12T18:43:20Z **Link: History of Female Reproductive Rights Explained**
From ancient women's history, to feminism, to Roe vs Wade, it covers the whole world.

Shared #link (#Politics, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=-5dg3zzikMA) 2023-06-12T18:43:20Z **Link: History of Female Reproductive Rights Explained**
From ancient women's history, to feminism, to Roe vs Wade, it covers the whole world.

Shared #link (#Politics, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=-5dg3zzikMA) 2023-06-12T18:43:20Z **Link: History of Female Reproductive Rights Explained**
From ancient women's history, to feminism, to Roe vs Wade, it covers the whole world.

Shared #link (#Politics, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=-5dg3zzikMA) 2023-06-12T18:43:20Z **Link: History of Female Reproductive Rights Explained**
From ancient women's history, to feminism, to Roe vs Wade, it covers the whole world.

Shared #link (#Politics, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=-5dg3zzikMA) 2023-06-12T18:43:20Z **Link: History of Female Reproductive Rights Explained**
From ancient women's history, to feminism, to Roe vs Wade, it covers the whole world.

Shared #link (#Politics, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=-5dg3zzikMA) 2023-06-12T18:43:20Z **Link: History of Female Reproductive Rights Explained**
From ancient women's history, to feminism, to Roe vs Wade, it covers the whole world.

Shared #link (#Politics, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=-5dg3zzikMA) 2023-06-19T08:18:53Z **Link: Java Asynchronous Programming Full Tutorial with Loom and Structured Concurrency**
Shared #link (#Java, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=2nOj8MKHvmw) 2023-06-19T08:18:53Z **Link: Java Asynchronous Programming Full Tutorial with Loom and Structured Concurrency**
Shared #link (#Java, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=2nOj8MKHvmw) 2023-06-19T08:18:53Z **Link: Java Asynchronous Programming Full Tutorial with Loom and Structured Concurrency**
Shared #link (#Java, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=2nOj8MKHvmw) 2023-06-19T08:18:53Z **Link: Java Asynchronous Programming Full Tutorial with Loom and Structured Concurrency**
Shared #link (#Java, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=2nOj8MKHvmw) 2023-06-19T08:18:53Z **Link: Java Asynchronous Programming Full Tutorial with Loom and Structured Concurrency**
Shared #link (#Java, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=2nOj8MKHvmw) 2023-06-19T08:18:53Z **Link: Java Asynchronous Programming Full Tutorial with Loom and Structured Concurrency**
Shared #link (#Java, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=2nOj8MKHvmw) 2023-06-19T08:18:53Z **Link: Java Asynchronous Programming Full Tutorial with Loom and Structured Concurrency**
Shared #link (#Java, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=2nOj8MKHvmw) 2023-06-19T08:18:53Z **Link: Java Asynchronous Programming Full Tutorial with Loom and Structured Concurrency**
Shared #link (#Java, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=2nOj8MKHvmw) 2023-06-19T08:18:53Z **Link: Java Asynchronous Programming Full Tutorial with Loom and Structured Concurrency**
Shared #link (#Java, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=2nOj8MKHvmw) 2023-06-19T08:18:53Z **Link: Java Asynchronous Programming Full Tutorial with Loom and Structured Concurrency**
Shared #link (#Java, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=2nOj8MKHvmw) 2023-06-19T08:18:53Z **Link: Java Asynchronous Programming Full Tutorial with Loom and Structured Concurrency**
Shared #link (#Java, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=2nOj8MKHvmw) 2023-06-19T08:18:53Z **Link: Java Asynchronous Programming Full Tutorial with Loom and Structured Concurrency**
Shared #link (#Java, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=2nOj8MKHvmw) 2023-06-19T08:18:53Z **Link: Java Asynchronous Programming Full Tutorial with Loom and Structured Concurrency**
Shared #link (#Java, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=2nOj8MKHvmw) 2023-06-19T08:18:53Z **Link: Java Asynchronous Programming Full Tutorial with Loom and Structured Concurrency**
Shared #link (#Java, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=2nOj8MKHvmw) 2023-06-19T08:18:53Z **Link: Java Asynchronous Programming Full Tutorial with Loom and Structured Concurrency**
Shared #link (#Java, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=2nOj8MKHvmw) 2023-06-19T08:18:53Z **Link: Java Asynchronous Programming Full Tutorial with Loom and Structured Concurrency**
Shared #link (#Java, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=2nOj8MKHvmw) 2023-06-19T08:18:53Z **Link: Java Asynchronous Programming Full Tutorial with Loom and Structured Concurrency**
Shared #link (#Java, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=2nOj8MKHvmw) 2023-06-19T08:18:53Z **Link: Java Asynchronous Programming Full Tutorial with Loom and Structured Concurrency**
Shared #link (#Java, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=2nOj8MKHvmw) 2023-06-19T08:18:53Z **Link: Java Asynchronous Programming Full Tutorial with Loom and Structured Concurrency**
Shared #link (#Java, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=2nOj8MKHvmw) 2023-06-19T08:18:53Z **Link: Java Asynchronous Programming Full Tutorial with Loom and Structured Concurrency**
Shared #link (#Java, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=2nOj8MKHvmw) 2023-06-19T08:18:53Z **Link: Java Asynchronous Programming Full Tutorial with Loom and Structured Concurrency**
Shared #link (#Java, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=2nOj8MKHvmw) 2023-06-19T08:18:53Z **Link: Java Asynchronous Programming Full Tutorial with Loom and Structured Concurrency**
Shared #link (#Java, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=2nOj8MKHvmw) 2023-06-19T08:18:53Z **Link: Java Asynchronous Programming Full Tutorial with Loom and Structured Concurrency**
Shared #link (#Java, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=2nOj8MKHvmw) 2023-06-19T08:18:53Z **Link: Java Asynchronous Programming Full Tutorial with Loom and Structured Concurrency**
Shared #link (#Java, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=2nOj8MKHvmw) 2023-06-19T08:18:53Z **Link: Java Asynchronous Programming Full Tutorial with Loom and Structured Concurrency**
Shared #link (#Java, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=2nOj8MKHvmw) 2023-06-19T08:18:53Z **Link: Java Asynchronous Programming Full Tutorial with Loom and Structured Concurrency**
Shared #link (#Java, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=2nOj8MKHvmw) 2023-06-19T08:18:53Z **Link: Java Asynchronous Programming Full Tutorial with Loom and Structured Concurrency**
Shared #link (#Java, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=2nOj8MKHvmw) 2023-06-19T08:18:53Z **Link: Java Asynchronous Programming Full Tutorial with Loom and Structured Concurrency**
Shared #link (#Java, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=2nOj8MKHvmw) 2023-06-19T08:18:53Z **Link: Java Asynchronous Programming Full Tutorial with Loom and Structured Concurrency**
Shared #link (#Java, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=2nOj8MKHvmw) 2023-06-19T08:18:53Z **Link: Java Asynchronous Programming Full Tutorial with Loom and Structured Concurrency**
Shared #link (#Java, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=2nOj8MKHvmw) 2023-06-19T08:18:53Z **Link: Java Asynchronous Programming Full Tutorial with Loom and Structured Concurrency**
Shared #link (#Java, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=2nOj8MKHvmw) 2023-06-19T08:18:53Z **Link: Java Asynchronous Programming Full Tutorial with Loom and Structured Concurrency**
Shared #link (#Java, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=2nOj8MKHvmw) 2023-06-19T08:18:53Z **Link: Java Asynchronous Programming Full Tutorial with Loom and Structured Concurrency**
Shared #link (#Java, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=2nOj8MKHvmw) 2023-06-19T08:18:53Z **Link: Java Asynchronous Programming Full Tutorial with Loom and Structured Concurrency**
Shared #link (#Java, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=2nOj8MKHvmw) 2023-06-19T08:18:53Z **Link: Java Asynchronous Programming Full Tutorial with Loom and Structured Concurrency**
Shared #link (#Java, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=2nOj8MKHvmw) 2023-06-19T08:18:53Z **Link: Java Asynchronous Programming Full Tutorial with Loom and Structured Concurrency**
Shared #link (#Java, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=2nOj8MKHvmw) 2023-06-19T08:18:53Z **Link: Java Asynchronous Programming Full Tutorial with Loom and Structured Concurrency**
Shared #link (#Java, #Programming, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=2nOj8MKHvmw) 2023-06-19T10:57:50Z **Java Volatiles**
In Java and other JVM languages, “volatile” reads and writes are part of the concurrency toolbox. But adding volatile on variables can be a mistake. This is a poorly understood concept. Let’s gain a better understanding. ⌘ [Read more](https://alexn.org/blog/2023/06/19/java-volatiles/?pk_campaign=rss) 2023-08-26T09:06:41Z **Link: The Challenges of Introducing Virtual Threads to the Java Platform - Project Loom**
Shared #link (#Java, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=WsCJYQDPrrE) 2023-08-26T09:06:41Z **Link: The Challenges of Introducing Virtual Threads to the Java Platform - Project Loom**
Shared #link (#Java, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=WsCJYQDPrrE) 2023-08-26T09:06:41Z **Link: The Challenges of Introducing Virtual Threads to the Java Platform - Project Loom**
Shared #link (#Java, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=WsCJYQDPrrE) 2023-08-26T09:06:41Z **Link: The Challenges of Introducing Virtual Threads to the Java Platform - Project Loom**
Shared #link (#Java, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=WsCJYQDPrrE) 2023-08-26T09:06:41Z **Link: The Challenges of Introducing Virtual Threads to the Java Platform - Project Loom**
Shared #link (#Java, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=WsCJYQDPrrE) 2023-08-26T09:06:41Z **Link: The Challenges of Introducing Virtual Threads to the Java Platform - Project Loom**
Shared #link (#Java, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=WsCJYQDPrrE) 2023-08-26T09:06:41Z **Link: The Challenges of Introducing Virtual Threads to the Java Platform - Project Loom**
Shared #link (#Java, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=WsCJYQDPrrE) 2023-08-26T09:06:41Z **Link: The Challenges of Introducing Virtual Threads to the Java Platform - Project Loom**
Shared #link (#Java, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=WsCJYQDPrrE) 2023-08-26T09:06:41Z **Link: The Challenges of Introducing Virtual Threads to the Java Platform - Project Loom**
Shared #link (#Java, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=WsCJYQDPrrE) 2023-08-26T09:06:41Z **Link: The Challenges of Introducing Virtual Threads to the Java Platform - Project Loom**
Shared #link (#Java, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=WsCJYQDPrrE) 2023-08-26T09:06:41Z **Link: The Challenges of Introducing Virtual Threads to the Java Platform - Project Loom**
Shared #link (#Java, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=WsCJYQDPrrE) 2023-08-26T09:06:41Z **Link: The Challenges of Introducing Virtual Threads to the Java Platform - Project Loom**
Shared #link (#Java, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=WsCJYQDPrrE) 2023-08-26T09:06:41Z **Link: The Challenges of Introducing Virtual Threads to the Java Platform - Project Loom**
Shared #link (#Java, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=WsCJYQDPrrE) 2023-08-26T09:06:41Z **Link: The Challenges of Introducing Virtual Threads to the Java Platform - Project Loom**
Shared #link (#Java, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=WsCJYQDPrrE) 2023-08-26T09:06:41Z **Link: The Challenges of Introducing Virtual Threads to the Java Platform - Project Loom**
Shared #link (#Java, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=WsCJYQDPrrE) 2023-08-26T09:06:41Z **Link: The Challenges of Introducing Virtual Threads to the Java Platform - Project Loom**
Shared #link (#Java, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=WsCJYQDPrrE) 2023-08-26T09:06:41Z **Link: The Challenges of Introducing Virtual Threads to the Java Platform - Project Loom**
Shared #link (#Java, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=WsCJYQDPrrE) 2023-08-26T09:06:41Z **Link: The Challenges of Introducing Virtual Threads to the Java Platform - Project Loom**
Shared #link (#Java, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=WsCJYQDPrrE) 2023-08-26T09:06:41Z **Link: The Challenges of Introducing Virtual Threads to the Java Platform - Project Loom**
Shared #link (#Java, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=WsCJYQDPrrE) 2023-08-26T09:06:41Z **Link: The Challenges of Introducing Virtual Threads to the Java Platform - Project Loom**
Shared #link (#Java, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=WsCJYQDPrrE) 2023-08-26T09:06:41Z **Link: The Challenges of Introducing Virtual Threads to the Java Platform - Project Loom**
Shared #link (#Java, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=WsCJYQDPrrE) 2023-08-26T09:06:41Z **Link: The Challenges of Introducing Virtual Threads to the Java Platform - Project Loom**
Shared #link (#Java, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=WsCJYQDPrrE) 2023-08-26T09:06:41Z **Link: The Challenges of Introducing Virtual Threads to the Java Platform - Project Loom**
Shared #link (#Java, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=WsCJYQDPrrE) 2023-08-26T09:06:41Z **Link: The Challenges of Introducing Virtual Threads to the Java Platform - Project Loom**
Shared #link (#Java, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=WsCJYQDPrrE) 2023-08-26T09:06:41Z **Link: The Challenges of Introducing Virtual Threads to the Java Platform - Project Loom**
Shared #link (#Java, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=WsCJYQDPrrE) 2023-08-26T09:06:41Z **Link: The Challenges of Introducing Virtual Threads to the Java Platform - Project Loom**
Shared #link (#Java, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=WsCJYQDPrrE) 2023-08-26T09:06:41Z **Link: The Challenges of Introducing Virtual Threads to the Java Platform - Project Loom**
Shared #link (#Java, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=WsCJYQDPrrE) 2023-08-26T09:06:41Z **Link: The Challenges of Introducing Virtual Threads to the Java Platform - Project Loom**
Shared #link (#Java, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=WsCJYQDPrrE) 2023-08-26T09:06:41Z **Link: The Challenges of Introducing Virtual Threads to the Java Platform - Project Loom**
Shared #link (#Java, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=WsCJYQDPrrE) 2023-08-26T09:06:41Z **Link: The Challenges of Introducing Virtual Threads to the Java Platform - Project Loom**
Shared #link (#Java, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=WsCJYQDPrrE) 2023-08-26T09:06:41Z **Link: The Challenges of Introducing Virtual Threads to the Java Platform - Project Loom**
Shared #link (#Java, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=WsCJYQDPrrE) 2023-08-26T09:06:41Z **Link: The Challenges of Introducing Virtual Threads to the Java Platform - Project Loom**
Shared #link (#Java, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=WsCJYQDPrrE) 2023-08-26T09:06:41Z **Link: The Challenges of Introducing Virtual Threads to the Java Platform - Project Loom**
Shared #link (#Java, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=WsCJYQDPrrE) 2023-08-26T09:06:41Z **Link: The Challenges of Introducing Virtual Threads to the Java Platform - Project Loom**
Shared #link (#Java, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=WsCJYQDPrrE) 2023-08-26T09:06:41Z **Link: The Challenges of Introducing Virtual Threads to the Java Platform - Project Loom**
Shared #link (#Java, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=WsCJYQDPrrE) 2023-08-26T09:06:41Z **Link: The Challenges of Introducing Virtual Threads to the Java Platform - Project Loom**
Shared #link (#Java, #YouTube, #Video). ⌘ [Read more](https://www.youtube.com/watch?v=WsCJYQDPrrE) 2023-08-31T08:59:29Z **Link: Continuations - Under the Covers**
Ron Pressley tells the tale of how continuations were implemented and optimized in Project Loom.

#Link, #Concurrency, #Java, #JVM, #Video, #YouTube. ⌘ [Read more](https://www.youtube.com/watch?v=6nRS6UiN7X0) 2023-09-21T09:42:45Z **Post Once, Syndicate Everywhere (POSSE)**
I’m a geek, and a software developer. I want to be close to my peers, wherever they meet online. If this means reactivating former social media accounts, so be it. Therefore, I’m implementing POSSE, again 😕 ⌘ [Read more](https://alexn.org/blog/2023/09/21/post-once-syndicate-everywhere-pose/?pk_campaign=rss) 2023-09-22T09:31:09Z **Link: Rust Atomics and Locks**
A book on low-level concurrency in Rust. Explains atomics, mutexes, memory ordering, integration with OS APIs.

#Link #Book #Concurrency #Programming #Rust ⌘ [Read more](https://marabos.nl/atomics/) 2023-09-22T09:31:09Z **Link: Rust Atomics and Locks**
A book on low-level concurrency in Rust. Explains atomics, mutexes, memory ordering, integration with OS APIs.

#Link #Book #Concurrency #Programming #Rust ⌘ [Read more](https://marabos.nl/atomics/) 2023-09-22T09:31:09Z **Link: Rust Atomics and Locks**
A book on low-level concurrency in Rust. Explains atomics, mutexes, memory ordering, integration with OS APIs.

#Link #Book #Concurrency #Programming #Rust ⌘ [Read more](https://marabos.nl/atomics/) 2023-09-22T09:31:09Z **Link: Rust Atomics and Locks**
A book on low-level concurrency in Rust. Explains atomics, mutexes, memory ordering, integration with OS APIs.

#Link #Book #Concurrency #Programming #Rust ⌘ [Read more](https://marabos.nl/atomics/) 2023-09-22T09:31:09Z **Link: Rust Atomics and Locks**
A book on low-level concurrency in Rust. Explains atomics, mutexes, memory ordering, integration with OS APIs.

#Link #Book #Concurrency #Programming #Rust ⌘ [Read more](https://marabos.nl/atomics/) 2023-09-22T09:31:09Z **Link: Rust Atomics and Locks**
A book on low-level concurrency in Rust. Explains atomics, mutexes, memory ordering, integration with OS APIs.

#Link #Book #Concurrency #Programming #Rust ⌘ [Read more](https://marabos.nl/atomics/) 2023-09-22T09:31:09Z **Link: Rust Atomics and Locks**
A book on low-level concurrency in Rust. Explains atomics, mutexes, memory ordering, integration with OS APIs.

#Link #Book #Concurrency #Programming #Rust ⌘ [Read more](https://marabos.nl/atomics/) 2023-09-22T09:31:09Z **Link: Rust Atomics and Locks**
A book on low-level concurrency in Rust. Explains atomics, mutexes, memory ordering, integration with OS APIs.

#Link #Book #Concurrency #Programming #Rust ⌘ [Read more](https://marabos.nl/atomics/) 2023-09-22T09:31:09Z **Link: Rust Atomics and Locks**
A book on low-level concurrency in Rust. Explains atomics, mutexes, memory ordering, integration with OS APIs.

#Link #Book #Concurrency #Programming #Rust ⌘ [Read more](https://marabos.nl/atomics/) 2023-09-22T09:31:09Z **Link: Rust Atomics and Locks**
A book on low-level concurrency in Rust. Explains atomics, mutexes, memory ordering, integration with OS APIs.

#Link #Book #Concurrency #Programming #Rust ⌘ [Read more](https://marabos.nl/atomics/) 2023-09-22T09:31:09Z **Link: Rust Atomics and Locks**
A book on low-level concurrency in Rust. Explains atomics, mutexes, memory ordering, integration with OS APIs.

#Link #Book #Concurrency #Programming #Rust ⌘ [Read more](https://marabos.nl/atomics/) 2023-09-22T09:31:09Z **Link: Rust Atomics and Locks**
A book on low-level concurrency in Rust. Explains atomics, mutexes, memory ordering, integration with OS APIs.

#Link #Book #Concurrency #Programming #Rust ⌘ [Read more](https://marabos.nl/atomics/) 2023-09-22T09:31:09Z **Link: Rust Atomics and Locks**
A book on low-level concurrency in Rust. Explains atomics, mutexes, memory ordering, integration with OS APIs.

#Link #Book #Concurrency #Programming #Rust ⌘ [Read more](https://marabos.nl/atomics/) 2023-09-22T09:31:09Z **Link: Rust Atomics and Locks**
A book on low-level concurrency in Rust. Explains atomics, mutexes, memory ordering, integration with OS APIs.

#Link #Book #Concurrency #Programming #Rust ⌘ [Read more](https://marabos.nl/atomics/) 2023-09-22T09:31:09Z **Link: Rust Atomics and Locks**
A book on low-level concurrency in Rust. Explains atomics, mutexes, memory ordering, integration with OS APIs.

#Link #Book #Concurrency #Programming #Rust ⌘ [Read more](https://marabos.nl/atomics/) 2023-09-22T09:31:09Z **Link: Rust Atomics and Locks**
A book on low-level concurrency in Rust. Explains atomics, mutexes, memory ordering, integration with OS APIs.

#Link #Book #Concurrency #Programming #Rust ⌘ [Read more](https://marabos.nl/atomics/) 2023-09-22T09:31:09Z **Link: Rust Atomics and Locks**
A book on low-level concurrency in Rust. Explains atomics, mutexes, memory ordering, integration with OS APIs.

#Link #Book #Concurrency #Programming #Rust ⌘ [Read more](https://marabos.nl/atomics/) 2023-09-22T09:31:09Z **Link: Rust Atomics and Locks**
A book on low-level concurrency in Rust. Explains atomics, mutexes, memory ordering, integration with OS APIs.

#Link #Book #Concurrency #Programming #Rust ⌘ [Read more](https://marabos.nl/atomics/) 2023-09-22T09:31:09Z **Link: Rust Atomics and Locks**
A book on low-level concurrency in Rust. Explains atomics, mutexes, memory ordering, integration with OS APIs.

#Link #Book #Concurrency #Programming #Rust ⌘ [Read more](https://marabos.nl/atomics/) 2023-09-22T09:31:09Z **Link: Rust Atomics and Locks**
A book on low-level concurrency in Rust. Explains atomics, mutexes, memory ordering, integration with OS APIs.

#Link #Book #Concurrency #Programming #Rust ⌘ [Read more](https://marabos.nl/atomics/) 2023-09-22T09:31:09Z **Link: Rust Atomics and Locks**
A book on low-level concurrency in Rust. Explains atomics, mutexes, memory ordering, integration with OS APIs.

#Link #Book #Concurrency #Programming #Rust ⌘ [Read more](https://marabos.nl/atomics/) 2023-09-22T09:31:09Z **Link: Rust Atomics and Locks**
A book on low-level concurrency in Rust. Explains atomics, mutexes, memory ordering, integration with OS APIs.

#Link #Book #Concurrency #Programming #Rust ⌘ [Read more](https://marabos.nl/atomics/) 2023-09-22T09:31:09Z **Link: Rust Atomics and Locks**
A book on low-level concurrency in Rust. Explains atomics, mutexes, memory ordering, integration with OS APIs.

#Link #Book #Concurrency #Programming #Rust ⌘ [Read more](https://marabos.nl/atomics/) 2023-09-22T09:31:09Z **Link: Rust Atomics and Locks**
A book on low-level concurrency in Rust. Explains atomics, mutexes, memory ordering, integration with OS APIs.

#Link #Book #Concurrency #Programming #Rust ⌘ [Read more](https://marabos.nl/atomics/) 2023-09-22T09:31:09Z **Link: Rust Atomics and Locks**
A book on low-level concurrency in Rust. Explains atomics, mutexes, memory ordering, integration with OS APIs.

#Link #Book #Concurrency #Programming #Rust ⌘ [Read more](https://marabos.nl/atomics/) 2023-09-22T09:31:09Z **Link: Rust Atomics and Locks**
A book on low-level concurrency in Rust. Explains atomics, mutexes, memory ordering, integration with OS APIs.

#Link #Book #Concurrency #Programming #Rust ⌘ [Read more](https://marabos.nl/atomics/) 2023-09-22T09:31:09Z **Link: Rust Atomics and Locks**
A book on low-level concurrency in Rust. Explains atomics, mutexes, memory ordering, integration with OS APIs.

#Link #Book #Concurrency #Programming #Rust ⌘ [Read more](https://marabos.nl/atomics/) 2023-09-22T09:31:09Z **Link: Rust Atomics and Locks**
A book on low-level concurrency in Rust. Explains atomics, mutexes, memory ordering, integration with OS APIs.

#Link #Book #Concurrency #Programming #Rust ⌘ [Read more](https://marabos.nl/atomics/) 2023-09-22T09:31:09Z **Link: Rust Atomics and Locks**
A book on low-level concurrency in Rust. Explains atomics, mutexes, memory ordering, integration with OS APIs.

#Link #Book #Concurrency #Programming #Rust ⌘ [Read more](https://marabos.nl/atomics/) 2023-09-25T07:30:22Z **OOP classes vs Higher-order Functions (HOFs)**
What’s the difference? ⌘ [Read more](https://alexn.org/blog/2023/09/25/oop-classes-vs-higher-order-functions-hofs/?pk_campaign=rss) 2023-09-25T11:19:39Z **Link: Avoiding macros with inline and derived (2021)**
This is an older presentation on Scala 3's \`inline\`. It's still a good introduction. TBH, Scala 3's metaprogramming is making me want to switch to it.

#Link #Scala #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=OPBuCQRgyV4) 2023-09-25T11:19:39Z **Link: Avoiding macros with inline and derived (2021)**
This is an older presentation on Scala 3's \`inline\`. It's still a good introduction. TBH, Scala 3's metaprogramming is making me want to switch to it.

#Link #Scala #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=OPBuCQRgyV4) 2023-09-25T11:19:39Z **Link: Avoiding macros with inline and derived (2021)**
This is an older presentation on Scala 3's \`inline\`. It's still a good introduction. TBH, Scala 3's metaprogramming is making me want to switch to it.

#Link #Scala #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=OPBuCQRgyV4) 2023-09-25T11:19:39Z **Link: Avoiding macros with inline and derived (2021)**
This is an older presentation on Scala 3's \`inline\`. It's still a good introduction. TBH, Scala 3's metaprogramming is making me want to switch to it.

#Link #Scala #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=OPBuCQRgyV4) 2023-09-25T11:19:39Z **Link: Avoiding macros with inline and derived (2021)**
This is an older presentation on Scala 3's \`inline\`. It's still a good introduction. TBH, Scala 3's metaprogramming is making me want to switch to it.

#Link #Scala #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=OPBuCQRgyV4) 2023-09-25T11:19:39Z **Link: Avoiding macros with inline and derived (2021)**
This is an older presentation on Scala 3's \`inline\`. It's still a good introduction. TBH, Scala 3's metaprogramming is making me want to switch to it.

#Link #Scala #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=OPBuCQRgyV4) 2023-09-25T11:19:39Z **Link: Avoiding macros with inline and derived (2021)**
This is an older presentation on Scala 3's \`inline\`. It's still a good introduction. TBH, Scala 3's metaprogramming is making me want to switch to it.

#Link #Scala #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=OPBuCQRgyV4) 2023-09-25T11:19:39Z **Link: Avoiding macros with inline and derived (2021)**
This is an older presentation on Scala 3's \`inline\`. It's still a good introduction. TBH, Scala 3's metaprogramming is making me want to switch to it.

#Link #Scala #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=OPBuCQRgyV4) 2023-09-25T11:19:39Z **Link: Avoiding macros with inline and derived (2021)**
This is an older presentation on Scala 3's \`inline\`. It's still a good introduction. TBH, Scala 3's metaprogramming is making me want to switch to it.

#Link #Scala #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=OPBuCQRgyV4) 2023-09-25T11:19:39Z **Link: Avoiding macros with inline and derived (2021)**
This is an older presentation on Scala 3's \`inline\`. It's still a good introduction. TBH, Scala 3's metaprogramming is making me want to switch to it.

#Link #Scala #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=OPBuCQRgyV4) 2023-09-25T11:19:39Z **Link: Avoiding macros with inline and derived (2021)**
This is an older presentation on Scala 3's \`inline\`. It's still a good introduction. TBH, Scala 3's metaprogramming is making me want to switch to it.

#Link #Scala #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=OPBuCQRgyV4) 2023-09-25T11:19:39Z **Link: Avoiding macros with inline and derived (2021)**
This is an older presentation on Scala 3's \`inline\`. It's still a good introduction. TBH, Scala 3's metaprogramming is making me want to switch to it.

#Link #Scala #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=OPBuCQRgyV4) 2023-09-25T11:19:39Z **Link: Avoiding macros with inline and derived (2021)**
This is an older presentation on Scala 3's \`inline\`. It's still a good introduction. TBH, Scala 3's metaprogramming is making me want to switch to it.

#Link #Scala #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=OPBuCQRgyV4) 2023-09-25T11:19:39Z **Link: Avoiding macros with inline and derived (2021)**
This is an older presentation on Scala 3's \`inline\`. It's still a good introduction. TBH, Scala 3's metaprogramming is making me want to switch to it.

#Link #Scala #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=OPBuCQRgyV4) 2023-09-25T11:19:39Z **Link: Avoiding macros with inline and derived (2021)**
This is an older presentation on Scala 3's \`inline\`. It's still a good introduction. TBH, Scala 3's metaprogramming is making me want to switch to it.

#Link #Scala #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=OPBuCQRgyV4) 2023-09-25T11:19:39Z **Link: Avoiding macros with inline and derived (2021)**
This is an older presentation on Scala 3's \`inline\`. It's still a good introduction. TBH, Scala 3's metaprogramming is making me want to switch to it.

#Link #Scala #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=OPBuCQRgyV4) 2023-09-25T11:19:39Z **Link: Avoiding macros with inline and derived (2021)**
This is an older presentation on Scala 3's \`inline\`. It's still a good introduction. TBH, Scala 3's metaprogramming is making me want to switch to it.

#Link #Scala #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=OPBuCQRgyV4) 2023-09-25T11:19:39Z **Link: Avoiding macros with inline and derived (2021)**
This is an older presentation on Scala 3's \`inline\`. It's still a good introduction. TBH, Scala 3's metaprogramming is making me want to switch to it.

#Link #Scala #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=OPBuCQRgyV4) 2023-09-25T11:19:39Z **Link: Avoiding macros with inline and derived (2021)**
This is an older presentation on Scala 3's \`inline\`. It's still a good introduction. TBH, Scala 3's metaprogramming is making me want to switch to it.

#Link #Scala #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=OPBuCQRgyV4) 2023-09-25T11:19:39Z **Link: Avoiding macros with inline and derived (2021)**
This is an older presentation on Scala 3's \`inline\`. It's still a good introduction. TBH, Scala 3's metaprogramming is making me want to switch to it.

#Link #Scala #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=OPBuCQRgyV4) 2023-09-25T11:19:39Z **Link: Avoiding macros with inline and derived (2021)**
This is an older presentation on Scala 3's \`inline\`. It's still a good introduction. TBH, Scala 3's metaprogramming is making me want to switch to it.

#Link #Scala #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=OPBuCQRgyV4) 2023-09-25T11:19:39Z **Link: Avoiding macros with inline and derived (2021)**
This is an older presentation on Scala 3's \`inline\`. It's still a good introduction. TBH, Scala 3's metaprogramming is making me want to switch to it.

#Link #Scala #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=OPBuCQRgyV4) 2023-09-25T11:19:39Z **Link: Avoiding macros with inline and derived (2021)**
This is an older presentation on Scala 3's \`inline\`. It's still a good introduction. TBH, Scala 3's metaprogramming is making me want to switch to it.

#Link #Scala #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=OPBuCQRgyV4) 2023-09-25T11:19:39Z **Link: Avoiding macros with inline and derived (2021)**
This is an older presentation on Scala 3's \`inline\`. It's still a good introduction. TBH, Scala 3's metaprogramming is making me want to switch to it.

#Link #Scala #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=OPBuCQRgyV4) 2023-09-25T11:19:39Z **Link: Avoiding macros with inline and derived (2021)**
This is an older presentation on Scala 3's \`inline\`. It's still a good introduction. TBH, Scala 3's metaprogramming is making me want to switch to it.

#Link #Scala #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=OPBuCQRgyV4) 2023-09-25T11:19:39Z **Link: Avoiding macros with inline and derived (2021)**
This is an older presentation on Scala 3's \`inline\`. It's still a good introduction. TBH, Scala 3's metaprogramming is making me want to switch to it.

#Link #Scala #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=OPBuCQRgyV4) 2023-09-25T11:19:39Z **Link: Avoiding macros with inline and derived (2021)**
This is an older presentation on Scala 3's \`inline\`. It's still a good introduction. TBH, Scala 3's metaprogramming is making me want to switch to it.

#Link #Scala #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=OPBuCQRgyV4) 2023-09-25T11:19:39Z **Link: Avoiding macros with inline and derived (2021)**
This is an older presentation on Scala 3's \`inline\`. It's still a good introduction. TBH, Scala 3's metaprogramming is making me want to switch to it.

#Link #Scala #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=OPBuCQRgyV4) 2023-09-25T11:19:39Z **Link: Avoiding macros with inline and derived (2021)**
This is an older presentation on Scala 3's \`inline\`. It's still a good introduction. TBH, Scala 3's metaprogramming is making me want to switch to it.

#Link #Scala #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=OPBuCQRgyV4) 2023-09-25T11:19:39Z **Link: Avoiding macros with inline and derived (2021)**
This is an older presentation on Scala 3's \`inline\`. It's still a good introduction. TBH, Scala 3's metaprogramming is making me want to switch to it.

#Link #Scala #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=OPBuCQRgyV4) 2023-09-25T11:19:39Z **Link: Avoiding macros with inline and derived (2021)**
This is an older presentation on Scala 3's \`inline\`. It's still a good introduction. TBH, Scala 3's metaprogramming is making me want to switch to it.

#Link #Scala #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=OPBuCQRgyV4) 2023-09-25T11:19:39Z **Link: Avoiding macros with inline and derived (2021)**
This is an older presentation on Scala 3's \`inline\`. It's still a good introduction. TBH, Scala 3's metaprogramming is making me want to switch to it.

#Link #Scala #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=OPBuCQRgyV4) 2023-09-25T11:19:39Z **Link: Avoiding macros with inline and derived (2021)**
This is an older presentation on Scala 3's \`inline\`. It's still a good introduction. TBH, Scala 3's metaprogramming is making me want to switch to it.

#Link #Scala #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=OPBuCQRgyV4) 2023-09-25T11:19:39Z **Link: Avoiding macros with inline and derived (2021)**
This is an older presentation on Scala 3's \`inline\`. It's still a good introduction. TBH, Scala 3's metaprogramming is making me want to switch to it.

#Link #Scala #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=OPBuCQRgyV4) 2023-09-25T11:19:39Z **Link: Avoiding macros with inline and derived (2021)**
This is an older presentation on Scala 3's \`inline\`. It's still a good introduction. TBH, Scala 3's metaprogramming is making me want to switch to it.

#Link #Scala #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=OPBuCQRgyV4) 2023-09-26T10:48:28Z **Link: Daniel Spiewak - Micro-Optimization for Fun and Profit | Scala Days 2023 Seattle**
On micro-optimizations on the JVM, similar to what Cats-Effect's IO does. I always like Daniel Spiewak's presentations ❤️

#Link #Scala #JVM #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=n5u7DgFwLGE) 2023-09-26T10:48:28Z **Link: Daniel Spiewak - Micro-Optimization for Fun and Profit | Scala Days 2023 Seattle**
On micro-optimizations on the JVM, similar to what Cats-Effect's IO does. I always like Daniel Spiewak's presentations ❤️

#Link #Scala #JVM #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=n5u7DgFwLGE) 2023-09-26T10:48:28Z **Link: Micro-Optimization for Fun and Profit**
On micro-optimizations on the JVM, similar to what Cats-Effect's IO does. I always like Daniel Spiewak's presentations ❤️

#Link #Scala #JVM #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=n5u7DgFwLGE) 2023-09-26T10:48:28Z **Link: Micro-Optimization for Fun and Profit**
On micro-optimizations on the JVM, similar to what Cats-Effect's IO does. I always like Daniel Spiewak's presentations ❤️

#Link #Scala #JVM #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=n5u7DgFwLGE) 2023-09-26T10:48:28Z **Link: Micro-Optimization for Fun and Profit**
On micro-optimizations on the JVM, similar to what Cats-Effect's IO does. I always like Daniel Spiewak's presentations ❤️

#Link #Scala #JVM #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=n5u7DgFwLGE) 2023-09-26T10:48:28Z **Link: Micro-Optimization for Fun and Profit**
On micro-optimizations on the JVM, similar to what Cats-Effect's IO does. I always like Daniel Spiewak's presentations ❤️

#Link #Scala #JVM #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=n5u7DgFwLGE) 2023-09-26T10:48:28Z **Link: Micro-Optimization for Fun and Profit**
On micro-optimizations on the JVM, similar to what Cats-Effect's IO does. I always like Daniel Spiewak's presentations ❤️

#Link #Scala #JVM #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=n5u7DgFwLGE) 2023-09-26T10:48:28Z **Link: Micro-Optimization for Fun and Profit**
On micro-optimizations on the JVM, similar to what Cats-Effect's IO does. I always like Daniel Spiewak's presentations ❤️

#Link #Scala #JVM #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=n5u7DgFwLGE) 2023-09-26T10:48:28Z **Link: Micro-Optimization for Fun and Profit**
On micro-optimizations on the JVM, similar to what Cats-Effect's IO does. I always like Daniel Spiewak's presentations ❤️

#Link #Scala #JVM #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=n5u7DgFwLGE) 2023-09-26T10:48:28Z **Link: Micro-Optimization for Fun and Profit**
On micro-optimizations on the JVM, similar to what Cats-Effect's IO does. I always like Daniel Spiewak's presentations ❤️

#Link #Scala #JVM #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=n5u7DgFwLGE) 2023-09-26T10:48:28Z **Link: Micro-Optimization for Fun and Profit**
On micro-optimizations on the JVM, similar to what Cats-Effect's IO does. I always like Daniel Spiewak's presentations ❤️

#Link #Scala #JVM #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=n5u7DgFwLGE) 2023-09-26T10:48:28Z **Link: Micro-Optimization for Fun and Profit**
On micro-optimizations on the JVM, similar to what Cats-Effect's IO does. I always like Daniel Spiewak's presentations ❤️

#Link #Scala #JVM #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=n5u7DgFwLGE) 2023-09-26T10:48:28Z **Link: Micro-Optimization for Fun and Profit**
On micro-optimizations on the JVM, similar to what Cats-Effect's IO does. I always like Daniel Spiewak's presentations ❤️

#Link #Scala #JVM #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=n5u7DgFwLGE) 2023-09-26T10:48:28Z **Link: Micro-Optimization for Fun and Profit**
On micro-optimizations on the JVM, similar to what Cats-Effect's IO does. I always like Daniel Spiewak's presentations ❤️

#Link #Scala #JVM #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=n5u7DgFwLGE) 2023-09-26T10:48:28Z **Link: Micro-Optimization for Fun and Profit**
On micro-optimizations on the JVM, similar to what Cats-Effect's IO does. I always like Daniel Spiewak's presentations ❤️

#Link #Scala #JVM #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=n5u7DgFwLGE) 2023-09-26T10:48:28Z **Link: Micro-Optimization for Fun and Profit**
On micro-optimizations on the JVM, similar to what Cats-Effect's IO does. I always like Daniel Spiewak's presentations ❤️

#Link #Scala #JVM #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=n5u7DgFwLGE) 2023-09-26T10:48:28Z **Link: Micro-Optimization for Fun and Profit**
On micro-optimizations on the JVM, similar to what Cats-Effect's IO does. I always like Daniel Spiewak's presentations ❤️

#Link #Scala #JVM #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=n5u7DgFwLGE) 2023-09-26T10:48:28Z **Link: Micro-Optimization for Fun and Profit**
On micro-optimizations on the JVM, similar to what Cats-Effect's IO does. I always like Daniel Spiewak's presentations ❤️

#Link #Scala #JVM #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=n5u7DgFwLGE) 2023-09-26T10:48:28Z **Link: Micro-Optimization for Fun and Profit**
On micro-optimizations on the JVM, similar to what Cats-Effect's IO does. I always like Daniel Spiewak's presentations ❤️

#Link #Scala #JVM #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=n5u7DgFwLGE) 2023-09-26T10:48:28Z **Link: Micro-Optimization for Fun and Profit**
On micro-optimizations on the JVM, similar to what Cats-Effect's IO does. I always like Daniel Spiewak's presentations ❤️

#Link #Scala #JVM #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=n5u7DgFwLGE) 2023-09-26T10:48:28Z **Link: Micro-Optimization for Fun and Profit**
On micro-optimizations on the JVM, similar to what Cats-Effect's IO does. I always like Daniel Spiewak's presentations ❤️

#Link #Scala #JVM #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=n5u7DgFwLGE) 2023-09-26T10:48:28Z **Link: Micro-Optimization for Fun and Profit**
On micro-optimizations on the JVM, similar to what Cats-Effect's IO does. I always like Daniel Spiewak's presentations ❤️

#Link #Scala #JVM #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=n5u7DgFwLGE) 2023-09-26T10:48:28Z **Link: Micro-Optimization for Fun and Profit**
On micro-optimizations on the JVM, similar to what Cats-Effect's IO does. I always like Daniel Spiewak's presentations ❤️

#Link #Scala #JVM #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=n5u7DgFwLGE) 2023-09-26T10:48:28Z **Link: Micro-Optimization for Fun and Profit**
On micro-optimizations on the JVM, similar to what Cats-Effect's IO does. I always like Daniel Spiewak's presentations ❤️

#Link #Scala #JVM #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=n5u7DgFwLGE) 2023-09-26T10:48:28Z **Link: Micro-Optimization for Fun and Profit**
On micro-optimizations on the JVM, similar to what Cats-Effect's IO does. I always like Daniel Spiewak's presentations ❤️

#Link #Scala #JVM #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=n5u7DgFwLGE) 2023-09-26T10:48:28Z **Link: Micro-Optimization for Fun and Profit**
On micro-optimizations on the JVM, similar to what Cats-Effect's IO does. I always like Daniel Spiewak's presentations ❤️

#Link #Scala #JVM #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=n5u7DgFwLGE) 2023-09-26T10:48:28Z **Link: Micro-Optimization for Fun and Profit**
On micro-optimizations on the JVM, similar to what Cats-Effect's IO does. I always like Daniel Spiewak's presentations ❤️

#Link #Scala #JVM #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=n5u7DgFwLGE) 2023-09-26T10:48:28Z **Link: Micro-Optimization for Fun and Profit**
On micro-optimizations on the JVM, similar to what Cats-Effect's IO does. I always like Daniel Spiewak's presentations ❤️

#Link #Scala #JVM #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=n5u7DgFwLGE) 2023-09-26T10:48:28Z **Link: Micro-Optimization for Fun and Profit**
On micro-optimizations on the JVM, similar to what Cats-Effect's IO does. I always like Daniel Spiewak's presentations ❤️

#Link #Scala #JVM #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=n5u7DgFwLGE) 2023-09-26T10:48:28Z **Link: Micro-Optimization for Fun and Profit**
On micro-optimizations on the JVM, similar to what Cats-Effect's IO does. I always like Daniel Spiewak's presentations ❤️

#Link #Scala #JVM #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=n5u7DgFwLGE) 2023-09-26T10:48:28Z **Link: Micro-Optimization for Fun and Profit**
On micro-optimizations on the JVM, similar to what Cats-Effect's IO does. I always like Daniel Spiewak's presentations ❤️

#Link #Scala #JVM #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=n5u7DgFwLGE) 2023-09-26T10:48:28Z **Link: Micro-Optimization for Fun and Profit**
On micro-optimizations on the JVM, similar to what Cats-Effect's IO does. I always like Daniel Spiewak's presentations ❤️

#Link #Scala #JVM #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=n5u7DgFwLGE) 2023-09-26T10:48:28Z **Link: Micro-Optimization for Fun and Profit**
On micro-optimizations on the JVM, similar to what Cats-Effect's IO does. I always like Daniel Spiewak's presentations ❤️

#Link #Scala #JVM #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=n5u7DgFwLGE) 2023-09-26T10:48:28Z **Link: Micro-Optimization for Fun and Profit**
On micro-optimizations on the JVM, similar to what Cats-Effect's IO does. I always like Daniel Spiewak's presentations ❤️

#Link #Scala #JVM #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=n5u7DgFwLGE) 2023-09-26T10:48:28Z **Link: Micro-Optimization for Fun and Profit**
On micro-optimizations on the JVM, similar to what Cats-Effect's IO does. I always like Daniel Spiewak's presentations ❤️

#Link #Scala #JVM #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=n5u7DgFwLGE) 2023-09-26T10:48:28Z **Link: Micro-Optimization for Fun and Profit**
On micro-optimizations on the JVM, similar to what Cats-Effect's IO does. I always like Daniel Spiewak's presentations ❤️

#Link #Scala #JVM #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=n5u7DgFwLGE) 2023-09-26T10:48:28Z **Link: Micro-Optimization for Fun and Profit**
On micro-optimizations on the JVM, similar to what Cats-Effect's IO does. I always like Daniel Spiewak's presentations ❤️

#Link #Scala #JVM #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=n5u7DgFwLGE) 2023-09-28T08:45:28Z **Link: FXGL — Java / JavaFX / Kotlin Game Library (Engine)**
#Link #Java #Kotlin #Programming #Gamedev ⌘ [Read more](https://github.com/AlmasB/FXGL) 2023-09-28T08:45:28Z **Link: FXGL — Java / JavaFX / Kotlin Game Library (Engine)**
#Link #Java #Kotlin #Programming #Gamedev ⌘ [Read more](https://github.com/AlmasB/FXGL) 2023-09-28T08:45:28Z **Link: FXGL — Java / JavaFX / Kotlin Game Library (Engine)**
#Link #Java #Kotlin #Programming #Gamedev ⌘ [Read more](https://github.com/AlmasB/FXGL) 2023-09-28T08:45:28Z **Link: FXGL — Java / JavaFX / Kotlin Game Library (Engine)**
#Link #Java #Kotlin #Programming #Gamedev ⌘ [Read more](https://github.com/AlmasB/FXGL) 2023-09-28T08:45:28Z **Link: FXGL — Java / JavaFX / Kotlin Game Library (Engine)**
#Link #Java #Kotlin #Programming #Gamedev ⌘ [Read more](https://github.com/AlmasB/FXGL) 2023-09-28T08:45:28Z **Link: FXGL — Java / JavaFX / Kotlin Game Library (Engine)**
#Link #Java #Kotlin #Programming #Gamedev ⌘ [Read more](https://github.com/AlmasB/FXGL) 2023-09-28T08:45:28Z **Link: FXGL — Java / JavaFX / Kotlin Game Library (Engine)**
#Link #Java #Kotlin #Programming #Gamedev ⌘ [Read more](https://github.com/AlmasB/FXGL) 2023-09-28T08:45:28Z **Link: FXGL — Java / JavaFX / Kotlin Game Library (Engine)**
#Link #Java #Kotlin #Programming #Gamedev ⌘ [Read more](https://github.com/AlmasB/FXGL) 2023-09-28T08:45:28Z **Link: FXGL — Java / JavaFX / Kotlin Game Library (Engine)**
#Link #Java #Kotlin #Programming #Gamedev ⌘ [Read more](https://github.com/AlmasB/FXGL) 2023-09-28T08:45:28Z **Link: FXGL — Java / JavaFX / Kotlin Game Library (Engine)**
#Link #Java #Kotlin #Programming #Gamedev ⌘ [Read more](https://github.com/AlmasB/FXGL) 2023-09-28T08:45:28Z **Link: FXGL — Java / JavaFX / Kotlin Game Library (Engine)**
#Link #Java #Kotlin #Programming #Gamedev ⌘ [Read more](https://github.com/AlmasB/FXGL) 2023-09-28T08:45:28Z **Link: FXGL — Java / JavaFX / Kotlin Game Library (Engine)**
#Link #Java #Kotlin #Programming #Gamedev ⌘ [Read more](https://github.com/AlmasB/FXGL) 2023-09-28T08:45:28Z **Link: FXGL — Java / JavaFX / Kotlin Game Library (Engine)**
#Link #Java #Kotlin #Programming #Gamedev ⌘ [Read more](https://github.com/AlmasB/FXGL) 2023-09-28T08:45:28Z **Link: FXGL — Java / JavaFX / Kotlin Game Library (Engine)**
#Link #Java #Kotlin #Programming #Gamedev ⌘ [Read more](https://github.com/AlmasB/FXGL) 2023-09-28T08:45:28Z **Link: FXGL — Java / JavaFX / Kotlin Game Library (Engine)**
#Link #Java #Kotlin #Programming #Gamedev ⌘ [Read more](https://github.com/AlmasB/FXGL) 2023-09-28T08:45:28Z **Link: FXGL — Java / JavaFX / Kotlin Game Library (Engine)**
#Link #Java #Kotlin #Programming #Gamedev ⌘ [Read more](https://github.com/AlmasB/FXGL) 2023-09-28T08:45:28Z **Link: FXGL — Java / JavaFX / Kotlin Game Library (Engine)**
#Link #Java #Kotlin #Programming #Gamedev ⌘ [Read more](https://github.com/AlmasB/FXGL) 2023-09-28T08:45:28Z **Link: FXGL — Java / JavaFX / Kotlin Game Library (Engine)**
#Link #Java #Kotlin #Programming #Gamedev ⌘ [Read more](https://github.com/AlmasB/FXGL) 2023-09-28T08:45:28Z **Link: FXGL — Java / JavaFX / Kotlin Game Library (Engine)**
#Link #Java #Kotlin #Programming #Gamedev ⌘ [Read more](https://github.com/AlmasB/FXGL) 2023-09-28T08:45:28Z **Link: FXGL — Java / JavaFX / Kotlin Game Library (Engine)**
#Link #Java #Kotlin #Programming #Gamedev ⌘ [Read more](https://github.com/AlmasB/FXGL) 2023-09-28T08:45:28Z **Link: FXGL — Java / JavaFX / Kotlin Game Library (Engine)**
#Link #Java #Kotlin #Programming #Gamedev ⌘ [Read more](https://github.com/AlmasB/FXGL) 2023-09-28T08:45:28Z **Link: FXGL — Java / JavaFX / Kotlin Game Library (Engine)**
#Link #Java #Kotlin #Programming #Gamedev ⌘ [Read more](https://github.com/AlmasB/FXGL) 2023-09-28T08:45:28Z **Link: FXGL — Java / JavaFX / Kotlin Game Library (Engine)**
#Link #Java #Kotlin #Programming #Gamedev ⌘ [Read more](https://github.com/AlmasB/FXGL) 2023-09-28T08:45:28Z **Link: FXGL — Java / JavaFX / Kotlin Game Library (Engine)**
#Link #Java #Kotlin #Programming #Gamedev ⌘ [Read more](https://github.com/AlmasB/FXGL) 2023-09-28T08:45:28Z **Link: FXGL — Java / JavaFX / Kotlin Game Library (Engine)**
#Link #Java #Kotlin #Programming #Gamedev ⌘ [Read more](https://github.com/AlmasB/FXGL) 2023-09-28T08:45:28Z **Link: FXGL — Java / JavaFX / Kotlin Game Library (Engine)**
#Link #Java #Kotlin #Programming #Gamedev ⌘ [Read more](https://github.com/AlmasB/FXGL) 2023-09-28T08:45:28Z **Link: FXGL — Java / JavaFX / Kotlin Game Library (Engine)**
#Link #Java #Kotlin #Programming #Gamedev ⌘ [Read more](https://github.com/AlmasB/FXGL) 2023-09-28T08:45:28Z **Link: FXGL — Java / JavaFX / Kotlin Game Library (Engine)**
#Link #Java #Kotlin #Programming #Gamedev ⌘ [Read more](https://github.com/AlmasB/FXGL) 2023-09-28T08:45:28Z **Link: FXGL — Java / JavaFX / Kotlin Game Library (Engine)**
#Link #Java #Kotlin #Programming #Gamedev ⌘ [Read more](https://github.com/AlmasB/FXGL) 2023-09-28T08:45:28Z **Link: FXGL — Java / JavaFX / Kotlin Game Library (Engine)**
#Link #Java #Kotlin #Programming #Gamedev ⌘ [Read more](https://github.com/AlmasB/FXGL) 2023-09-28T08:45:28Z **Link: FXGL — Java / JavaFX / Kotlin Game Library (Engine)**
#Link #Java #Kotlin #Programming #Gamedev ⌘ [Read more](https://github.com/AlmasB/FXGL) 2023-09-28T08:45:28Z **Link: FXGL — Java / JavaFX / Kotlin Game Library (Engine)**
#Link #Java #Kotlin #Programming #Gamedev ⌘ [Read more](https://github.com/AlmasB/FXGL) 2023-09-28T08:45:28Z **Link: FXGL — Java / JavaFX / Kotlin Game Library (Engine)**
#Link #Java #Kotlin #Programming #Gamedev ⌘ [Read more](https://github.com/AlmasB/FXGL) 2023-09-28T08:45:28Z **Link: FXGL — Java / JavaFX / Kotlin Game Library (Engine)**
#Link #Java #Kotlin #Programming #Gamedev ⌘ [Read more](https://github.com/AlmasB/FXGL) 2023-09-28T08:45:28Z **Link: FXGL — Java / JavaFX / Kotlin Game Library (Engine)**
#Link #Java #Kotlin #Programming #Gamedev ⌘ [Read more](https://github.com/AlmasB/FXGL) 2023-09-28T08:45:28Z **Link: FXGL — Java / JavaFX / Kotlin Game Library (Engine)**
#Link #Java #Kotlin #Programming #Gamedev ⌘ [Read more](https://github.com/AlmasB/FXGL) 2023-09-28T08:45:28Z **Link: FXGL — Java / JavaFX / Kotlin Game Library (Engine)**
#Link #Java #Kotlin #Programming #Gamedev ⌘ [Read more](https://github.com/AlmasB/FXGL) 2023-09-30T19:56:40Z **Link: CS3100 Paradigms of Programming @ IITM (OCaml + Prolog)**
"The aim of the course is to teach you about the different paradigms of programming, their underlying concepts, and the relationships between them."

#Link #OCaml #Programming #YouTube #Video ⌘ [Read more](https://www.youtube.com/playlist?list=PLt0HgEXFOHdkE-NTs87s7QjwYwqeihb-D) 2023-09-30T19:56:40Z **Link: CS3100 Paradigms of Programming @ IITM (OCaml + Prolog)**
"The aim of the course is to teach you about the different paradigms of programming, their underlying concepts, and the relationships between them."

#Link #OCaml #Programming #YouTube #Video ⌘ [Read more](https://www.youtube.com/playlist?list=PLt0HgEXFOHdkE-NTs87s7QjwYwqeihb-D) 2023-09-30T19:56:40Z **Link: CS3100 Paradigms of Programming @ IITM (OCaml + Prolog)**
"The aim of the course is to teach you about the different paradigms of programming, their underlying concepts, and the relationships between them."

#Link #OCaml #Programming #YouTube #Video ⌘ [Read more](https://www.youtube.com/playlist?list=PLt0HgEXFOHdkE-NTs87s7QjwYwqeihb-D) 2023-09-30T19:56:40Z **Link: CS3100 Paradigms of Programming @ IITM (OCaml + Prolog)**
"The aim of the course is to teach you about the different paradigms of programming, their underlying concepts, and the relationships between them."

#Link #OCaml #Programming #YouTube #Video ⌘ [Read more](https://www.youtube.com/playlist?list=PLt0HgEXFOHdkE-NTs87s7QjwYwqeihb-D) 2023-09-30T19:56:40Z **Link: CS3100 Paradigms of Programming @ IITM (OCaml + Prolog)**
"The aim of the course is to teach you about the different paradigms of programming, their underlying concepts, and the relationships between them."

#Link #OCaml #Programming #YouTube #Video ⌘ [Read more](https://www.youtube.com/playlist?list=PLt0HgEXFOHdkE-NTs87s7QjwYwqeihb-D) 2023-09-30T19:56:40Z **Link: CS3100 Paradigms of Programming @ IITM (OCaml + Prolog)**
"The aim of the course is to teach you about the different paradigms of programming, their underlying concepts, and the relationships between them."

#Link #OCaml #Programming #YouTube #Video ⌘ [Read more](https://www.youtube.com/playlist?list=PLt0HgEXFOHdkE-NTs87s7QjwYwqeihb-D) 2023-09-30T19:56:40Z **Link: CS3100 Paradigms of Programming @ IITM (OCaml + Prolog)**
"The aim of the course is to teach you about the different paradigms of programming, their underlying concepts, and the relationships between them."

#Link #OCaml #Programming #YouTube #Video ⌘ [Read more](https://www.youtube.com/playlist?list=PLt0HgEXFOHdkE-NTs87s7QjwYwqeihb-D) 2023-09-30T19:56:40Z **Link: CS3100 Paradigms of Programming @ IITM (OCaml + Prolog)**
"The aim of the course is to teach you about the different paradigms of programming, their underlying concepts, and the relationships between them."

#Link #OCaml #Programming #YouTube #Video ⌘ [Read more](https://www.youtube.com/playlist?list=PLt0HgEXFOHdkE-NTs87s7QjwYwqeihb-D) 2023-09-30T19:56:40Z **Link: CS3100 Paradigms of Programming @ IITM (OCaml + Prolog)**
"The aim of the course is to teach you about the different paradigms of programming, their underlying concepts, and the relationships between them."

#Link #OCaml #Programming #YouTube #Video ⌘ [Read more](https://www.youtube.com/playlist?list=PLt0HgEXFOHdkE-NTs87s7QjwYwqeihb-D) 2023-09-30T19:56:40Z **Link: CS3100 Paradigms of Programming @ IITM (OCaml + Prolog)**
"The aim of the course is to teach you about the different paradigms of programming, their underlying concepts, and the relationships between them."

#Link #OCaml #Programming #YouTube #Video ⌘ [Read more](https://www.youtube.com/playlist?list=PLt0HgEXFOHdkE-NTs87s7QjwYwqeihb-D) 2023-09-30T19:56:40Z **Link: CS3100 Paradigms of Programming @ IITM (OCaml + Prolog)**
"The aim of the course is to teach you about the different paradigms of programming, their underlying concepts, and the relationships between them."

#Link #OCaml #Programming #YouTube #Video ⌘ [Read more](https://www.youtube.com/playlist?list=PLt0HgEXFOHdkE-NTs87s7QjwYwqeihb-D) 2023-09-30T19:56:40Z **Link: CS3100 Paradigms of Programming @ IITM (OCaml + Prolog)**
"The aim of the course is to teach you about the different paradigms of programming, their underlying concepts, and the relationships between them."

#Link #OCaml #Programming #YouTube #Video ⌘ [Read more](https://www.youtube.com/playlist?list=PLt0HgEXFOHdkE-NTs87s7QjwYwqeihb-D) 2023-09-30T19:56:40Z **Link: CS3100 Paradigms of Programming @ IITM (OCaml + Prolog)**
"The aim of the course is to teach you about the different paradigms of programming, their underlying concepts, and the relationships between them."

#Link #OCaml #Programming #YouTube #Video ⌘ [Read more](https://www.youtube.com/playlist?list=PLt0HgEXFOHdkE-NTs87s7QjwYwqeihb-D) 2023-09-30T19:56:40Z **Link: CS3100 Paradigms of Programming @ IITM (OCaml + Prolog)**
"The aim of the course is to teach you about the different paradigms of programming, their underlying concepts, and the relationships between them."

#Link #OCaml #Programming #YouTube #Video ⌘ [Read more](https://www.youtube.com/playlist?list=PLt0HgEXFOHdkE-NTs87s7QjwYwqeihb-D) 2023-09-30T19:56:40Z **Link: CS3100 Paradigms of Programming @ IITM (OCaml + Prolog)**
"The aim of the course is to teach you about the different paradigms of programming, their underlying concepts, and the relationships between them."

#Link #OCaml #Programming #YouTube #Video ⌘ [Read more](https://www.youtube.com/playlist?list=PLt0HgEXFOHdkE-NTs87s7QjwYwqeihb-D) 2023-09-30T19:56:40Z **Link: CS3100 Paradigms of Programming @ IITM (OCaml + Prolog)**
"The aim of the course is to teach you about the different paradigms of programming, their underlying concepts, and the relationships between them."

#Link #OCaml #Programming #YouTube #Video ⌘ [Read more](https://www.youtube.com/playlist?list=PLt0HgEXFOHdkE-NTs87s7QjwYwqeihb-D) 2023-09-30T19:56:40Z **Link: CS3100 Paradigms of Programming @ IITM (OCaml + Prolog)**
"The aim of the course is to teach you about the different paradigms of programming, their underlying concepts, and the relationships between them."

#Link #OCaml #Programming #YouTube #Video ⌘ [Read more](https://www.youtube.com/playlist?list=PLt0HgEXFOHdkE-NTs87s7QjwYwqeihb-D) 2023-09-30T19:56:40Z **Link: CS3100 Paradigms of Programming @ IITM (OCaml + Prolog)**
"The aim of the course is to teach you about the different paradigms of programming, their underlying concepts, and the relationships between them."

#Link #OCaml #Programming #YouTube #Video ⌘ [Read more](https://www.youtube.com/playlist?list=PLt0HgEXFOHdkE-NTs87s7QjwYwqeihb-D) 2023-09-30T19:56:40Z **Link: CS3100 Paradigms of Programming @ IITM (OCaml + Prolog)**
"The aim of the course is to teach you about the different paradigms of programming, their underlying concepts, and the relationships between them."

#Link #OCaml #Programming #YouTube #Video ⌘ [Read more](https://www.youtube.com/playlist?list=PLt0HgEXFOHdkE-NTs87s7QjwYwqeihb-D) 2023-09-30T19:56:40Z **Link: CS3100 Paradigms of Programming @ IITM (OCaml + Prolog)**
"The aim of the course is to teach you about the different paradigms of programming, their underlying concepts, and the relationships between them."

#Link #OCaml #Programming #YouTube #Video ⌘ [Read more](https://www.youtube.com/playlist?list=PLt0HgEXFOHdkE-NTs87s7QjwYwqeihb-D) 2023-09-30T19:56:40Z **Link: CS3100 Paradigms of Programming @ IITM (OCaml + Prolog)**
"The aim of the course is to teach you about the different paradigms of programming, their underlying concepts, and the relationships between them."

#Link #OCaml #Programming #YouTube #Video ⌘ [Read more](https://www.youtube.com/playlist?list=PLt0HgEXFOHdkE-NTs87s7QjwYwqeihb-D) 2023-09-30T19:56:40Z **Link: CS3100 Paradigms of Programming @ IITM (OCaml + Prolog)**
"The aim of the course is to teach you about the different paradigms of programming, their underlying concepts, and the relationships between them."

#Link #OCaml #Programming #YouTube #Video ⌘ [Read more](https://www.youtube.com/playlist?list=PLt0HgEXFOHdkE-NTs87s7QjwYwqeihb-D) 2023-09-30T19:56:40Z **Link: CS3100 Paradigms of Programming @ IITM (OCaml + Prolog)**
"The aim of the course is to teach you about the different paradigms of programming, their underlying concepts, and the relationships between them."

#Link #OCaml #Programming #YouTube #Video ⌘ [Read more](https://www.youtube.com/playlist?list=PLt0HgEXFOHdkE-NTs87s7QjwYwqeihb-D) 2023-09-30T19:56:40Z **Link: CS3100 Paradigms of Programming @ IITM (OCaml + Prolog)**
"The aim of the course is to teach you about the different paradigms of programming, their underlying concepts, and the relationships between them."

#Link #OCaml #Programming #YouTube #Video ⌘ [Read more](https://www.youtube.com/playlist?list=PLt0HgEXFOHdkE-NTs87s7QjwYwqeihb-D) 2023-09-30T19:56:40Z **Link: CS3100 Paradigms of Programming @ IITM (OCaml + Prolog)**
"The aim of the course is to teach you about the different paradigms of programming, their underlying concepts, and the relationships between them."

#Link #OCaml #Programming #YouTube #Video ⌘ [Read more](https://www.youtube.com/playlist?list=PLt0HgEXFOHdkE-NTs87s7QjwYwqeihb-D) 2023-09-30T19:56:40Z **Link: CS3100 Paradigms of Programming @ IITM (OCaml + Prolog)**
"The aim of the course is to teach you about the different paradigms of programming, their underlying concepts, and the relationships between them."

#Link #OCaml #Programming #YouTube #Video ⌘ [Read more](https://www.youtube.com/playlist?list=PLt0HgEXFOHdkE-NTs87s7QjwYwqeihb-D) 2023-09-30T19:56:40Z **Link: CS3100 Paradigms of Programming @ IITM (OCaml + Prolog)**
"The aim of the course is to teach you about the different paradigms of programming, their underlying concepts, and the relationships between them."

#Link #OCaml #Programming #YouTube #Video ⌘ [Read more](https://www.youtube.com/playlist?list=PLt0HgEXFOHdkE-NTs87s7QjwYwqeihb-D) 2023-09-30T19:56:40Z **Link: CS3100 Paradigms of Programming @ IITM (OCaml + Prolog)**
"The aim of the course is to teach you about the different paradigms of programming, their underlying concepts, and the relationships between them."

#Link #OCaml #Programming #YouTube #Video ⌘ [Read more](https://www.youtube.com/playlist?list=PLt0HgEXFOHdkE-NTs87s7QjwYwqeihb-D) 2023-09-30T19:56:40Z **Link: CS3100 Paradigms of Programming @ IITM (OCaml + Prolog)**
"The aim of the course is to teach you about the different paradigms of programming, their underlying concepts, and the relationships between them."

#Link #OCaml #Programming #YouTube #Video ⌘ [Read more](https://www.youtube.com/playlist?list=PLt0HgEXFOHdkE-NTs87s7QjwYwqeihb-D) 2023-09-30T19:56:40Z **Link: CS3100 Paradigms of Programming @ IITM (OCaml + Prolog)**
"The aim of the course is to teach you about the different paradigms of programming, their underlying concepts, and the relationships between them."

#Link #OCaml #Programming #YouTube #Video ⌘ [Read more](https://www.youtube.com/playlist?list=PLt0HgEXFOHdkE-NTs87s7QjwYwqeihb-D) 2023-09-30T19:56:40Z **Link: CS3100 Paradigms of Programming @ IITM (OCaml + Prolog)**
"The aim of the course is to teach you about the different paradigms of programming, their underlying concepts, and the relationships between them."

#Link #OCaml #Programming #YouTube #Video ⌘ [Read more](https://www.youtube.com/playlist?list=PLt0HgEXFOHdkE-NTs87s7QjwYwqeihb-D) 2023-09-30T19:56:40Z **Link: CS3100 Paradigms of Programming @ IITM (OCaml + Prolog)**
"The aim of the course is to teach you about the different paradigms of programming, their underlying concepts, and the relationships between them."

#Link #OCaml #Programming #YouTube #Video ⌘ [Read more](https://www.youtube.com/playlist?list=PLt0HgEXFOHdkE-NTs87s7QjwYwqeihb-D) 2023-09-30T19:56:40Z **Link: CS3100 Paradigms of Programming @ IITM (OCaml + Prolog)**
"The aim of the course is to teach you about the different paradigms of programming, their underlying concepts, and the relationships between them."

#Link #OCaml #Programming #YouTube #Video ⌘ [Read more](https://www.youtube.com/playlist?list=PLt0HgEXFOHdkE-NTs87s7QjwYwqeihb-D) 2023-09-30T19:56:40Z **Link: CS3100 Paradigms of Programming @ IITM (OCaml + Prolog)**
"The aim of the course is to teach you about the different paradigms of programming, their underlying concepts, and the relationships between them."

#Link #OCaml #Programming #YouTube #Video ⌘ [Read more](https://www.youtube.com/playlist?list=PLt0HgEXFOHdkE-NTs87s7QjwYwqeihb-D) 2023-09-30T19:56:40Z **Link: CS3100 Paradigms of Programming @ IITM (OCaml + Prolog)**
"The aim of the course is to teach you about the different paradigms of programming, their underlying concepts, and the relationships between them."

#Link #OCaml #Programming #YouTube #Video ⌘ [Read more](https://www.youtube.com/playlist?list=PLt0HgEXFOHdkE-NTs87s7QjwYwqeihb-D) 2023-10-01T22:23:12Z **Link: Introduction to Scala Development using vscode**
#Link #Scala #Programming #Tools #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=tNLS6rOGBlo) 2023-10-01T22:23:12Z **Link: Introduction to Scala Development using vscode**
#Link #Scala #Programming #Tools #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=tNLS6rOGBlo) 2023-10-01T22:23:12Z **Link: Introduction to Scala Development using vscode**
#Link #Scala #Programming #Tools #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=tNLS6rOGBlo) 2023-10-01T22:23:12Z **Link: Introduction to Scala Development using vscode**
#Link #Scala #Programming #Tools #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=tNLS6rOGBlo) 2023-10-01T22:23:12Z **Link: Introduction to Scala Development using vscode**
#Link #Scala #Programming #Tools #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=tNLS6rOGBlo) 2023-10-01T22:23:12Z **Link: Introduction to Scala Development using vscode**
#Link #Scala #Programming #Tools #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=tNLS6rOGBlo) 2023-10-01T22:23:12Z **Link: Introduction to Scala Development using vscode**
#Link #Scala #Programming #Tools #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=tNLS6rOGBlo) 2023-10-01T22:23:12Z **Link: Introduction to Scala Development using vscode**
#Link #Scala #Programming #Tools #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=tNLS6rOGBlo) 2023-10-01T22:23:12Z **Link: Introduction to Scala Development using vscode**
#Link #Scala #Programming #Tools #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=tNLS6rOGBlo) 2023-10-01T22:23:12Z **Link: Introduction to Scala Development using vscode**
#Link #Scala #Programming #Tools #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=tNLS6rOGBlo) 2023-10-01T22:23:12Z **Link: Introduction to Scala Development using vscode**
#Link #Scala #Programming #Tools #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=tNLS6rOGBlo) 2023-10-01T22:23:12Z **Link: Introduction to Scala Development using vscode**
#Link #Scala #Programming #Tools #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=tNLS6rOGBlo) 2023-10-01T22:23:12Z **Link: Introduction to Scala Development using vscode**
#Link #Scala #Programming #Tools #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=tNLS6rOGBlo) 2023-10-01T22:23:12Z **Link: Introduction to Scala Development using vscode**
#Link #Scala #Programming #Tools #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=tNLS6rOGBlo) 2023-10-01T22:23:12Z **Link: Introduction to Scala Development using vscode**
#Link #Scala #Programming #Tools #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=tNLS6rOGBlo) 2023-10-01T22:23:12Z **Link: Introduction to Scala Development using vscode**
#Link #Scala #Programming #Tools #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=tNLS6rOGBlo) 2023-10-01T22:23:12Z **Link: Introduction to Scala Development using vscode**
#Link #Scala #Programming #Tools #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=tNLS6rOGBlo) 2023-10-01T22:23:12Z **Link: Introduction to Scala Development using vscode**
#Link #Scala #Programming #Tools #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=tNLS6rOGBlo) 2023-10-01T22:23:12Z **Link: Introduction to Scala Development using vscode**
#Link #Scala #Programming #Tools #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=tNLS6rOGBlo) 2023-10-01T22:23:12Z **Link: Introduction to Scala Development using vscode**
#Link #Scala #Programming #Tools #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=tNLS6rOGBlo) 2023-10-01T22:23:12Z **Link: Introduction to Scala Development using vscode**
#Link #Scala #Programming #Tools #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=tNLS6rOGBlo) 2023-10-01T22:23:12Z **Link: Introduction to Scala Development using vscode**
#Link #Scala #Programming #Tools #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=tNLS6rOGBlo) 2023-10-01T22:23:12Z **Link: Introduction to Scala Development using vscode**
#Link #Scala #Programming #Tools #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=tNLS6rOGBlo) 2023-10-01T22:23:12Z **Link: Introduction to Scala Development using vscode**
#Link #Scala #Programming #Tools #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=tNLS6rOGBlo) 2023-10-01T22:23:12Z **Link: Introduction to Scala Development using vscode**
#Link #Scala #Programming #Tools #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=tNLS6rOGBlo) 2023-10-01T22:23:12Z **Link: Introduction to Scala Development using vscode**
#Link #Scala #Programming #Tools #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=tNLS6rOGBlo) 2023-10-01T22:23:12Z **Link: Introduction to Scala Development using vscode**
#Link #Scala #Programming #Tools #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=tNLS6rOGBlo) 2023-10-01T22:23:12Z **Link: Introduction to Scala Development using vscode**
#Link #Scala #Programming #Tools #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=tNLS6rOGBlo) 2023-10-01T22:23:12Z **Link: Introduction to Scala Development using vscode**
#Link #Scala #Programming #Tools #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=tNLS6rOGBlo) 2023-10-01T22:23:12Z **Link: Introduction to Scala Development using vscode**
#Link #Scala #Programming #Tools #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=tNLS6rOGBlo) 2023-10-01T22:23:12Z **Link: Introduction to Scala Development using vscode**
#Link #Scala #Programming #Tools #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=tNLS6rOGBlo) 2023-10-01T22:23:12Z **Link: Introduction to Scala Development using vscode**
#Link #Scala #Programming #Tools #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=tNLS6rOGBlo) 2023-10-01T22:23:12Z **Link: Introduction to Scala Development using vscode**
#Link #Scala #Programming #Tools #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=tNLS6rOGBlo) 2023-10-01T22:23:12Z **Link: Introduction to Scala Development using vscode**
#Link #Scala #Programming #Tools #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=tNLS6rOGBlo) 2023-10-01T22:23:12Z **Link: Introduction to Scala Development using vscode**
#Link #Scala #Programming #Tools #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=tNLS6rOGBlo) 2023-10-01T22:23:12Z **Link: Introduction to Scala Development using vscode**
#Link #Scala #Programming #Tools #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=tNLS6rOGBlo) 2023-10-19T12:10:10Z **Link: softwaremill/bootzooka: Starter kit for developing a web application**
Quickly start developing a Scala-based microservice or web application, without the need to write login, user registration, etc.

#Link #GitHub #Programming #Scala ⌘ [Read more](https://github.com/softwaremill/bootzooka/) 2023-10-19T12:10:10Z **Link: softwaremill/bootzooka: Starter kit for developing a web application**
Quickly start developing a Scala-based microservice or web application, without the need to write login, user registration, etc.

#Link #GitHub #Programming #Scala ⌘ [Read more](https://github.com/softwaremill/bootzooka/) 2023-10-19T12:10:10Z **Link: softwaremill/bootzooka: Starter kit for developing a web application**
Quickly start developing a Scala-based microservice or web application, without the need to write login, user registration, etc.

#Link #GitHub #Programming #Scala ⌘ [Read more](https://github.com/softwaremill/bootzooka/) 2023-10-19T12:10:10Z **Link: softwaremill/bootzooka: Starter kit for developing a web application**
Quickly start developing a Scala-based microservice or web application, without the need to write login, user registration, etc.

#Link #GitHub #Programming #Scala ⌘ [Read more](https://github.com/softwaremill/bootzooka/) 2023-10-19T12:10:10Z **Link: softwaremill/bootzooka: Starter kit for developing a web application**
Quickly start developing a Scala-based microservice or web application, without the need to write login, user registration, etc.

#Link #GitHub #Programming #Scala ⌘ [Read more](https://github.com/softwaremill/bootzooka/) 2023-10-19T12:10:10Z **Link: softwaremill/bootzooka: Starter kit for developing a web application**
Quickly start developing a Scala-based microservice or web application, without the need to write login, user registration, etc.

#Link #GitHub #Programming #Scala ⌘ [Read more](https://github.com/softwaremill/bootzooka/) 2023-10-19T12:10:10Z **Link: softwaremill/bootzooka: Starter kit for developing a web application**
Quickly start developing a Scala-based microservice or web application, without the need to write login, user registration, etc.

#Link #GitHub #Programming #Scala ⌘ [Read more](https://github.com/softwaremill/bootzooka/) 2023-10-19T12:10:10Z **Link: softwaremill/bootzooka: Starter kit for developing a web application**
Quickly start developing a Scala-based microservice or web application, without the need to write login, user registration, etc.

#Link #GitHub #Programming #Scala ⌘ [Read more](https://github.com/softwaremill/bootzooka/) 2023-10-19T12:10:10Z **Link: softwaremill/bootzooka: Starter kit for developing a web application**
Quickly start developing a Scala-based microservice or web application, without the need to write login, user registration, etc.

#Link #GitHub #Programming #Scala ⌘ [Read more](https://github.com/softwaremill/bootzooka/) 2023-10-19T12:10:10Z **Link: softwaremill/bootzooka: Starter kit for developing a web application**
Quickly start developing a Scala-based microservice or web application, without the need to write login, user registration, etc.

#Link #GitHub #Programming #Scala ⌘ [Read more](https://github.com/softwaremill/bootzooka/) 2023-10-19T12:10:10Z **Link: softwaremill/bootzooka: Starter kit for developing a web application**
Quickly start developing a Scala-based microservice or web application, without the need to write login, user registration, etc.

#Link #GitHub #Programming #Scala ⌘ [Read more](https://github.com/softwaremill/bootzooka/) 2023-10-19T12:10:10Z **Link: softwaremill/bootzooka: Starter kit for developing a web application**
Quickly start developing a Scala-based microservice or web application, without the need to write login, user registration, etc.

#Link #GitHub #Programming #Scala ⌘ [Read more](https://github.com/softwaremill/bootzooka/) 2023-10-19T12:10:10Z **Link: softwaremill/bootzooka: Starter kit for developing a web application**
Quickly start developing a Scala-based microservice or web application, without the need to write login, user registration, etc.

#Link #GitHub #Programming #Scala ⌘ [Read more](https://github.com/softwaremill/bootzooka/) 2023-10-19T12:10:10Z **Link: softwaremill/bootzooka: Starter kit for developing a web application**
Quickly start developing a Scala-based microservice or web application, without the need to write login, user registration, etc.

#Link #GitHub #Programming #Scala ⌘ [Read more](https://github.com/softwaremill/bootzooka/) 2023-10-19T12:10:10Z **Link: softwaremill/bootzooka: Starter kit for developing a web application**
Quickly start developing a Scala-based microservice or web application, without the need to write login, user registration, etc.

#Link #GitHub #Programming #Scala ⌘ [Read more](https://github.com/softwaremill/bootzooka/) 2023-10-19T12:10:10Z **Link: softwaremill/bootzooka: Starter kit for developing a web application**
Quickly start developing a Scala-based microservice or web application, without the need to write login, user registration, etc.

#Link #GitHub #Programming #Scala ⌘ [Read more](https://github.com/softwaremill/bootzooka/) 2023-10-19T12:10:10Z **Link: softwaremill/bootzooka: Starter kit for developing a web application**
Quickly start developing a Scala-based microservice or web application, without the need to write login, user registration, etc.

#Link #GitHub #Programming #Scala ⌘ [Read more](https://github.com/softwaremill/bootzooka/) 2023-10-19T12:10:10Z **Link: softwaremill/bootzooka: Starter kit for developing a web application**
Quickly start developing a Scala-based microservice or web application, without the need to write login, user registration, etc.

#Link #GitHub #Programming #Scala ⌘ [Read more](https://github.com/softwaremill/bootzooka/) 2023-10-19T12:10:10Z **Link: softwaremill/bootzooka: Starter kit for developing a web application**
Quickly start developing a Scala-based microservice or web application, without the need to write login, user registration, etc.

#Link #GitHub #Programming #Scala ⌘ [Read more](https://github.com/softwaremill/bootzooka/) 2023-10-19T12:10:10Z **Link: softwaremill/bootzooka: Starter kit for developing a web application**
Quickly start developing a Scala-based microservice or web application, without the need to write login, user registration, etc.

#Link #GitHub #Programming #Scala ⌘ [Read more](https://github.com/softwaremill/bootzooka/) 2023-10-19T12:10:10Z **Link: softwaremill/bootzooka: Starter kit for developing a web application**
Quickly start developing a Scala-based microservice or web application, without the need to write login, user registration, etc.

#Link #GitHub #Programming #Scala ⌘ [Read more](https://github.com/softwaremill/bootzooka/) 2023-10-19T12:10:10Z **Link: softwaremill/bootzooka: Starter kit for developing a web application**
Quickly start developing a Scala-based microservice or web application, without the need to write login, user registration, etc.

#Link #GitHub #Programming #Scala ⌘ [Read more](https://github.com/softwaremill/bootzooka/) 2023-10-19T12:10:10Z **Link: softwaremill/bootzooka: Starter kit for developing a web application**
Quickly start developing a Scala-based microservice or web application, without the need to write login, user registration, etc.

#Link #GitHub #Programming #Scala ⌘ [Read more](https://github.com/softwaremill/bootzooka/) 2023-10-19T12:10:10Z **Link: softwaremill/bootzooka: Starter kit for developing a web application**
Quickly start developing a Scala-based microservice or web application, without the need to write login, user registration, etc.

#Link #GitHub #Programming #Scala ⌘ [Read more](https://github.com/softwaremill/bootzooka/) 2023-10-19T12:10:10Z **Link: softwaremill/bootzooka: Starter kit for developing a web application**
Quickly start developing a Scala-based microservice or web application, without the need to write login, user registration, etc.

#Link #GitHub #Programming #Scala ⌘ [Read more](https://github.com/softwaremill/bootzooka/) 2023-10-19T12:10:10Z **Link: softwaremill/bootzooka: Starter kit for developing a web application**
Quickly start developing a Scala-based microservice or web application, without the need to write login, user registration, etc.

#Link #GitHub #Programming #Scala ⌘ [Read more](https://github.com/softwaremill/bootzooka/) 2023-10-19T12:10:10Z **Link: softwaremill/bootzooka: Starter kit for developing a web application**
Quickly start developing a Scala-based microservice or web application, without the need to write login, user registration, etc.

#Link #GitHub #Programming #Scala ⌘ [Read more](https://github.com/softwaremill/bootzooka/) 2023-10-19T12:10:10Z **Link: softwaremill/bootzooka: Starter kit for developing a web application**
Quickly start developing a Scala-based microservice or web application, without the need to write login, user registration, etc.

#Link #GitHub #Programming #Scala ⌘ [Read more](https://github.com/softwaremill/bootzooka/) 2023-10-19T12:10:10Z **Link: softwaremill/bootzooka: Starter kit for developing a web application**
Quickly start developing a Scala-based microservice or web application, without the need to write login, user registration, etc.

#Link #GitHub #Programming #Scala ⌘ [Read more](https://github.com/softwaremill/bootzooka/) 2023-10-19T12:10:10Z **Link: softwaremill/bootzooka: Starter kit for developing a web application**
Quickly start developing a Scala-based microservice or web application, without the need to write login, user registration, etc.

#Link #GitHub #Programming #Scala ⌘ [Read more](https://github.com/softwaremill/bootzooka/) 2023-10-19T12:10:10Z **Link: softwaremill/bootzooka: Starter kit for developing a web application**
Quickly start developing a Scala-based microservice or web application, without the need to write login, user registration, etc.

#Link #GitHub #Programming #Scala ⌘ [Read more](https://github.com/softwaremill/bootzooka/) 2023-10-19T12:10:10Z **Link: softwaremill/bootzooka: Starter kit for developing a web application**
Quickly start developing a Scala-based microservice or web application, without the need to write login, user registration, etc.

#Link #GitHub #Programming #Scala ⌘ [Read more](https://github.com/softwaremill/bootzooka/) 2023-10-19T12:10:10Z **Link: softwaremill/bootzooka: Starter kit for developing a web application**
Quickly start developing a Scala-based microservice or web application, without the need to write login, user registration, etc.

#Link #GitHub #Programming #Scala ⌘ [Read more](https://github.com/softwaremill/bootzooka/) 2023-10-19T12:10:10Z **Link: softwaremill/bootzooka: Starter kit for developing a web application**
Quickly start developing a Scala-based microservice or web application, without the need to write login, user registration, etc.

#Link #GitHub #Programming #Scala ⌘ [Read more](https://github.com/softwaremill/bootzooka/) 2023-10-19T12:10:10Z **Link: softwaremill/bootzooka: Starter kit for developing a web application**
Quickly start developing a Scala-based microservice or web application, without the need to write login, user registration, etc.

#Link #GitHub #Programming #Scala ⌘ [Read more](https://github.com/softwaremill/bootzooka/) 2023-10-25T09:48:40Z **Link: The Trouble with Checked Exceptions (2003)**
"Scalability and versioning" are still issues, biggest divide b/w OOP & static FP, as the latter prefers "parametricity" over breakage or UX.

#Link #Programming #Java #dotNET ⌘ [Read more](https://www.artima.com/articles/the-trouble-with-checked-exceptions) 2023-10-25T09:48:40Z **Link: The Trouble with Checked Exceptions (2003)**
"Scalability and versioning" are still issues, biggest divide b/w OOP & static FP, as the latter prefers "parametricity" over breakage or UX.

#Link #Programming #Java #dotNET ⌘ [Read more](https://www.artima.com/articles/the-trouble-with-checked-exceptions) 2023-10-25T09:48:40Z **Link: The Trouble with Checked Exceptions (2003)**
"Scalability and versioning" are still issues, biggest divide b/w OOP & static FP, as the latter prefers "parametricity" over breakage or UX.

#Link #Programming #Java #dotNET ⌘ [Read more](https://www.artima.com/articles/the-trouble-with-checked-exceptions) 2023-10-25T09:48:40Z **Link: The Trouble with Checked Exceptions (2003)**
"Scalability and versioning" are still issues, biggest divide b/w OOP & static FP, as the latter prefers "parametricity" over breakage or UX.

#Link #Programming #Java #dotNET ⌘ [Read more](https://www.artima.com/articles/the-trouble-with-checked-exceptions) 2023-10-25T09:48:40Z **Link: The Trouble with Checked Exceptions (2003)**
"Scalability and versioning" are still issues, biggest divide b/w OOP & static FP, as the latter prefers "parametricity" over breakage or UX.

#Link #Programming #Java #dotNET ⌘ [Read more](https://www.artima.com/articles/the-trouble-with-checked-exceptions) 2023-10-25T09:48:40Z **Link: The Trouble with Checked Exceptions (2003)**
"Scalability and versioning" are still issues, biggest divide b/w OOP & static FP, as the latter prefers "parametricity" over breakage or UX.

#Link #Programming #Java #dotNET ⌘ [Read more](https://www.artima.com/articles/the-trouble-with-checked-exceptions) 2023-10-25T09:48:40Z **Link: The Trouble with Checked Exceptions (2003)**
"Scalability and versioning" are still issues, biggest divide b/w OOP & static FP, as the latter prefers "parametricity" over breakage or UX.

#Link #Programming #Java #dotNET ⌘ [Read more](https://www.artima.com/articles/the-trouble-with-checked-exceptions) 2023-10-25T09:48:40Z **Link: The Trouble with Checked Exceptions (2003)**
"Scalability and versioning" are still issues, biggest divide b/w OOP & static FP, as the latter prefers "parametricity" over breakage or UX.

#Link #Programming #Java #dotNET ⌘ [Read more](https://www.artima.com/articles/the-trouble-with-checked-exceptions) 2023-10-25T09:48:40Z **Link: The Trouble with Checked Exceptions (2003)**
"Scalability and versioning" are still issues, biggest divide b/w OOP & static FP, as the latter prefers "parametricity" over breakage or UX.

#Link #Programming #Java #dotNET ⌘ [Read more](https://www.artima.com/articles/the-trouble-with-checked-exceptions) 2023-10-25T09:48:40Z **Link: The Trouble with Checked Exceptions (2003)**
"Scalability and versioning" are still issues, biggest divide b/w OOP & static FP, as the latter prefers "parametricity" over breakage or UX.

#Link #Programming #Java #dotNET ⌘ [Read more](https://www.artima.com/articles/the-trouble-with-checked-exceptions) 2023-10-25T09:48:40Z **Link: The Trouble with Checked Exceptions (2003)**
"Scalability and versioning" are still issues, biggest divide b/w OOP & static FP, as the latter prefers "parametricity" over breakage or UX.

#Link #Programming #Java #dotNET ⌘ [Read more](https://www.artima.com/articles/the-trouble-with-checked-exceptions) 2023-10-25T09:48:40Z **Link: The Trouble with Checked Exceptions (2003)**
"Scalability and versioning" are still issues, biggest divide b/w OOP & static FP, as the latter prefers "parametricity" over breakage or UX.

#Link #Programming #Java #dotNET ⌘ [Read more](https://www.artima.com/articles/the-trouble-with-checked-exceptions) 2023-10-25T09:48:40Z **Link: The Trouble with Checked Exceptions (2003)**
"Scalability and versioning" are still issues, biggest divide b/w OOP & static FP, as the latter prefers "parametricity" over breakage or UX.

#Link #Programming #Java #dotNET ⌘ [Read more](https://www.artima.com/articles/the-trouble-with-checked-exceptions) 2023-10-25T09:48:40Z **Link: The Trouble with Checked Exceptions (2003)**
"Scalability and versioning" are still issues, biggest divide b/w OOP & static FP, as the latter prefers "parametricity" over breakage or UX.

#Link #Programming #Java #dotNET ⌘ [Read more](https://www.artima.com/articles/the-trouble-with-checked-exceptions) 2023-10-25T09:48:40Z **Link: The Trouble with Checked Exceptions (2003)**
"Scalability and versioning" are still issues, biggest divide b/w OOP & static FP, as the latter prefers "parametricity" over breakage or UX.

#Link #Programming #Java #dotNET ⌘ [Read more](https://www.artima.com/articles/the-trouble-with-checked-exceptions) 2023-10-25T09:48:40Z **Link: The Trouble with Checked Exceptions (2003)**
"Scalability and versioning" are still issues, biggest divide b/w OOP & static FP, as the latter prefers "parametricity" over breakage or UX.

#Link #Programming #Java #dotNET ⌘ [Read more](https://www.artima.com/articles/the-trouble-with-checked-exceptions) 2023-10-25T09:48:40Z **Link: The Trouble with Checked Exceptions (2003)**
"Scalability and versioning" are still issues, biggest divide b/w OOP & static FP, as the latter prefers "parametricity" over breakage or UX.

#Link #Programming #Java #dotNET ⌘ [Read more](https://www.artima.com/articles/the-trouble-with-checked-exceptions) 2023-10-25T09:48:40Z **Link: The Trouble with Checked Exceptions (2003)**
"Scalability and versioning" are still issues, biggest divide b/w OOP & static FP, as the latter prefers "parametricity" over breakage or UX.

#Link #Programming #Java #dotNET ⌘ [Read more](https://www.artima.com/articles/the-trouble-with-checked-exceptions) 2023-10-25T09:48:40Z **Link: The Trouble with Checked Exceptions (2003)**
"Scalability and versioning" are still issues, biggest divide b/w OOP & static FP, as the latter prefers "parametricity" over breakage or UX.

#Link #Programming #Java #dotNET ⌘ [Read more](https://www.artima.com/articles/the-trouble-with-checked-exceptions) 2023-10-25T09:48:40Z **Link: The Trouble with Checked Exceptions (2003)**
"Scalability and versioning" are still issues, biggest divide b/w OOP & static FP, as the latter prefers "parametricity" over breakage or UX.

#Link #Programming #Java #dotNET ⌘ [Read more](https://www.artima.com/articles/the-trouble-with-checked-exceptions) 2023-10-25T09:48:40Z **Link: The Trouble with Checked Exceptions (2003)**
"Scalability and versioning" are still issues, biggest divide b/w OOP & static FP, as the latter prefers "parametricity" over breakage or UX.

#Link #Programming #Java #dotNET ⌘ [Read more](https://www.artima.com/articles/the-trouble-with-checked-exceptions) 2023-10-25T09:48:40Z **Link: The Trouble with Checked Exceptions (2003)**
"Scalability and versioning" are still issues, biggest divide b/w OOP & static FP, as the latter prefers "parametricity" over breakage or UX.

#Link #Programming #Java #dotNET ⌘ [Read more](https://www.artima.com/articles/the-trouble-with-checked-exceptions) 2023-10-25T09:48:40Z **Link: The Trouble with Checked Exceptions (2003)**
"Scalability and versioning" are still issues, biggest divide b/w OOP & static FP, as the latter prefers "parametricity" over breakage or UX.

#Link #Programming #Java #dotNET ⌘ [Read more](https://www.artima.com/articles/the-trouble-with-checked-exceptions) 2023-10-25T09:48:40Z **Link: The Trouble with Checked Exceptions (2003)**
"Scalability and versioning" are still issues, biggest divide b/w OOP & static FP, as the latter prefers "parametricity" over breakage or UX.

#Link #Programming #Java #dotNET ⌘ [Read more](https://www.artima.com/articles/the-trouble-with-checked-exceptions) 2023-10-25T09:48:40Z **Link: The Trouble with Checked Exceptions (2003)**
"Scalability and versioning" are still issues, biggest divide b/w OOP & static FP, as the latter prefers "parametricity" over breakage or UX.

#Link #Programming #Java #dotNET ⌘ [Read more](https://www.artima.com/articles/the-trouble-with-checked-exceptions) 2023-10-25T09:48:40Z **Link: The Trouble with Checked Exceptions (2003)**
"Scalability and versioning" are still issues, biggest divide b/w OOP & static FP, as the latter prefers "parametricity" over breakage or UX.

#Link #Programming #Java #dotNET ⌘ [Read more](https://www.artima.com/articles/the-trouble-with-checked-exceptions) 2023-10-25T09:48:40Z **Link: The Trouble with Checked Exceptions (2003)**
"Scalability and versioning" are still issues, biggest divide b/w OOP & static FP, as the latter prefers "parametricity" over breakage or UX.

#Link #Programming #Java #dotNET ⌘ [Read more](https://www.artima.com/articles/the-trouble-with-checked-exceptions) 2023-10-25T09:48:40Z **Link: The Trouble with Checked Exceptions (2003)**
"Scalability and versioning" are still issues, biggest divide b/w OOP & static FP, as the latter prefers "parametricity" over breakage or UX.

#Link #Programming #Java #dotNET ⌘ [Read more](https://www.artima.com/articles/the-trouble-with-checked-exceptions) 2023-10-25T09:48:40Z **Link: The Trouble with Checked Exceptions (2003)**
"Scalability and versioning" are still issues, biggest divide b/w OOP & static FP, as the latter prefers "parametricity" over breakage or UX.

#Link #Programming #Java #dotNET ⌘ [Read more](https://www.artima.com/articles/the-trouble-with-checked-exceptions) 2023-10-25T09:48:40Z **Link: The Trouble with Checked Exceptions (2003)**
"Scalability and versioning" are still issues, biggest divide b/w OOP & static FP, as the latter prefers "parametricity" over breakage or UX.

#Link #Programming #Java #dotNET ⌘ [Read more](https://www.artima.com/articles/the-trouble-with-checked-exceptions) 2023-10-25T09:48:40Z **Link: The Trouble with Checked Exceptions (2003)**
"Scalability and versioning" are still issues, biggest divide b/w OOP & static FP, as the latter prefers "parametricity" over breakage or UX.

#Link #Programming #Java #dotNET ⌘ [Read more](https://www.artima.com/articles/the-trouble-with-checked-exceptions) 2023-10-25T09:48:40Z **Link: The Trouble with Checked Exceptions (2003)**
"Scalability and versioning" are still issues, biggest divide b/w OOP & static FP, as the latter prefers "parametricity" over breakage or UX.

#Link #Programming #Java #dotNET ⌘ [Read more](https://www.artima.com/articles/the-trouble-with-checked-exceptions) 2023-10-25T09:48:40Z **Link: The Trouble with Checked Exceptions (2003)**
"Scalability and versioning" are still issues, biggest divide b/w OOP & static FP, as the latter prefers "parametricity" over breakage or UX.

#Link #Programming #Java #dotNET ⌘ [Read more](https://www.artima.com/articles/the-trouble-with-checked-exceptions) 2023-10-25T09:48:40Z **Link: The Trouble with Checked Exceptions (2003)**
"Scalability and versioning" are still issues, biggest divide b/w OOP & static FP, as the latter prefers "parametricity" over breakage or UX.

#Link #Programming #Java #dotNET ⌘ [Read more](https://www.artima.com/articles/the-trouble-with-checked-exceptions) 2023-11-07T13:03:07Z **Link: Intentional Code - Minimalism in a World of Dogmatic Design**
#Link #Programming #Design #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=CDcP5e7-NOU) 2023-11-07T13:03:07Z **Link: Intentional Code - Minimalism in a World of Dogmatic Design**
#Link #Programming #Design #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=CDcP5e7-NOU) 2023-11-07T13:03:07Z **Link: Intentional Code - Minimalism in a World of Dogmatic Design**
#Link #Programming #Design #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=CDcP5e7-NOU) 2023-11-07T13:03:07Z **Link: Intentional Code - Minimalism in a World of Dogmatic Design**
#Link #Programming #Design #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=CDcP5e7-NOU) 2023-11-07T13:03:07Z **Link: Intentional Code - Minimalism in a World of Dogmatic Design**
#Link #Programming #Design #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=CDcP5e7-NOU) 2023-11-07T13:03:07Z **Link: Intentional Code - Minimalism in a World of Dogmatic Design**
#Link #Programming #Design #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=CDcP5e7-NOU) 2023-11-07T13:03:07Z **Link: Intentional Code - Minimalism in a World of Dogmatic Design**
#Link #Programming #Design #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=CDcP5e7-NOU) 2023-11-07T13:03:07Z **Link: Intentional Code - Minimalism in a World of Dogmatic Design**
#Link #Programming #Design #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=CDcP5e7-NOU) 2023-11-07T13:03:07Z **Link: Intentional Code - Minimalism in a World of Dogmatic Design**
#Link #Programming #Design #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=CDcP5e7-NOU) 2023-11-07T13:03:07Z **Link: Intentional Code - Minimalism in a World of Dogmatic Design**
#Link #Programming #Design #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=CDcP5e7-NOU) 2023-11-07T13:03:07Z **Link: Intentional Code - Minimalism in a World of Dogmatic Design**
#Link #Programming #Design #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=CDcP5e7-NOU) 2023-11-07T13:03:07Z **Link: Intentional Code - Minimalism in a World of Dogmatic Design**
#Link #Programming #Design #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=CDcP5e7-NOU) 2023-11-07T13:03:07Z **Link: Intentional Code - Minimalism in a World of Dogmatic Design**
#Link #Programming #Design #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=CDcP5e7-NOU) 2023-11-07T13:03:07Z **Link: Intentional Code - Minimalism in a World of Dogmatic Design**
#Link #Programming #Design #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=CDcP5e7-NOU) 2023-11-07T13:03:07Z **Link: Intentional Code - Minimalism in a World of Dogmatic Design**
#Link #Programming #Design #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=CDcP5e7-NOU) 2023-11-07T13:03:07Z **Link: Intentional Code - Minimalism in a World of Dogmatic Design**
#Link #Programming #Design #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=CDcP5e7-NOU) 2023-11-07T13:03:07Z **Link: Intentional Code - Minimalism in a World of Dogmatic Design**
#Link #Programming #Design #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=CDcP5e7-NOU) 2023-11-07T13:03:07Z **Link: Intentional Code - Minimalism in a World of Dogmatic Design**
#Link #Programming #Design #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=CDcP5e7-NOU) 2023-11-07T13:03:07Z **Link: Intentional Code - Minimalism in a World of Dogmatic Design**
#Link #Programming #Design #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=CDcP5e7-NOU) 2023-11-07T13:03:07Z **Link: Intentional Code - Minimalism in a World of Dogmatic Design**
#Link #Programming #Design #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=CDcP5e7-NOU) 2023-11-07T13:03:07Z **Link: Intentional Code - Minimalism in a World of Dogmatic Design**
#Link #Programming #Design #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=CDcP5e7-NOU) 2023-11-07T13:03:07Z **Link: Intentional Code - Minimalism in a World of Dogmatic Design**
#Link #Programming #Design #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=CDcP5e7-NOU) 2023-11-07T13:03:07Z **Link: Intentional Code - Minimalism in a World of Dogmatic Design**
#Link #Programming #Design #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=CDcP5e7-NOU) 2023-11-07T13:03:07Z **Link: Intentional Code - Minimalism in a World of Dogmatic Design**
#Link #Programming #Design #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=CDcP5e7-NOU) 2023-11-07T13:03:07Z **Link: Intentional Code - Minimalism in a World of Dogmatic Design**
#Link #Programming #Design #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=CDcP5e7-NOU) 2023-11-08T18:17:04Z **In Scala 3, Use 4 Spaces for Indentation**
Scala’s coding style advised to use 2 spaces of indentation, but that was before Scala 3’s optional braces, which introduces significant indentation. It’s time for an upgrade of the coding style. ⌘ [Read more](https://alexn.org/blog/2023/11/08/in-scala-3-use-4-spaces-for-indentation/?pk_campaign=rss) 2023-11-23T17:11:29Z **Link: Saving Christmas Using Scala**
To get you in the mood for the Advent of Code 🎄

#Link #Programming #Scala #Video #YouTube ⌘ [Read more](https://www.youtube.com/watch?v=tHU36gQ5iAI) 2023-11-23T17:11:29Z **Link: Saving Christmas Using Scala**
To get you in the mood for the Advent of Code 🎄

#Link #Programming #Scala #Video #YouTube ⌘ [Read more](https://www.youtube.com/watch?v=tHU36gQ5iAI) 2023-11-23T17:11:29Z **Link: Saving Christmas Using Scala**
To get you in the mood for the Advent of Code 🎄

#Link #Programming #Scala #Video #YouTube ⌘ [Read more](https://www.youtube.com/watch?v=tHU36gQ5iAI) 2023-11-23T17:11:29Z **Link: Saving Christmas Using Scala**
To get you in the mood for the Advent of Code 🎄

#Link #Programming #Scala #Video #YouTube ⌘ [Read more](https://www.youtube.com/watch?v=tHU36gQ5iAI) 2023-11-23T17:11:29Z **Link: Saving Christmas Using Scala**
To get you in the mood for the Advent of Code 🎄

#Link #Programming #Scala #Video #YouTube ⌘ [Read more](https://www.youtube.com/watch?v=tHU36gQ5iAI) 2023-11-23T17:11:29Z **Link: Saving Christmas Using Scala**
To get you in the mood for the Advent of Code 🎄

#Link #Programming #Scala #Video #YouTube ⌘ [Read more](https://www.youtube.com/watch?v=tHU36gQ5iAI) 2023-11-23T17:11:29Z **Link: Saving Christmas Using Scala**
To get you in the mood for the Advent of Code 🎄

#Link #Programming #Scala #Video #YouTube ⌘ [Read more](https://www.youtube.com/watch?v=tHU36gQ5iAI) 2023-11-23T17:11:29Z **Link: Saving Christmas Using Scala**
To get you in the mood for the Advent of Code 🎄

#Link #Programming #Scala #Video #YouTube ⌘ [Read more](https://www.youtube.com/watch?v=tHU36gQ5iAI) 2023-11-23T17:11:29Z **Link: Saving Christmas Using Scala**
To get you in the mood for the Advent of Code 🎄

#Link #Programming #Scala #Video #YouTube ⌘ [Read more](https://www.youtube.com/watch?v=tHU36gQ5iAI) 2023-11-23T17:11:29Z **Link: Saving Christmas Using Scala**
To get you in the mood for the Advent of Code 🎄

#Link #Programming #Scala #Video #YouTube ⌘ [Read more](https://www.youtube.com/watch?v=tHU36gQ5iAI) 2023-11-23T17:11:29Z **Link: Saving Christmas Using Scala**
To get you in the mood for the Advent of Code 🎄

#Link #Programming #Scala #Video #YouTube ⌘ [Read more](https://www.youtube.com/watch?v=tHU36gQ5iAI) 2023-11-23T17:11:29Z **Link: Saving Christmas Using Scala**
To get you in the mood for the Advent of Code 🎄

#Link #Programming #Scala #Video #YouTube ⌘ [Read more](https://www.youtube.com/watch?v=tHU36gQ5iAI) 2023-11-23T17:11:29Z **Link: Saving Christmas Using Scala**
To get you in the mood for the Advent of Code 🎄

#Link #Programming #Scala #Video #YouTube ⌘ [Read more](https://www.youtube.com/watch?v=tHU36gQ5iAI) 2023-11-23T17:11:29Z **Link: Saving Christmas Using Scala**
To get you in the mood for the Advent of Code 🎄

#Link #Programming #Scala #Video #YouTube ⌘ [Read more](https://www.youtube.com/watch?v=tHU36gQ5iAI) 2023-11-23T17:11:29Z **Link: Saving Christmas Using Scala**
To get you in the mood for the Advent of Code 🎄

#Link #Programming #Scala #Video #YouTube ⌘ [Read more](https://www.youtube.com/watch?v=tHU36gQ5iAI) 2023-11-23T17:11:29Z **Link: Saving Christmas Using Scala**
To get you in the mood for the Advent of Code 🎄

#Link #Programming #Scala #Video #YouTube ⌘ [Read more](https://www.youtube.com/watch?v=tHU36gQ5iAI) 2023-11-23T17:11:29Z **Link: Saving Christmas Using Scala**
To get you in the mood for the Advent of Code 🎄

#Link #Programming #Scala #Video #YouTube ⌘ [Read more](https://www.youtube.com/watch?v=tHU36gQ5iAI) 2023-11-23T17:11:29Z **Link: Saving Christmas Using Scala**
To get you in the mood for the Advent of Code 🎄

#Link #Programming #Scala #Video #YouTube ⌘ [Read more](https://www.youtube.com/watch?v=tHU36gQ5iAI) 2023-11-23T17:11:29Z **Link: Saving Christmas Using Scala**
To get you in the mood for the Advent of Code 🎄

#Link #Programming #Scala #Video #YouTube ⌘ [Read more](https://www.youtube.com/watch?v=tHU36gQ5iAI) 2023-11-23T17:11:29Z **Link: Saving Christmas Using Scala**
To get you in the mood for the Advent of Code 🎄

#Link #Programming #Scala #Video #YouTube ⌘ [Read more](https://www.youtube.com/watch?v=tHU36gQ5iAI) 2023-11-23T17:11:29Z **Link: Saving Christmas Using Scala**
To get you in the mood for the Advent of Code 🎄

#Link #Programming #Scala #Video #YouTube ⌘ [Read more](https://www.youtube.com/watch?v=tHU36gQ5iAI) 2023-11-23T17:11:29Z **Link: Saving Christmas Using Scala**
To get you in the mood for the Advent of Code 🎄

#Link #Programming #Scala #Video #YouTube ⌘ [Read more](https://www.youtube.com/watch?v=tHU36gQ5iAI) 2023-11-30T19:25:33Z **Link: Helix and Scala**
Helix is a replacement for Vim, built from scratch, in Rust 😱, with builtin LSP support, so it can work with Scala's Metals.

#Link #Scala #Rust #Tools #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=uYopbRq62ds) 2023-11-30T19:25:33Z **Link: Helix and Scala**
Helix is a replacement for Vim, built from scratch, in Rust 😱, with builtin LSP support, so it can work with Scala's Metals.

#Link #Scala #Rust #Tools #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=uYopbRq62ds) 2023-11-30T19:25:33Z **Link: Helix and Scala**
Helix is a replacement for Vim, built from scratch, in Rust 😱, with builtin LSP support, so it can work with Scala's Metals.

#Link #Scala #Rust #Tools #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=uYopbRq62ds) 2023-11-30T19:25:33Z **Link: Helix and Scala**
Helix is a replacement for Vim, built from scratch, in Rust 😱, with builtin LSP support, so it can work with Scala's Metals.

#Link #Scala #Rust #Tools #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=uYopbRq62ds) 2023-11-30T19:25:33Z **Link: Helix and Scala**
Helix is a replacement for Vim, built from scratch, in Rust 😱, with builtin LSP support, so it can work with Scala's Metals.

#Link #Scala #Rust #Tools #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=uYopbRq62ds) 2023-11-30T19:25:33Z **Link: Helix and Scala**
Helix is a replacement for Vim, built from scratch, in Rust 😱, with builtin LSP support, so it can work with Scala's Metals.

#Link #Scala #Rust #Tools #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=uYopbRq62ds) 2023-11-30T19:25:33Z **Link: Helix and Scala**
Helix is a replacement for Vim, built from scratch, in Rust 😱, with builtin LSP support, so it can work with Scala's Metals.

#Link #Scala #Rust #Tools #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=uYopbRq62ds) 2023-11-30T19:25:33Z **Link: Helix and Scala**
Helix is a replacement for Vim, built from scratch, in Rust 😱, with builtin LSP support, so it can work with Scala's Metals.

#Link #Scala #Rust #Tools #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=uYopbRq62ds) 2023-11-30T19:25:33Z **Link: Helix and Scala**
Helix is a replacement for Vim, built from scratch, in Rust 😱, with builtin LSP support, so it can work with Scala's Metals.

#Link #Scala #Rust #Tools #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=uYopbRq62ds) 2023-11-30T19:25:33Z **Link: Helix and Scala**
Helix is a replacement for Vim, built from scratch, in Rust 😱, with builtin LSP support, so it can work with Scala's Metals.

#Link #Scala #Rust #Tools #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=uYopbRq62ds) 2023-11-30T19:25:33Z **Link: Helix and Scala**
Helix is a replacement for Vim, built from scratch, in Rust 😱, with builtin LSP support, so it can work with Scala's Metals.

#Link #Scala #Rust #Tools #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=uYopbRq62ds) 2023-11-30T19:25:33Z **Link: Helix and Scala**
Helix is a replacement for Vim, built from scratch, in Rust 😱, with builtin LSP support, so it can work with Scala's Metals.

#Link #Scala #Rust #Tools #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=uYopbRq62ds) 2023-11-30T19:25:33Z **Link: Helix and Scala**
Helix is a replacement for Vim, built from scratch, in Rust 😱, with builtin LSP support, so it can work with Scala's Metals.

#Link #Scala #Rust #Tools #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=uYopbRq62ds) 2023-11-30T19:25:33Z **Link: Helix and Scala**
Helix is a replacement for Vim, built from scratch, in Rust 😱, with builtin LSP support, so it can work with Scala's Metals.

#Link #Scala #Rust #Tools #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=uYopbRq62ds) 2023-11-30T19:25:33Z **Link: Helix and Scala**
Helix is a replacement for Vim, built from scratch, in Rust 😱, with builtin LSP support, so it can work with Scala's Metals.

#Link #Scala #Rust #Tools #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=uYopbRq62ds) 2023-11-30T19:25:33Z **Link: Helix and Scala**
Helix is a replacement for Vim, built from scratch, in Rust 😱, with builtin LSP support, so it can work with Scala's Metals.

#Link #Scala #Rust #Tools #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=uYopbRq62ds) 2023-11-30T19:25:33Z **Link: Helix and Scala**
Helix is a replacement for Vim, built from scratch, in Rust 😱, with builtin LSP support, so it can work with Scala's Metals.

#Link #Scala #Rust #Tools #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=uYopbRq62ds) 2023-11-30T19:25:33Z **Link: Helix and Scala**
Helix is a replacement for Vim, built from scratch, in Rust 😱, with builtin LSP support, so it can work with Scala's Metals.

#Link #Scala #Rust #Tools #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=uYopbRq62ds) 2023-11-30T19:25:33Z **Link: Helix and Scala**
Helix is a replacement for Vim, built from scratch, in Rust 😱, with builtin LSP support, so it can work with Scala's Metals.

#Link #Scala #Rust #Tools #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=uYopbRq62ds) 2023-11-30T19:25:33Z **Link: Helix and Scala**
Helix is a replacement for Vim, built from scratch, in Rust 😱, with builtin LSP support, so it can work with Scala's Metals.

#Link #Scala #Rust #Tools #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=uYopbRq62ds) 2023-11-30T19:25:33Z **Link: Helix and Scala**
Helix is a replacement for Vim, built from scratch, in Rust 😱, with builtin LSP support, so it can work with Scala's Metals.

#Link #Scala #Rust #Tools #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=uYopbRq62ds) 2023-11-30T19:25:33Z **Link: Helix and Scala**
Helix is a replacement for Vim, built from scratch, in Rust 😱, with builtin LSP support, so it can work with Scala's Metals.

#Link #Scala #Rust #Tools #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=uYopbRq62ds) 2023-11-30T19:25:33Z **Link: Helix and Scala**
Helix is a replacement for Vim, built from scratch, in Rust 😱, with builtin LSP support, so it can work with Scala's Metals.

#Link #Scala #Rust #Tools #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=uYopbRq62ds) 2023-11-30T19:25:33Z **Link: Helix and Scala**
Helix is a replacement for Vim, built from scratch, in Rust 😱, with builtin LSP support, so it can work with Scala's Metals.

#Link #Scala #Rust #Tools #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=uYopbRq62ds) 2023-12-04T11:04:09Z **December Adventure: Learning Rust**
This December I’m off to a great personal adventure in programming. ⌘ [Read more](https://alexn.org/blog/2023/12/04/december-adventure/?pk_campaign=rss) 2023-12-11T15:11:59Z **Link: Game Engine Black Book DOOM**
#Link #Book #Gamedev ⌘ [Read more](https://fabiensanglard.net/gebbdoom/) 2023-12-11T15:11:59Z **Link: Game Engine Black Book DOOM**
#Link #Book #Gamedev ⌘ [Read more](https://fabiensanglard.net/gebbdoom/) 2023-12-11T15:11:59Z **Link: Game Engine Black Book DOOM**
#Link #Book #Gamedev ⌘ [Read more](https://fabiensanglard.net/gebbdoom/) 2023-12-11T15:11:59Z **Link: Game Engine Black Book DOOM**
#Link #Book #Gamedev ⌘ [Read more](https://fabiensanglard.net/gebbdoom/) 2023-12-11T15:11:59Z **Link: Game Engine Black Book DOOM**
#Link #Book #Gamedev ⌘ [Read more](https://fabiensanglard.net/gebbdoom/) 2023-12-11T15:11:59Z **Link: Game Engine Black Book DOOM**
#Link #Book #Gamedev ⌘ [Read more](https://fabiensanglard.net/gebbdoom/) 2023-12-11T15:11:59Z **Link: Game Engine Black Book DOOM**
#Link #Book #Gamedev ⌘ [Read more](https://fabiensanglard.net/gebbdoom/) 2023-12-11T15:11:59Z **Link: Game Engine Black Book DOOM**
#Link #Book #Gamedev ⌘ [Read more](https://fabiensanglard.net/gebbdoom/) 2023-12-11T15:11:59Z **Link: Game Engine Black Book DOOM**
#Link #Book #Gamedev ⌘ [Read more](https://fabiensanglard.net/gebbdoom/) 2023-12-11T15:11:59Z **Link: Game Engine Black Book DOOM**
#Link #Book #Gamedev ⌘ [Read more](https://fabiensanglard.net/gebbdoom/) 2023-12-11T15:11:59Z **Link: Game Engine Black Book DOOM**
#Link #Book #Gamedev ⌘ [Read more](https://fabiensanglard.net/gebbdoom/) 2023-12-11T15:11:59Z **Link: Game Engine Black Book DOOM**
#Link #Book #Gamedev ⌘ [Read more](https://fabiensanglard.net/gebbdoom/) 2023-12-11T15:11:59Z **Link: Game Engine Black Book DOOM**
#Link #Book #Gamedev ⌘ [Read more](https://fabiensanglard.net/gebbdoom/) 2023-12-11T15:11:59Z **Link: Game Engine Black Book DOOM**
#Link #Book #Gamedev ⌘ [Read more](https://fabiensanglard.net/gebbdoom/) 2023-12-11T15:11:59Z **Link: Game Engine Black Book DOOM**
#Link #Book #Gamedev ⌘ [Read more](https://fabiensanglard.net/gebbdoom/) 2023-12-11T15:11:59Z **Link: Game Engine Black Book DOOM**
#Link #Book #Gamedev ⌘ [Read more](https://fabiensanglard.net/gebbdoom/) 2023-12-11T15:11:59Z **Link: Game Engine Black Book DOOM**
#Link #Book #Gamedev ⌘ [Read more](https://fabiensanglard.net/gebbdoom/) 2023-12-11T15:11:59Z **Link: Game Engine Black Book DOOM**
#Link #Book #Gamedev ⌘ [Read more](https://fabiensanglard.net/gebbdoom/) 2023-12-11T15:11:59Z **Link: Game Engine Black Book DOOM**
#Link #Book #Gamedev ⌘ [Read more](https://fabiensanglard.net/gebbdoom/) 2023-12-11T15:11:59Z **Link: Game Engine Black Book DOOM**
#Link #Book #Gamedev ⌘ [Read more](https://fabiensanglard.net/gebbdoom/) 2023-12-11T15:11:59Z **Link: Game Engine Black Book DOOM**
#Link #Book #Gamedev ⌘ [Read more](https://fabiensanglard.net/gebbdoom/) 2023-12-11T15:11:59Z **Link: Game Engine Black Book DOOM**
#Link #Book #Gamedev ⌘ [Read more](https://fabiensanglard.net/gebbdoom/) 2023-12-11T15:11:59Z **Link: Game Engine Black Book DOOM**
#Link #Book #Gamedev ⌘ [Read more](https://fabiensanglard.net/gebbdoom/) 2023-12-11T15:11:59Z **Link: Game Engine Black Book DOOM**
#Link #Book #Gamedev ⌘ [Read more](https://fabiensanglard.net/gebbdoom/) 2023-12-12T10:00:00Z **December Adventure update, thoughts on Rust**
This is an update to my december adventure, in which I took it upon myself to learn the Rust programming langauge. ⌘ [Read more](https://alexn.org/blog/2023/12/12/december-adventure-rust/?pk_campaign=rss) 2024-01-01T09:21:44Z **New Year Resolutions**
A new year is upon us, and it’s customary to make resolutions. The problem with new year resolutions is that we tend to forget them in about a week. So, how to make resolutions that stick? ⌘ [Read more](https://alexn.org/blog/2024/01/01/new-year-resolutions/?pk_campaign=rss) 2024-01-10T11:14:14Z **Update NextDNS with a Scala CLI script**
Today I was reminded how awesome Scala is for scripting, via Scala CLI. And it goes beyond having “batteries included”. ⌘ [Read more](https://alexn.org/blog/2024/01/10/update-nextdns-with-a-scala-cli-script/?pk_campaign=rss) 2024-01-10T17:37:53Z **Scala's Future**
As software developers, we invest a lot in our tools. Time, energy, feelings. We recommend tools to others, we build on top, we belong to a community, we contribute, hence we eventually becoming stakeholders. And there's no other tool more clamoured or risky in our belt than the programming language. Well, gather around kids, me tell you 2 stories from my past in the software industry... ⌘ [Read more](https://alexn.org/blog/2024/01/10/is-scala-in-trouble/?pk_campaign=rss) 2024-01-11T07:51:25Z ****
As software developers, we invest a lot in our tools. Time, energy, and feelings. We recommend tools to others; we build on top; we belong to a community; we contribute; hence we're eventually becoming stakeholders. And there's no other tool more clamored or risky in our belt than the programming language. Well, gather around, kids, let me tell you two stories from my past with the software industry… ⌘ [Read more](https://alexn.org/blog/2024/01/11/2024-01-10-scala-future/?pk_campaign=rss) 2024-02-15T09:14:44Z **Link: How do we optimise Scala build times?**
Nice presentation, good tips for large codebases.

#Link #Scala #Programming #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=EX-6nqPMcbQ) 2024-02-15T09:14:44Z **Link: How do we optimise Scala build times?**
Nice presentation, good tips for large codebases.

#Link #Scala #Programming #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=EX-6nqPMcbQ) 2024-02-15T09:14:44Z **Link: How do we optimise Scala build times?**
Nice presentation, good tips for large codebases.

#Link #Scala #Programming #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=EX-6nqPMcbQ) 2024-02-15T09:14:44Z **Link: How do we optimise Scala build times?**
Nice presentation, good tips for large codebases.

#Link #Scala #Programming #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=EX-6nqPMcbQ) 2024-02-15T09:14:44Z **Link: How do we optimise Scala build times?**
Nice presentation, good tips for large codebases.

#Link #Scala #Programming #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=EX-6nqPMcbQ) 2024-02-15T09:14:44Z **Link: How do we optimise Scala build times?**
Nice presentation, good tips for large codebases.

#Link #Scala #Programming #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=EX-6nqPMcbQ) 2024-02-15T09:14:44Z **Link: How do we optimise Scala build times?**
Nice presentation, good tips for large codebases.

#Link #Scala #Programming #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=EX-6nqPMcbQ) 2024-02-15T09:14:44Z **Link: How do we optimise Scala build times?**
Nice presentation, good tips for large codebases.

#Link #Scala #Programming #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=EX-6nqPMcbQ) 2024-02-15T09:14:44Z **Link: How do we optimise Scala build times?**
Nice presentation, good tips for large codebases.

#Link #Scala #Programming #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=EX-6nqPMcbQ) 2024-02-15T09:14:44Z **Link: How do we optimise Scala build times?**
Nice presentation, good tips for large codebases.

#Link #Scala #Programming #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=EX-6nqPMcbQ) 2024-02-15T09:14:44Z **Link: How do we optimise Scala build times?**
Nice presentation, good tips for large codebases.

#Link #Scala #Programming #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=EX-6nqPMcbQ) 2024-02-15T09:14:44Z **Link: How do we optimise Scala build times?**
Nice presentation, good tips for large codebases.

#Link #Scala #Programming #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=EX-6nqPMcbQ) 2024-02-15T09:14:44Z **Link: How do we optimise Scala build times?**
Nice presentation, good tips for large codebases.

#Link #Scala #Programming #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=EX-6nqPMcbQ) 2024-02-15T09:14:44Z **Link: How do we optimise Scala build times?**
Nice presentation, good tips for large codebases.

#Link #Scala #Programming #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=EX-6nqPMcbQ) 2024-02-15T09:14:44Z **Link: How do we optimise Scala build times?**
Nice presentation, good tips for large codebases.

#Link #Scala #Programming #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=EX-6nqPMcbQ) 2024-02-15T09:14:44Z **Link: How do we optimise Scala build times?**
Nice presentation, good tips for large codebases.

#Link #Scala #Programming #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=EX-6nqPMcbQ) 2024-02-15T09:14:44Z **Link: How do we optimise Scala build times?**
Nice presentation, good tips for large codebases.

#Link #Scala #Programming #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=EX-6nqPMcbQ) 2024-02-15T09:14:44Z **Link: How do we optimise Scala build times?**
Nice presentation, good tips for large codebases.

#Link #Scala #Programming #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=EX-6nqPMcbQ) 2024-02-15T09:14:44Z **Link: How do we optimise Scala build times?**
Nice presentation, good tips for large codebases.

#Link #Scala #Programming #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=EX-6nqPMcbQ) 2024-02-15T09:14:44Z **Link: How do we optimise Scala build times?**
Nice presentation, good tips for large codebases.

#Link #Scala #Programming #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=EX-6nqPMcbQ) 2024-02-15T09:14:44Z **Link: How do we optimise Scala build times?**
Nice presentation, good tips for large codebases.

#Link #Scala #Programming #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=EX-6nqPMcbQ) 2024-02-15T09:14:44Z **Link: How do we optimise Scala build times?**
Nice presentation, good tips for large codebases.

#Link #Scala #Programming #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=EX-6nqPMcbQ) 2024-02-15T09:14:44Z **Link: How do we optimise Scala build times?**
Nice presentation, good tips for large codebases.

#Link #Scala #Programming #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=EX-6nqPMcbQ) 2024-02-15T09:14:44Z **Link: How do we optimise Scala build times?**
Nice presentation, good tips for large codebases.

#Link #Scala #Programming #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=EX-6nqPMcbQ) 2024-02-15T09:14:44Z **Link: How do we optimise Scala build times?**
Nice presentation, good tips for large codebases.

#Link #Scala #Programming #YouTube #Video ⌘ [Read more](https://www.youtube.com/watch?v=EX-6nqPMcbQ) 2024-02-15T16:16:46Z **Link: Alexandru Nedelcu - My Scala Story**
#Link #Scala #Programming ⌘ [Read more](https://softwaremill.com/alexandru-nedelcu-my-scala-story/) 2024-02-15T16:16:46Z **Link: Alexandru Nedelcu - My Scala Story**
#Link #Scala #Programming ⌘ [Read more](https://softwaremill.com/alexandru-nedelcu-my-scala-story/) 2024-02-15T16:16:46Z **Link: Alexandru Nedelcu - My Scala Story**
#Link #Scala #Programming ⌘ [Read more](https://softwaremill.com/alexandru-nedelcu-my-scala-story/) 2024-02-15T16:16:46Z **Link: Alexandru Nedelcu - My Scala Story**
#Link #Scala #Programming ⌘ [Read more](https://softwaremill.com/alexandru-nedelcu-my-scala-story/) 2024-02-15T16:16:46Z **Link: Alexandru Nedelcu - My Scala Story**
#Link #Scala #Programming ⌘ [Read more](https://softwaremill.com/alexandru-nedelcu-my-scala-story/) 2024-02-15T16:16:46Z **Link: Alexandru Nedelcu - My Scala Story**
#Link #Scala #Programming ⌘ [Read more](https://softwaremill.com/alexandru-nedelcu-my-scala-story/) 2024-02-15T16:16:46Z **Link: Alexandru Nedelcu - My Scala Story**
#Link #Scala #Programming ⌘ [Read more](https://softwaremill.com/alexandru-nedelcu-my-scala-story/) 2024-02-15T16:16:46Z **Link: Alexandru Nedelcu - My Scala Story**
#Link #Scala #Programming ⌘ [Read more](https://softwaremill.com/alexandru-nedelcu-my-scala-story/) 2024-02-15T16:16:46Z **Link: Alexandru Nedelcu - My Scala Story**
#Link #Scala #Programming ⌘ [Read more](https://softwaremill.com/alexandru-nedelcu-my-scala-story/) 2024-02-15T16:16:46Z **Link: Alexandru Nedelcu - My Scala Story**
#Link #Scala #Programming ⌘ [Read more](https://softwaremill.com/alexandru-nedelcu-my-scala-story/) 2024-02-15T16:16:46Z **Link: Alexandru Nedelcu - My Scala Story**
#Link #Scala #Programming ⌘ [Read more](https://softwaremill.com/alexandru-nedelcu-my-scala-story/) 2024-02-15T16:16:46Z **Link: Alexandru Nedelcu - My Scala Story**
#Link #Scala #Programming ⌘ [Read more](https://softwaremill.com/alexandru-nedelcu-my-scala-story/) 2024-02-15T16:16:46Z **Link: Alexandru Nedelcu - My Scala Story**
#Link #Scala #Programming ⌘ [Read more](https://softwaremill.com/alexandru-nedelcu-my-scala-story/) 2024-02-15T16:16:46Z **Link: Alexandru Nedelcu - My Scala Story**
#Link #Scala #Programming ⌘ [Read more](https://softwaremill.com/alexandru-nedelcu-my-scala-story/) 2024-02-15T16:16:46Z **Link: Alexandru Nedelcu - My Scala Story**
#Link #Scala #Programming ⌘ [Read more](https://softwaremill.com/alexandru-nedelcu-my-scala-story/) 2024-02-15T16:16:46Z **Link: Alexandru Nedelcu - My Scala Story**
#Link #Scala #Programming ⌘ [Read more](https://softwaremill.com/alexandru-nedelcu-my-scala-story/) 2024-02-15T16:16:46Z **Link: Alexandru Nedelcu - My Scala Story**
#Link #Scala #Programming ⌘ [Read more](https://softwaremill.com/alexandru-nedelcu-my-scala-story/) 2024-02-15T16:16:46Z **Link: Alexandru Nedelcu - My Scala Story**
#Link #Scala #Programming ⌘ [Read more](https://softwaremill.com/alexandru-nedelcu-my-scala-story/) 2024-02-15T16:16:46Z **Link: Alexandru Nedelcu - My Scala Story**
#Link #Scala #Programming ⌘ [Read more](https://softwaremill.com/alexandru-nedelcu-my-scala-story/) 2024-02-15T16:16:46Z **Link: Alexandru Nedelcu - My Scala Story**
#Link #Scala #Programming ⌘ [Read more](https://softwaremill.com/alexandru-nedelcu-my-scala-story/) 2024-02-15T16:16:46Z **Link: Alexandru Nedelcu - My Scala Story**
#Link #Scala #Programming ⌘ [Read more](https://softwaremill.com/alexandru-nedelcu-my-scala-story/) 2024-02-15T16:16:46Z **Link: Alexandru Nedelcu - My Scala Story**
#Link #Scala #Programming ⌘ [Read more](https://softwaremill.com/alexandru-nedelcu-my-scala-story/) 2024-02-15T16:16:46Z **Link: Alexandru Nedelcu - My Scala Story**
#Link #Scala #Programming ⌘ [Read more](https://softwaremill.com/alexandru-nedelcu-my-scala-story/) 2024-02-15T16:16:46Z **Link: Alexandru Nedelcu - My Scala Story**
#Link #Scala #Programming ⌘ [Read more](https://softwaremill.com/alexandru-nedelcu-my-scala-story/) 2024-02-15T16:16:46Z **Link: Alexandru Nedelcu - My Scala Story**
#Link #Scala #Programming ⌘ [Read more](https://softwaremill.com/alexandru-nedelcu-my-scala-story/) 2024-05-25T15:27:05Z **Wiki: Gradle**
Article
 updated at May 25, 2024,
 created at May 25, 2024. ⌘ [Read more](https://alexn.org/wiki/gradle/?pk_campaign=rss) 2024-04-15T17:23:07Z **Wiki: OCaml**
Article
 updated at April 15, 2024,
 created at April 15, 2024. ⌘ [Read more](https://alexn.org/wiki/ocaml/?pk_campaign=rss) 2024-08-12T08:46:00Z **On Advertising and Tracking**
Ads are now, unfortunately, a vehicle for malware, scams, or services that are deceptive and barely legal. But, should we block ads? ⌘ [Read more](https://alexn.org/blog/2024/08/12/on-advertising-and-tracking/?pk_campaign=rss) 2024-08-13T08:17:53Z **Cryptographically Strong Random on the JVM**
When generating random numbers for certain use-cases, such as when generating keys / IDs, it’s recommended for the random function to be “cryptographically strong”. Otherwise, attackers could predict random values, enabling serious security vulnerabilities. ⌘ [Read more](https://alexn.org/blog/2024/08/13/cryptographically-strong-random-jvm/?pk_campaign=rss) 2024-08-20T06:41:41Z **1Password vs Bitwarden**
Optimising costs and my workflow is a personal obsession of mine. I've been a 1Password user for years, and I keep trying Bitwarden. If you want to pick between the two, here are the differences between them at the time of writing. ⌘ [Read more](https://alexn.org/blog/2024/08/20/1password-vs-bitwarden/?pk_campaign=rss) 2024-08-26T10:45:19Z **Wiki: Bitwarden / Vaultwarden**
Article
 updated at August 26, 2024,
 created at August 26, 2024. ⌘ [Read more](https://alexn.org/wiki/bitwarden/?pk_campaign=rss) 2024-09-06T00:00:00Z **Trusting Open-Source**
“Shrink-wrapped”, “off-the-shelf” apps, or what the young have come to know as premium apps from the app store, are destined to languish, to become expensive subscriptions, or to be sold to shady companies that will sell your data or make your computer part of a botnet. Proprietary apps are destined to either disappear, most of them taking your data with them, or to rip you off. ⌘ [Read more](https://alexn.org/blog/2024/09/06/trusting-open-source/?pk_campaign=rss) 2024-09-29T08:21:34Z **Cancellable HTTP requests via Scala's Tapir**
This sample shows an HTTP server and an HTTP client that can cleanly cancel requests. It’s using Tapir and Sttp, with Netty and AsyncHttpClient backends, all powered by Cats-Effect. ⌘ [Read more](https://alexn.org/blog/2024/09/29/cancellable-http-server-client-requests-via-scala-s-tapir/?pk_campaign=rss) 2024-11-20T07:43:54Z **Join the Open Web**
Now that you’ve seen the dangers of social media, the question is, what are you going to do about it? ⌘ [Read more](https://alexn.org/blog/2024/11/20/join-the-open-web/?pk_campaign=rss)