Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mwoss/light-talks
Collection of code snippets used for knowledge sharing meetings about various programming topics
https://github.com/mwoss/light-talks
database kotlin postgres presentation security
Last synced: 23 days ago
JSON representation
Collection of code snippets used for knowledge sharing meetings about various programming topics
- Host: GitHub
- URL: https://github.com/mwoss/light-talks
- Owner: mwoss
- Created: 2023-07-23T15:24:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-23T15:29:43.000Z (over 1 year ago)
- Last Synced: 2023-07-23T16:32:18.776Z (over 1 year ago)
- Topics: database, kotlin, postgres, presentation, security
- Language: Kotlin
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Light Talks
Collection of code snippets used for knowledge sharing meetings about Kotlin, databases, security and more.Each package/directory corresponds to single IKS meeting.
* `/kotlin/scopes` - Scope functions
* `/kotlin/extensions` - Extensions functions
* `/kotlin/platforms` +` /java/platforms/` - Platform types and why you have to be more careful when calling the Java code from Kotlin
* `/kotlin/equality` - Equality (== vs === vs equals)
* `/kotlin/thisexp` - This expression
* `/kotlin/receivers` - Function literals with receivers, writing custom DSL
* `/kotlin/sealed` - Sealed classes and interfaces
* `/kotlin/types` - Power of types
* `/kotlin/context` - Context receivers
* `/kotlin/delegation` - Delegation pattern and delegation properties
* `/otp` - One time passwords
* `/postgres` - Not well-known, but powerful features of Postgres