You are here |
github.com | ||
| | | |
adambennett.dev
|
|
| | | | Android Bennett's blog :: android, kotlin, thoughts, opinions, occasional rants | |
| | | |
www.lambdalatitudinarians.org
|
|
| | | | Lately I've been doing a lot of work in a relatively new programming language: Kotlin. From my experience, I've concluded that Kotlin is pretty rad. If you've considered learning Kotlin, or just using it in a personal project, this post might help you with your decision. Below, I hope I'll (attempt) to tell you a little bit about my experience with Kotlin, and describe what I liked about Kotlin and what I didn't like. | |
| | | |
piotrminkowski.com
|
|
| | | | This article shows the most significant new developer-friendly features after Java 8. It includes new switch expression, records or sealed. | |
| | | |
www.softdevtube.com
|
|
| | Passing data through a pipeline of transformations is an alternative approach to classic Object-Oriented Programming (OOP). The LINQ methods in .NET are designed around this, but the pipeline approach can be used for so much more than manipulating collections. This presentation looks at pipeline-oriented programming and how it relates to functional programming, the open-closed principle, |