Git Product home page Git Product logo

import io.v47.misc.DriverLicense
import io.v47.misc.Person
import io.v47.misc.Experience
import io.v47.misc.Customer

val workExperience = Experience(
    languages = listOf("Rust", "Kotlin", "Go", "Python", "TypeScript", "JavaScript", "Regex"),
    runtimes = listOf("JVM", "Node.js"),
    platforms = listOf("Linux", "Android"),
    libraries = listOf("Tokio", "AWS SDK", "Quarkus", "Micronaut", "Spring Boot", "Vue", "React", "Angular"),
    databases = listOf("PostgreSQL", "DynamoDB", "Redis", "Oracle", "MySQL", "Teradata"),
    tools = listOf("Docker", "AWS CDK", "IntelliJ IDEA", "Linux", "GitLab", "GitHub", "macOS"),
    happyCustomers = listOf(
        Customer("Erste Digital GmbH", "Vienna", "Austria"),
        Customer("ACREDIA Versicherung AG", "Vienna", "Austria"),
        Customer("MSE Personal Service AG", "Eschen", "Liechtenstein"),
        Customer("Otto GmbH & Co KG", "Hamburg", "Germany"),
        Customer("FIATWISE Software AG", "Vienna", "Austria"),
        Customer("Joyn GmbH", "Munich", "Germany"),
        Customer("Raiffeisen Bank International A.G.", "Vienna", "Austria")
    ),
    isFreelancing = true
)

val personalExperience = Experience(
    languages = listOf("English", "German", "ActionScript 3"),
    libraries = listOf("Nuxt"),
    tools = listOf("Proxmox", "openmediavault", "LXC", "SaltStack", "GamePad", "Windows", "ffmpeg"),
    interests = listOf("Homelabs", "Media Transcoding", "Flying", "Space Exploration", "Sci-Fi", "Craft Beer"),
    driverLicense = setOf(DriverLicense.B)
)

val person = Person(
    name = "Alex Katlein",
    home = "Vienna, Austria",
    age = 30,
    experience = workExperience + personalExperience
)

Alex Katlein's Projects

pigmnts icon pigmnts

🎨 Color palette generator from an image using WebAssesmbly and Rust

quarkus icon quarkus

Quarkus: Supersonic Subatomic Java.

replibyte icon replibyte

Seed your development database with real data ⚡️

tinybox-example icon tinybox-example

Microservice example project using Quarkus, Kubernetes, Kafka, and a splash of love

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.