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.
How to leverage Scala with scala.js to write frontend as functional programmers would do.
Understanding the exact properties that disqualify a data type from being an instance of a given abstraction turns out to be surprisingly helpful
As WebAssembly matures and gets more and more traction from the community, you might wonder can Scala join that trend?
Let's go through some most common patterns when it comes to integrating Scala applications with Kafka
How Scala 3 addresses concerns around implicits and how implicits work in Scala 3.
Come discover how simple and beautiful the theoretical core of streaming really is!