I will show you how you can build your own IDE for scala based on my nvim setup
While this seemed to be impossible a few years ago, it all has changed with the rise of such projects as LSP (metals in our case) and tree-sitter. During this presentation, I will show you how you can build your own IDE for scala based on my nvim setup. We will cover parts that are most essential both from the perspective of writing scala and general software development. We will talk about metals, bloop, lsp, code navigation, making the editor more interactive, and why I decided to use such a setup in favor of Intellij Idea, which I have been using for years.
We all have pretty little things laying around in our codebases, yet, we seldom give them the same love
Let's go through some libraries from ZIO ecosystem that will allow us to implement API layer with ZIO HTTP
Don't miss out on this opportunity to connect with Scalar community and create lasting memories
How Libretto, a Scala DSL for concurrent programming, can be used for writing custom stream operators