shinharad's Stars
mermaid-js/mermaid
Generation of diagrams like flowcharts or sequence diagrams from text in a similar manner as markdown
http4s/http4s
A minimal, idiomatic Scala interface for HTTP
typelevel/cats-effect
The pure asynchronous runtime for Scala
infracost/vscode-infracost
See cost estimates for Terraform right in your editor💰📉
mercari/engineer-vocabulary-list
Engineer Vocabulary List in Japanese/English
scalapb/ScalaPB
Protocol buffer compiler for Scala.
scodec/scodec
Scala combinator library for working with binary data
theiterators/akka-http-microservice
Example of http (micro)service in Scala & akka-http
deanwampler/programming-scala-book-code-examples
The code examples used in Programming Scala, 2nd and 3rd Editions (O'Reilly)
VirtusLab/scala-cli
Scala CLI is a command-line tool to interact with the Scala language. It lets you compile, run, test, and package your Scala code (and more!)
slouc/concurrency-in-scala-with-ce
Introduction to concepts of asynchronous and concurrent programming in Scala, based on the Cats Effect library.
erikvanoosten/metrics-scala
The scala API for Dropwizard's Metrics.
arainko/ducktape
Automatic and customizable compile time transformations between similar case classes and sealed traits/enums, essentially a thing that glues your code. Scala 3 only. Or is it duct 🤔
disneystreaming/smithy4s
https://disneystreaming.github.io/smithy4s/
iheartradio/ficus
Scala-friendly companion to Typesafe config
typelevel/cats-parse
A parsing library for the cats ecosystem
naoya/md2inao
Convert markdown to inao-format for WEB+DB PRESS
powerman/dockerize
Utility to simplify running applications in docker containers
typelevel/fabric
Object-Notation Abstraction for JSON, binary, HOCON, etc.
scalacenter/scala3-migrate
A tool to help migrating from Scala 2 to Scala 3
indoorvivants/sn-bindgen
Scala 3 native binding generator + libclang facade
mckeeh3/akka-typed-java-cluster
Akka Typed Java cluster example
armanbilge/epollcat
minimum viable runtime
franciscolopezsancho/akka-topics
typelevel/scalac-options
A library for configuring scalac options
arm64-compat/confluent-platform
ARM64 compatible images of confluent-platform
softwaremill/tapir-loom
nrktkt/ninny-json
JSON typeclasses that know the difference between null and absent fields
crossroad0201/ddd-with-akka-persistence-typed
Examples for implement domain object with Akka Persistence Typed.
jchyb/scala-metaprogramming-blogpost
Companion examples to a scala metaprogramming blogpost