New micro-app write-up: Daily Quote Fetcher.
A small iOS app used to explore background tasks, notification timing, and what happens when you stop fighting the system and design with it instead.
iamshift.substack.com/daily-quote-...
#iamshift
#iOS #SwiftUI #Swift #BackgroundTasks
Gemini could soon handle tasks in the background without holding your screen hostage #Technology #SoftwareandApps #Other #GeminiAI #BackgroundTasks #Productivity
🔇 𝐷𝑜 𝑗𝑜𝑏 𝑠𝑖𝑙𝑒𝑛𝑡𝑙𝑦 by Kyryl Horbushko
Want fresh data without making users wait? A complete guide to iOS background tasks and the common pitfalls you'll encounter when implementing them.
#iOSDev #BackgroundTasks #iOS
khorbushko.github.io/article/2025...
Learn how to implement background tasks in ASP.NET Core using hosted services! Enhance your app's performance and efficiency by decoupling long-running processes. #ASPNETCore #BackgroundTasks
Mastering Background Tasks in Quarkus: From Simple Schedulers to Resilient Job Execution. Build reliable, scalable background processes in Java using Quarkus.
buff.ly/ymefML7
#Java #Quarkus #BackgroundTasks #Scheduling
new on medium:
The Trick Was Me Thinking I Wasn’t Being Tricked
a personal essay about overworking, self-deception, and the myth of “just one more task”
if you’ve ever mistaken exhaustion for progress—this is for you
medium.com/@fladry.crea...
#writing #burnout #backgroundtasks
Also, I decided to schedule only one reminder (of the given kind) into the future for each habit and scheduled background task that should schedule the next ones if needed every 30 minutes. I don’t know what the best practice is here, tbh.
#TaskScheduling #BackgroundTasks
The problem with that is when the user doesn’t open the app for a day, I don’t have a way for scheduling the next reminder. I could use a background task for that, but there is no guarantee it’ll be run - thanks 🍎.
#BackgroundTasks #AppleDev #DevStruggles