Tagged articles

auto-update

9 articles · Page 1 of 1
Java Companion
Java Companion
Jul 10, 2026 · Operations

One-Click Install & Auto-Update for GitHub Binaries: My Experience with the 16k‑Star Komi Store

Komi Store aggregates binary releases from GitHub, Codeberg, Forgejo and other Git platforms, offering searchable, filtered listings with version, star and fork counts, and provides one‑click installation, multiple Android install methods, auto‑update scheduling, APK inspection, and optional mirror downloads, all in an open‑source package manager.

AndroidGitHubKomi Store
0 likes · 10 min read
One-Click Install & Auto-Update for GitHub Binaries: My Experience with the 16k‑Star Komi Store
JavaScript
JavaScript
Jan 6, 2026 · Frontend Development

How to Auto‑Detect Front‑End Code Updates and Prompt Users to Refresh

This article explains why automatic update detection is essential for web apps, compares polling version files with server‑push techniques like SSE and WebSockets, and provides practical implementation steps and UX guidelines for prompting users to refresh.

FrontendPollingSSE
0 likes · 6 min read
How to Auto‑Detect Front‑End Code Updates and Prompt Users to Refresh
JavaScript
JavaScript
Oct 5, 2025 · Frontend Development

How to Auto-Detect Frontend Updates and Prompt Users to Refresh

This article explains why front‑end applications need automatic version detection, compares polling, Server‑Sent Events and WebSockets, and offers practical implementation tips and UX guidelines for prompting users to refresh to the latest release.

FrontendPollingSSE
0 likes · 7 min read
How to Auto-Detect Frontend Updates and Prompt Users to Refresh
Code Mala Tang
Code Mala Tang
Oct 1, 2025 · Frontend Development

Master Electron Packaging: A Deep Dive into electron-builder

This guide explains how to use electron-builder to package Electron apps into native installers for Windows, macOS, and Linux, covering setup, configuration, Python integration, code signing, auto‑updates, and practical tips for seamless cross‑platform distribution.

Code SigningElectronPackaging
0 likes · 12 min read
Master Electron Packaging: A Deep Dive into electron-builder
JavaScript
JavaScript
Jun 12, 2025 · Frontend Development

How to Auto‑Detect Frontend Updates and Prompt Users to Refresh

This article explains why automatically detecting new front‑end releases is essential, compares polling version files with server‑push techniques such as SSE and WebSockets, and offers practical implementation tips and user‑experience guidelines for prompting users to refresh their browsers.

Pollingauto-updateuser experience
0 likes · 8 min read
How to Auto‑Detect Frontend Updates and Prompt Users to Refresh