|
You are here |
www.marcogomiero.com | ||
| | | | |
codingwithmohit.com
|
|
| | | | | In this article, we'll learn about similarities and differences of Jetpack Compose and SwiftUI. | |
| | | | |
whackylabs.com
|
|
| | | | | What better way to start the new year than trying out the Kotlin Multiplatform. | |
| | | | |
0xzhangke.github.io
|
|
| | | | | ||
| | | | |
sookocheff.com
|
|
| | | I've been experimenting with the Google Cloud Dataflow Java SDK for running managed data processing pipelines. One of the first tasks is getting a build environment up and running. For this I chose Gradle. We start by declaring this a java application and listing the configuration variables that declare the source compatibility level (which for now must be 1.7) and the main class to be executed by the run task to be defined later. | ||