DEV Community

Discussion on: Who's looking for open source contributors? (April 30 edition)

Collapse
 
mplacona profile image
Marcos Placona

I've created a website called RealKotlin.com that aims to teach people Kotlin tips on a weekly basis.

It's great for newcomers or existing Kotlin developers as the language has a lot of syntactic sugar people just don't realise exist.

To contribute, you just have to write some code and unit tests here. Yeah, I said code and unit tests, and the system generates all the Markdown posts that go into the main website.

Send me a PR with each one of your tips and they will get published soon and sent to a bunch of Kotliners.

github.com/mplacona/RealKotlinTips...