今日已更新 252 条资讯 | 累计 24209 条内容
关于我们

开发者

编程技术、框架工具、最佳实践

6706
篇文章

共 6706 篇 · 第 58/336 页

Reddit r/programming

Requisites change while you iterate: Lessons I learned from building a concurrent DevOps tool for automatically triggering GitHub workflows

I learned a lot of things by building a project from scratch: a backend DevOps tool that facilitates managing the fast update cycle in git dependencies. Overall, the system works by running two concurrent tasks: one to check dependencies, and the other to trigger workflows. When a dependency is updated, a workflow of the dependent GitHub repository is triggered. Initially, to pass data between tasks, I used an MPSC channel, but subsequently I transitioned to a database-backed queue because the channel was not resilient enough to crashes and network errors. In the article you can find more examples of unexpected quirks that I needed to iron out after the first iteration. submitted by /u/nilirad [link] [留言]

/u/nilirad 2026-07-15 21:43 👁 4 查看原文 →
Reddit r/programming

Can a PWA replace a native app?

I am an amateur developer (TS/Vue on the front) and build apps that are expected to run on both a desktop and a mobile. I may use some features specific to mobiles (a vibration for instance). Are there still limitations in PWAs in 2026 that make it so that everything a native app can do is not portable there? Note: this is specifically a technical question about the capacities of one technology vs another one. Please do not dive into "[PWA|Native] is better", except if there are technical reasons such as the above Note: Apologies if this is too basic of a question for r/programming , I can move it elsewhere if needed! submitted by /u/sendcodenotnudes [link] [留言]

/u/sendcodenotnudes 2026-07-15 21:04 👁 7 查看原文 →
The Verge AI

The Motorola Edge 70 Max is all about power

Motorola has launched the Edge 70 Max, its latest flagship phone that's designed for power intensive tasks like streaming video and mobile gaming. Alongside having a huge battery and rapid wired charging support, the Motorola Edge 70 Max is the first Android phone to support full 25W wireless Qi2 charging since Google launched the Pixel […]

Jess Weatherbed 2026-07-15 20:18 👁 6 查看原文 →