
<!DOCTYPE HTML>
<html lang="en" prefix="og:http://ogp.me/ns#" class="home">
<head>
    <meta charset="utf-8">
    <title>rsms</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <link rel="stylesheet" media="all" href="https://rsms.me/inter/inter.css" type="text/css">
    <link rel="stylesheet" media="all" href="https://rsms.me/inter/inter-display.css" type="text/css">
    <link rel="stylesheet" media="all" href="./res/fonts/ibm-plex-mono.css" type="text/css">
    <link rel="stylesheet" media="all" href="./res/base.css" type="text/css">
    <link rel="alternate" type="application/atom+xml" title="Rasmus Andersson" href="/atom.xml">
    <link rel="shortcut icon" href="/favicon.ico?v=20211116172028">
    <link rel="icon" type="image/svg+xml" sizes="any" href="/res/icon.svg?v=20211116172028">
    <link rel="apple-touch-icon" href="/res/icon-ios.png?v=20211116172028">
    <meta name="twitter:card" content="summary">
    <meta name="twitter:site" content="@rsms">
    <meta name="twitter:creator" content="@rsms">
    <meta name="apple-mobile-web-app-capable" content="yes">
    <meta name="apple-mobile-web-app-status-bar-style" content="black">
    <meta name="apple-mobile-web-app-title" content="RSMS">
    <meta property="fb:admins" content="728642302">
    <meta property="fb:app_id" content="38027689216">
    <meta property="og:image" content="">
    <meta name="twitter:image" content="">
    <meta property="og:url" content="https://rsms.me/">
    <meta property="og:site_name" content="rsms.me">
    <meta property="og:type" content="article">
    <meta property="og:locale" content="en_GB" />
</head>
<body>
<r-grid class="main" columns=6 columns-s=4 columns-xs=2>

    <r-cell order="-10" span=4 span-s=2>
        <h1>Kaixo, I'm Galder</h1>
    </r-cell>

    <r-cell order="-9" class="menu" span=2 span-s=2>
        <div class='focus0'>
            <a href="/">&#x25CF;</a>
            <a href="https://twitter.com/galderz">Twitter</a>
            <a href="https://github.com/galderz">GitHub</a>
            <a href="https://linkedin.com/in/galderz">LinkedIn</a>
        </div>
    </r-cell>

    <r-cell span=6>
        <h2 class="margin-b-4">Currently</h2>

        <h3>
            <a href="https://github.com/oracle/graal">
                GraalVM Native Image
            </a>
            and
            <a href="https://github.com/graalvm/mandrel">
                Mandrel
            </a>
        </h3>
        <p>GraalVM Native Image compiles ahead-of-time Java code to a standalone executable.
           Mandrel is a downstream distribution of of GraalVM Native Image.
        </p>

        <h3>
            <a href="https://github.com/quarkusio/quarkus">
                Quarkus
            </a>
        </h3>
        <p>Quarkus is a full-stack, Kubernetes-native Java framework made for Java virtual machines (JVMs) and native compilation.
        </p>

        <h3>
            <a href="https://github.com/qbicc">
                qbicc
            </a>
        </h3>
        <p>A prototype for compiling ahead-of-time Java code into a standalone executable using LLVM.
        </p>
    </r-cell>

    <r-cell span=6>
        <h2 class="margin-b-4">Past</h2>

        <h3>
            <a href="https://infinispan.org">
                Infinispan
            </a>
        </h3>
        <p>An in-memory key/value distributed data store.
            It distributes your data across elastically scalable clusters to guarantee high availability and fault tolerance.
        </p>
    </r-cell>

    <r-cell span=6>
        <h2 class="margin-b-4">Projects</h2>

        <h3>
            <a href="https://github.com/galderz/qollider">
                Qollider
            </a>
        </h3>
        <p>A Java API for building OpenJDK and GraalVM distributions.
           Contains sample Java scripts runnable with JBang.
        </p>
    </r-cell>

    <r-cell span=6>
        <h2 class="margin-b-4">Blog Posts</h2>

        <h3>
            <a href="https://quarkus.io/blog/quarkus-native-neo4j-call-tree">
                Quarkus Native and Neo4j
            </a>
        </h3>
        <p>Inspecting the Quarkus Native call path universe with Neo4j.
            <time datetime>Dec 2021</time>
        </p>
    </r-cell>
</r-grid>

<script async src="./res/main.js"></script>

</body>
</html>
