@_felipera

Scala
fromSoftwareMill
8 months ago

Direct-style Bootzooka: 2024 update | SoftwareMill

As technology never stops evolving, it's time to update Bootzooka, our webapp/microservice application template based on TypeScript and Scala.
fromHanlho
9 months ago
Scala

How to extract all TODOs from code using Scala-CLI

In recent years, Scala CLI has replaced sbt for my home and smaller work projects.Scala CLI lacks the extensive plugin ecosystem of sbt, so you need to write any additional functionalities yourself.
DevOps
fromInoio
9 months ago

inoio gmbh | Kafka compaction tuning

Kafka offers two cleanup policies, which seems simple enough: "delete", where data is deleted after a certain amount of time, and "compact", where only the most recent value is kept for any key.
DevOps
fromInoio
9 months ago

inoio gmbh | Eventual Consistency via Kafka Transactional Outbox

Our systems today are typically distributed, and sometimes integrated via an event bus such as Kafka.We store data in a database and publish events to inform other systems of changes.
fromPureframes
9 months ago
Scala

PureConfig with Scala 3 - Tutorial

It took some time, but the PureConfig on Scala 3 has almost reached the point of feature parity with its Scala 2 implementation.It's a good moment to learn why it's useful and how it works!
Scala
fromSoftwaremill
10 months ago

1. Hello, world! - tapir 1.x documentation

Going forward, we'll edit a hello.scala file.
Let's start by adding the tapir dependency.
First, you'll need the module to describe the endpoint.
Secondly, you'll need an HTTP server implementation.
Scala
fromDaniel Beskin's Blog
11 months ago

Purify Your Tests: 2 Parametric, 2 Declarative

In the last part we learned how to purify our tests using type parameters.In this and following parts we'll see some further benefits of adding type parameters this way.
[ Load more ]