Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/roskenet/feature-of-the-day

Small Snackable Snippets
https://github.com/roskenet/feature-of-the-day

Last synced: 1 day ago
JSON representation

Small Snackable Snippets

Awesome Lists containing this project

README

        

# Feature of the Day

Slides are here:
https://drive.google.com/file/d/1TN7CA3MXPnOWOTFWeaZ5_AZUkK486kzT/view?usp=sharing

## SDKman
https://sdkman.io/install

## Kotlin native compiler
https://kotlinlang.org/docs/native-command-line-compiler.html

## Run PostgreSQL on docker
docker run -d -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=postgres --name postgres-16 -p 5432:5432 postgres:16