Tagged articles
6 articles
Page 1 of 1
Architect's Guide
Architect's Guide
Mar 7, 2026 · Backend Development

Get PocketBase Up and Running: A Lightweight Go Backend in Minutes

PocketBase is a lightweight Go‑based open‑source backend‑as‑a‑service that bundles an embedded SQLite database, authentication, file storage, real‑time APIs and an admin UI into a single executable, allowing developers to launch a full backend in minutes with simple commands or a few lines of Go code.

GoRealtimebasa
0 likes · 5 min read
Get PocketBase Up and Running: A Lightweight Go Backend in Minutes
Java Web Project
Java Web Project
Mar 3, 2026 · Backend Development

How PocketBase Lets You Spin Up a Full Backend in Minutes

This article introduces PocketBase, an open‑source Go‑based Backend‑as‑a‑Service that bundles SQLite, authentication, file storage, real‑time APIs and an admin UI into a single executable, and walks through its core features, quick‑start steps, a Go integration example, and UI screenshots.

Backend-as-a-ServiceGoOpenSource
0 likes · 5 min read
How PocketBase Lets You Spin Up a Full Backend in Minutes
php Courses
php Courses
Feb 12, 2025 · Backend Development

Real-Time Photo Effects with PHP: Capturing Webcam Video and Applying Filters

This tutorial explains how to use PHP with OpenCV and the GD library to capture webcam video, save each frame as a JPEG, and apply various real‑time image filters such as grayscale, Gaussian blur, contrast adjustments, and edge detection, including keyboard‑controlled filter switching.

FiltersGDOpenCV
0 likes · 5 min read
Real-Time Photo Effects with PHP: Capturing Webcam Video and Applying Filters
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Dec 29, 2024 · Frontend Development

Encapsulating WebSocket with Reconnection, Heartbeat, and Event Handling in JavaScript/TypeScript

This article explains how to wrap WebSocket in a reusable JavaScript/TypeScript class that provides automatic reconnection, heartbeat monitoring, event callbacks, connection state management, and graceful destruction, while also comparing WebSocket advantages over traditional HTTP polling for real‑time H5 applications.

HeartbeatJavaScriptRealtime
0 likes · 14 min read
Encapsulating WebSocket with Reconnection, Heartbeat, and Event Handling in JavaScript/TypeScript
Open Source Tech Hub
Open Source Tech Hub
Jan 10, 2024 · Backend Development

Implementing Private Channel Push with Webman Push (PHP & JavaScript)

This guide walks through installing the Webman framework and push plugin, configuring private and presence channels, creating authorization endpoints in PHP, and using JavaScript to subscribe and receive secure real‑time messages, complete with code examples and troubleshooting tips.

Realtimeprivate-channelpush
0 likes · 8 min read
Implementing Private Channel Push with Webman Push (PHP & JavaScript)
Python Programming Learning Circle
Python Programming Learning Circle
Mar 13, 2021 · Backend Development

Building a Real‑Time Flight Tracking Application with Python and OpenSky Network Data

This tutorial explains how to retrieve live aircraft positions from the OpenSky Network via its REST API, process the data with Python libraries such as requests, pandas and NumPy, convert coordinates, and visualise the results on an interactive Bokeh map that updates every few seconds in a web browser.

BokehRealtimedata-visualization
0 likes · 14 min read
Building a Real‑Time Flight Tracking Application with Python and OpenSky Network Data