Skip to content
View lasta's full-sized avatar
🐬
Kotlin
🐬
Kotlin
Block or Report

Block or report lasta

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

Atsushi Koshikizawa (@lasta)

Full text search engine, server-side application, natural language processing engineer.

val lasta = Profile(
    basic = Basic(
        name = "Atsushi Koshikizawa",
        location = Location("Tokyo", "Japan"),
        roles = sequenceOf(
            "Full-text search engine engineer",
            "Server-side application engineer"
        ),
    ),

    favorites = ProfileEntry(
        languages = sequenceOf("Kotlin (JVM)", "Java"),
        frameworks = sequenceOf("Spring Framework", "Ktor", "JUnit 5", "MockK"),
        systems = sequenceOf("Apache Solr"),
        tools = sequenceOf("Vim", "IntelliJ IDEA"),
        playing = sequenceOf("Darts", "Electone"),
        knowledges = sequenceOf(
            "Full-text search",
            "Unit testing",
            "Developing server-side application"
        ),
    ),

    learning = ProfileEntry(
        languages = sequenceOf("Go", "Kotlin (Native)"),
        systems = sequenceOf("Elasticsearch"),
        knowledges = sequenceOf(
            "Full-text search",
            "SRE",
            "Natural language processing"
        ),
    ),
)

https://pl.kotl.in/DJGGbljxT

lasta github stats

Top langs

Popular repositories Loading

  1. study-elasticsearch-with-ktor study-elasticsearch-with-ktor Public

    Kotlin 1

  2. markmiddle markmiddle Public archive

    More rich than Markdown

    Ruby

  3. MinecraftCommand MinecraftCommand Public archive

    Minecraft command memo

    1

  4. mml2mid mml2mid Public archive

    Music Macro Language Compiler (to midi)

    Java

  5. sample-opennlp sample-opennlp Public

    Kotlin

  6. opennlp-character-extractor opennlp-character-extractor Public

    Extract character names with OpenNLP

    Kotlin