Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/roskenet/feature-of-the-day
- Owner: roskenet
- Created: 2024-01-05T13:24:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-28T19:09:43.000Z (11 months ago)
- Last Synced: 2024-11-10T11:46:23.376Z (about 2 months ago)
- Language: TeX
- Size: 1.87 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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