Skip to content
View lolmageap's full-sized avatar

Block or report lolmageap

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
lolmageap/README.md

Kotlin Backend Developer

I'm studying 2021~


I'm cherhy, a full-time backend developer 👨‍💻 working since 2022 🚀

My Message

fun main() {
    while (working()) {
        HEALTH -= 1
    }
}

var HEALTH = 365

fun working(): Boolean {
    if (HEALTH > 0) {
        return true
    } else {
        throw OutOfMemoryError("쉬면서 일을 해보는건 어때요?")
    }
}


@Transactional(noRollbackFor = [IrreversibleAction::class])
fun life() { /* compiled code */ }

class IrreversibleAction: RuntimeException()

image

Pinned Loading

  1. daily-commit-checker daily-commit-checker Public

    매일매일 커밋을 했는지 파악하고 경고 메시지를 보내주는 스케줄러

    Kotlin 3

  2. kmsl kmsl Public

    This library for easily using Spring Data MongoDB with Kotlin DSL

    Kotlin 7 1

  3. streaming-platform streaming-platform Public

    msa, saga pattern, hexagonal archetecture, event driven archetecture, kafka, axon framework를 학습하기 위한 repository입니다.

    Kotlin

  4. youthcon-mongodsl youthcon-mongodsl Public

    [2024년 유스콘 - Kotlin으로 맞춤형 MongoDB DSL 개발하기]

    Kotlin 12

  5. test-container-spring-batch test-container-spring-batch Public

    example for spring batch + test container + flyway + master, slave database

    Kotlin

  6. ktor-server-extension ktor-server-extension Public

    찾아보니 ktor에는 scheduler랑 shedlock이 없어서 내가 그냥 만듦

    Kotlin 2