DEV Community

Discussion on: What's your go-to stack these days?

Collapse
 
danieljsummers profile image
Daniel J. Summers

I'm in the midst of learning Kotlin. I introduced it at work, and it's pretty much just a way for me to get some functional programming in our Java 6 EE-targeted application.

Do you have (or know of) any open-source examples with Kotlin across the whole stack? My "learning" part is writing an application which, for now, uses Angular on the front end.

And, for data access, do you use Exposed, Hibernate/JPA, roll your own, or something else?