/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

adambennett.dev
| | www.marcogomiero.com
8.0 parsecs away

Travel
| | Recently, Ive started to work on (yet another) side project: Money Flow. As the name suggests, this is an application to help me track all the expenses and incomes. Ive thought and designed it almost a year ago but only now Ive found the time to start writing actual code. A first design iteration, that will change a bit Ive decided to make this project a personal playground for a Kotlin Multiplatform mobile app.
| | mark-story.com
5.4 parsecs away

Travel
| | I wanted to share a new CakePHP plugin that provides feature flagging. In a Saas environment, I've been a long time advocate for using feature flags to release changes instead of deploys. Feature flags let you better manage release risk by allowing you deliver code with new features disabled.
| | jakewharton.com
6.1 parsecs away

Travel
| | [AI summary] Google announces Android KTX, a new set of Kotlin extension functions designed to make Android development more concise, idiomatic, and pleasant.
| | flagsmith.com
17.8 parsecs away

Travel
| To achieve continuous deployment, it is important to separate deployment and release. This guide shows how to separate the two using feature flags.