import Layout from "~/components/Layout"; import "../styles/pages/stack.scss"; function stack() { return (

The Stack

Kotlin 'K' logo

The Kotlin programming language

A programming language, which runs in the JVM. Also my main language.

The Kord logo

The Kord library

A Kotlin library for creating Discord bots. Pretty bare bones.

The Kord-Extensions logo

The Kord Extensions library

A Kotlin library to improve the Kord experience.

The PostgreSQL elephant

The PostgreSQL database

A fast and reliable database. Also something, which I already used beforehand.

To view all used libraries and their licenses, check the{" "} Acknowledgements.

); } export default stack;