Skip to content
View mantask's full-sized avatar
Block or Report

Block or report mantask

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. advent-of-code advent-of-code Public

    Solutions to the 🎄 Advent of Code coding challenges.

    Kotlin

  2. java-to-kotlin java-to-kotlin Public

    Comparing code after authentication service migration from Java to Kotlin

    Java

  3. eventuate-common eventuate-common Public

    Forked from eventuate-foundation/eventuate-common

    Java

  4. transactional-outbox transactional-outbox Public

    Implementation of a transactional outbox pattern within Java Spring and Kafka infrastructure.

    Java 2

  5. Testing RiskEvaluationResult monad f... Testing RiskEvaluationResult monad for composing multiple risk check functions
    1
    import java.math.BigDecimal
    2
    
                  
    3
    // Risk evaluation stuff
    4
    
                  
    5
    data class RiskEvaluation(
  6. An example of functional composition... An example of functional composition for building a projection (ie data transfer object (DTO)).
    1
    import java.time.LocalDate
    2
    
                  
    3
    data class DocumentContext(
    4
        val personId: Long,
    5
        val userId: Long?,