home.social

#backgroundtasks β€” Public Fediverse posts

Live and recent posts from across the Fediverse tagged #backgroundtasks, aggregated by home.social.

fetched live
  1. πŸ”„ Las tareas de Background App Refresh en iOS no son alarmas ni temporizadores.

    Con BGTaskScheduler solo solicitas una oportunidad de ejecuciΓ³n; el sistema decide cuΓ‘ndo (o si) la concede.

    He preparado una guΓ­a prΓ‘ctica sobre BackgroundTasks y .backgroundTask en SwiftUI:

    βœ… ConfiguraciΓ³n completa
    βœ… BGAppRefreshTaskRequest
    βœ… Estrategias de cachΓ©
    βœ… Errores frecuentes
    βœ… DepuraciΓ³n desde Xcode

    blog.arturorivas.com/posts/bac

    #Swift #SwiftUI #iOSDev #AppleDev #BackgroundTasks

  2. Want your app's data to stay fresh even when it's in the background? This guide covers everything from registering task identifiers and scheduling π΅πΊπ΄π‘π‘π‘…π‘’π‘“π‘Ÿπ‘’π‘ β„Žπ‘‡π‘Žπ‘ π‘˜π‘…π‘’π‘žπ‘’π‘’π‘ π‘‘ to handling tasks with the .π‘π‘Žπ‘π‘˜π‘”π‘Ÿπ‘œπ‘’π‘›π‘‘π‘‡π‘Žπ‘ π‘˜ modifier and testing via Xcode debugger.

    πŸ”—: nilcoalescing.com/blog/Schedul by Natalia Panferova (@natpanferova)

    #SwiftUI #BackgroundTasks #iOSDev

  3. Want your app's data to stay fresh even when it's in the background? This guide covers everything from registering task identifiers and scheduling π΅πΊπ΄π‘π‘π‘…π‘’π‘“π‘Ÿπ‘’π‘ β„Žπ‘‡π‘Žπ‘ π‘˜π‘…π‘’π‘žπ‘’π‘’π‘ π‘‘ to handling tasks with the .π‘π‘Žπ‘π‘˜π‘”π‘Ÿπ‘œπ‘’π‘›π‘‘π‘‡π‘Žπ‘ π‘˜ modifier and testing via Xcode debugger.

    πŸ”—: nilcoalescing.com/blog/Schedul by Natalia Panferova (@natpanferova)

    #SwiftUI #BackgroundTasks #iOSDev

  4. Just published the next post in my iOS 26 micro-apps series: Daily Quote Fetcher.

    It’s a small app that explores background execution and notifications, but the real lesson is about working with system constraints instead of trying to outsmart them.

    iamshift.substack.com/daily-qu

    #iamshift
    #iOS #SwiftUI #Swift #BackgroundTasks #UserNotifications

  5. πŸš€ Wow, Django 6.0 has finally joined the background tasks party... with no workers! πŸ› οΈ It's like bringing a car without wheels and calling it a transportation breakthrough. πŸ™„ Thanks, Django, for the API to nowhere!
    roam.be/notes/2025/a-first-loo #Django6 #backgroundtasks #APItoNowhere #development #programming #HackerNews #ngated

  6. πŸš€ Wow, Django 6.0 has finally joined the background tasks party... with no workers! πŸ› οΈ It's like bringing a car without wheels and calling it a transportation breakthrough. πŸ™„ Thanks, Django, for the API to nowhere!
    roam.be/notes/2025/a-first-loo #Django6 #backgroundtasks #APItoNowhere #development #programming #HackerNews #ngated

  7. Want fresh data without making users wait? A complete guide to iOS background tasks and the common pitfalls you'll encounter. Learn when to use each type and how to avoid the gotchas.

    πŸ”—: khorbushko.github.io/article/2 by Kyryl Horbushko

    #iOSDev #BackgroundTasks #iOS #MobileDev

  8. Mastering Background Tasks in Quarkus: From Simple Schedulers to Resilient Job Execution. Build reliable, scalable background processes in Java using Quarkus.
    myfear.substack.com/p/quarkus-
    #Java #Quarkus #BackgroundTasks #Scheduling

  9. Mastering Background Tasks in Quarkus: From Simple Schedulers to Resilient Job Execution. Build reliable, scalable background processes in Java using Quarkus.
    myfear.substack.com/p/quarkus-
    #Java #Quarkus #BackgroundTasks #Scheduling

  10. 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

  11. 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