diff --git a/content/projects/duck4s/duck4s_logo.jpeg b/content/projects/duck4s/duck4s_logo.jpeg new file mode 100644 index 0000000..8b450ef Binary files /dev/null and b/content/projects/duck4s/duck4s_logo.jpeg differ diff --git a/content/projects/duck4s/index.md b/content/projects/duck4s/index.md new file mode 100644 index 0000000..281f673 --- /dev/null +++ b/content/projects/duck4s/index.md @@ -0,0 +1,27 @@ ++++ +title = "duck4s" +description = "A modern, type-safe Scala 3 wrapper library for DuckDB." +weight = 3 + +[taxonomies] +tags = ["Scala", "DuckDB", "Database"] +categories = ["Project"] + +[extra] +local_image = "projects/duck4s/duck4s_logo.jpeg" +social_media_card = "duck4s_logo.jpeg" +toc = true +keywords = ["Scala", "DuckDB", "Database"] ++++ + +![duck4s](duck4s_logo.jpeg) + +# Overview + +A modern, type-safe Scala 3 wrapper library for DuckDB that provides idiomatic, functional programming-friendly access to DuckDB's analytical database capabilities through its Java JDBC client. + + +## Links + +- Repository: + - README: diff --git a/content/projects/fishee/index.md b/content/projects/fishee/index.md index b5e11ea..0940e8b 100644 --- a/content/projects/fishee/index.md +++ b/content/projects/fishee/index.md @@ -1,7 +1,7 @@ +++ title = "Fishee" description = "Fishee is a command-line interface (CLI) tool designed specifically for users of the Fish Shell. It provides a convenient way to manage and manipulate your Fish Shell history files." -weight = 3 +weight = 4 [taxonomies] tags = ["Fish Shell", "Swift", "Terminal Tools"] diff --git a/content/projects/zio-actors/index.md b/content/projects/zio-actors/index.md index 3f95f5f..f52e39c 100644 --- a/content/projects/zio-actors/index.md +++ b/content/projects/zio-actors/index.md @@ -1,7 +1,7 @@ +++ title = "ZIO Actors" description = "A High performance, purely functional library for building, composing, and supervising typed actors based on ZIO using Scala." -weight = 4 +weight = 5 [taxonomies] tags = ["actor model", "concurrency", "distributed systems", "scala", "functional programming", "zio"]