valiktor
kiit

valiktor | kiit | |
---|---|---|
2 | 9 | |
430 | 112 | |
0.0% | 0.0% | |
0.0 | 4.2 | |
about 3 years ago | 8 days ago | |
Kotlin | Kotlin | |
Apache License 2.0 | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
valiktor
-
Data class validation
Valiktor
-
Nice Kotlin Nullables and Where to Find Them. How to compose nullables, in an easy and clean way
I think you mostly reinvented validation and for that Valiktor is already my go-to.
kiit
-
what are you building with Kotlin?
I’ve been building a comprehensive Kotlin framework called https://www.slatekit.com/
-
What's your go-to web backend stack for 2021 ?
Tests : All unit-tests ( for now, will be cleaned up later )
-
Up to Date Resources for Learning Arrow / More Functional Kotlin
I don't use arrow or Category theory myself, but looking at the docs, they have valid reasons for deprecating Option ( from the docs and more so for creating type aliases for Either ). I'm doing this same approach with my implementation ( shameless plug ) of the **Result** type which is becoming somewhat universal for modeling successes and failures, and as an alternative to **Either**. You can easily type alias **Option = Result** and **Try = Result**. More details here. https://github.com/slatekit/slatekit/tree/main/src/lib/kotlin/slatekit-result
-
Using an Application Identity
This post discusses using an application identity ( a convention based unique name to identify any app ) to organize, identify an application, and properly link the identity to the logs, metrics, alerts, and other diagnostics of the application. This was designed for a Kotlin framework called Slate Kit; codebase at Git, and code for this component here at Identity.kt.
-
Anyone using any Actor Frameworks for Kotlin?
I’m building my own micro-actor library to support some of my own use cases. Specifically I need to have the ability to start, stop, pause, resume actors multiple times gracefully. My design is not fully ready but pretty close. https://github.com/slatekit/slatekit/tree/main/src/lib/kotlin/slatekit-actors
-
Ask HN: Scala vs. Kotlin?
Agree completely with everything you said and your observations regarding job market. I’ve been doing Scala for a few years and I also would not recommend it to anyone unless they have a deep desire to do pure FP(functional programming) on the JVM. The ecosystem/libraries are unnecessarily complex IMHO.
If you want FP-Lite, I recommend Kotlin, it’s very pragmatic, reasonably functional. I actually converted all my personal projects from Scala to Kotlin, including my framework https://github.com/slatekit/slatekit which took about a 4-6 weeks from the original code base.
-
Nice Kotlin Nullables and Where to Find Them. How to compose nullables, in an easy and clean way
I wish Kotlin designed their own Result type similarly to how Result is implemented in Rust or Swift, instead of defaulting the error type to Exception. I actually implemented my own version of Result for this specific reason (although I customized it to support a status field ). https://github.com/slatekit/slatekit/tree/main/src/lib/kotlin/slatekit-result
-
Create a Homebrew Installer
Well, thats finally it. I created a homebrew installer to allow for a command line tool to generate slatekit projects making it very easy for new users to get started quickly. It sounds like quite a lot at first, but there are only 3 concepts, the package( your script, app, tool), the tap (git repo for formulas), and the formula (installer). Hope this helps!
What are some alternatives?
pi4j-kotlin - Kotlin DSL for Pi4J V2
littlekt - A multiplatform WebGPU 2D game framework written in Kotlin. Build your own game engine on top.
yavi - Yet Another Validation for Java (A lambda based type safe validation framework)
sdk-for-android - [READ-ONLY] Official Appwrite Android SDK 💚 🤖
kohttp - Kotlin DSL http client
ktor_chatting_application - Server/Client Chatting application that allows to choose to chat in a group chat or privately to a specific connected user
VIF - Validation Input Filter (VIF) for Android Edittext
javalin - A simple and modern Java and Kotlin web framework [Moved to: https://github.com/javalin/javalin]
Splitties - A collection of hand-crafted extensions for your Kotlin projects.
reveal-kt - Kotlin wrapper for Reveal JS with CLI
Pi4K - Pi4J Kotlin bindings for the Raspberry Pi GPIO.
Exposed - Kotlin SQL Framework
