Tagged articles
20 articles
Page 1 of 1
Tech Musings
Tech Musings
May 27, 2026 · Backend Development

How to Upload Images to Qiniu Cloud with Rust + Actix‑Web and Generate Signed Download URLs

This article walks through moving image storage from TiDB Cloud to Qiniu Cloud for a WeChat mini‑program, detailing a Rust + Actix‑Web backend that validates image format, deduplicates via SHA‑256 content‑addressable keys, creates upload tokens, performs idempotent multipart uploads, and builds hour‑aligned private download URLs with referer protection.

Actix-WebContent-Addressable StorageImage Upload
0 likes · 22 min read
How to Upload Images to Qiniu Cloud with Rust + Actix‑Web and Generate Signed Download URLs
macrozheng
macrozheng
Mar 18, 2025 · Frontend Development

Deploy and Master the WeChat Markdown Editor for Stunning Articles

This guide introduces the open‑source WeChat Markdown Editor, outlines its key features such as full Markdown support, Mermaid charts, code highlighting, theme customization, and image upload, and provides step‑by‑step Docker installation and usage instructions for creating stylish WeChat articles.

Code HighlightingDockerImage Upload
0 likes · 6 min read
Deploy and Master the WeChat Markdown Editor for Stunning Articles
Huolala Tech
Huolala Tech
May 23, 2023 · Frontend Development

One‑Click VS Code Image Upload Extension to Supercharge Your Workflow

This article presents a step‑by‑step guide to building a VS Code extension that streamlines image handling by automatically resolving paths, compressing files with Tinify, uploading them to OSS, and inserting the resulting URLs, dramatically reducing repetitive work and improving development efficiency.

ExtensionImage UploadOSS
0 likes · 15 min read
One‑Click VS Code Image Upload Extension to Supercharge Your Workflow
Bilibili Tech
Bilibili Tech
Oct 18, 2022 · Frontend Development

Building a Slate.js Rich Text Editor: Toolbar, Lists, and Image Upload

This tutorial walks through the practical steps of extending a Slate.js rich‑text editor with toolbar actions, multi‑level list handling, and a robust image‑upload solution, providing code snippets, implementation details, and design considerations for each feature.

FrontendImage UploadJavaScript
0 likes · 12 min read
Building a Slate.js Rich Text Editor: Toolbar, Lists, and Image Upload
The Dominant Programmer
The Dominant Programmer
Jun 15, 2022 · Frontend Development

How to Enable Markdown Online Editing in Vue Using mavon-editor

This guide walks through installing the mavon-editor package, globally registering it in a Vue project, creating a component with markdown binding, configuring props, customizing toolbars, handling image uploads, and using keyboard shortcuts to provide a full-featured online markdown editor.

FrontendImage UploadMarkdown
0 likes · 9 min read
How to Enable Markdown Online Editing in Vue Using mavon-editor
php Courses
php Courses
Mar 23, 2021 · Backend Development

Implementing Ajax Image Upload with Deletion in ThinkPHP5

This guide demonstrates how to replace a standard file upload in a ThinkPHP5 post feature with an Ajax-based solution that allows real‑time image preview, server‑side handling via PHP, and selective deletion of uploaded images, improving compatibility and user experience.

FormDataImage UploadJavaScript
0 likes · 5 min read
Implementing Ajax Image Upload with Deletion in ThinkPHP5
Liangxu Linux
Liangxu Linux
Feb 16, 2021 · Fundamentals

How to Enable Automatic Image Upload in Typora with Plugins and Built‑in Support

This guide explains how to add image‑upload capabilities to the Typora markdown editor by using a third‑party Windows plugin, configuring the built‑in upload feature, and setting up various image hosting services such as GitHub, self‑hosted servers, Tencent OSS, Aliyun OSS, Qiniu, Gitee, and SM.MS, complete with installation steps and code snippets.

Image UploadMarkdownTypora
0 likes · 11 min read
How to Enable Automatic Image Upload in Typora with Plugins and Built‑in Support
Java Backend Technology
Java Backend Technology
Jan 28, 2021 · Frontend Development

Enable Automatic Image Upload in Typora with Plugins and Built‑in Options

This guide explains how to add image‑upload capabilities to the Typora Markdown editor by using a third‑party Windows plugin, configuring built‑in upload support, and setting up various image hosting services such as GitHub, Tencent OSS, Aliyun OSS, Qiniu, and Gitee, complete with installation steps and code snippets.

GitHubImage UploadMarkdown
0 likes · 12 min read
Enable Automatic Image Upload in Typora with Plugins and Built‑in Options
Liangxu Linux
Liangxu Linux
Nov 29, 2020 · Fundamentals

Auto‑Upload Images in Typora on Windows Using PicGo

This guide shows Windows users how to configure PicGo and Typora so that pasted or dragged images are automatically uploaded to an image hosting service, covering version requirements, server activation, Typora settings, verification steps, and multiple upload methods.

Image UploadMarkdownPicGo
0 likes · 4 min read
Auto‑Upload Images in Typora on Windows Using PicGo
Laravel Tech Community
Laravel Tech Community
Apr 21, 2020 · Backend Development

Implement Image Upload with Laravel 5.6 and Alibaba Cloud OSS

This guide walks through setting up a Laravel 5.6 project, installing the Alibaba Cloud OSS storage package, configuring access credentials, creating a custom upload controller, and testing the image upload API with Postman, providing complete code snippets and step‑by‑step instructions.

Alibaba Cloud OSSImage UploadLaravel
0 likes · 6 min read
Implement Image Upload with Laravel 5.6 and Alibaba Cloud OSS
Tencent Cloud Developer
Tencent Cloud Developer
Mar 28, 2019 · Mobile Development

Community Mini-Program Feature Implementation Using Cloud Development

The guide shows how to create a WeChat community mini‑program with cloud development that lets users post text and up to six images, implements home, publishing, and personal‑center pages, handles data pagination, image preview and deletion, stores posts in cloud collections, manages user authorization and avatar display, and addresses typical permission and refresh problems.

FrontendImage UploadJavaScript
0 likes · 12 min read
Community Mini-Program Feature Implementation Using Cloud Development
Art of Distributed System Architecture Design
Art of Distributed System Architecture Design
Apr 25, 2016 · Backend Development

Twitter’s Media Platform: Scaling Image Uploads and Storage Optimizations

The talk by Twitter engineer Henna Kermani outlines how the Media Platform’s decoupled, resumable upload pipeline, handle‑based storage, TTL policies, on‑demand processing, and Progressive JPEG adoption enabled processing 3,000 images per second while cutting storage, compute costs and improving operational flexibility.

Backend EngineeringImage UploadMedia Platform
0 likes · 4 min read
Twitter’s Media Platform: Scaling Image Uploads and Storage Optimizations