Explore >> Select a destination


You are here

blog.codemagic.io
| | www.marcogomiero.com
10.8 parsecs away

Travel
| | SERIES: Publishing a Kotlin Multiplatform Android, iOS, and macOS app with GitHub Actions. Part 1: How to publish a Kotlin Multiplatform Android app on Play Store with GitHub Actions Part 2: How to publish a Kotlin Multiplatform iOS app on App Store with GitHub Actions Part 3: How to publish a Kotlin Multiplatform macOS app on GitHub Releases with GitHub Actions Part 4: How to publish a Kotlin Multiplatform macOS app on App Store with GitHub Actions It's been almost a year since I started working on FeedFlow, an RSS Reader available on Android, iOS, and macOS, built with Jetpack Compose for the Android app, Compose Multiplatform for the desktop app, and SwiftUI for the iOS app.
| | felixrieseberg.com
21.1 parsecs away

Travel
| | How to: Code-signing Electron apps in CI.
| | devopsjournal.io
11.7 parsecs away

Travel
| | Deploy .NET Core web application using GitHub Actions
| | www.neerajsidhaye.com
26.0 parsecs away

Travel
| Creating optimized docker image for GO application using multi stage build - using alpine image and then produce a small image with only binary in a scratch image. Let's read further...