Explore >> Select a destination


You are here

github.com
| | adambennett.dev
9.9 parsecs away

Travel
| | Android Bennett's blog :: android, kotlin, thoughts, opinions, occasional rants
| | www.lambdalatitudinarians.org
7.3 parsecs away

Travel
| | 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
8.5 parsecs away

Travel
| | This article shows the most significant new developer-friendly features after Java 8. It includes new switch expression, records or sealed.
| | www.softdevtube.com
50.1 parsecs away

Travel
| 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,