Tagged articles
2 articles
Page 1 of 1
ByteFE
ByteFE
May 26, 2021 · Frontend Development

Creating a Dragon‑Shaped Wish Wall with Canvas and Bubble Animations

This article walks through building a wish‑wall where user wishes appear as floating bubbles forming a dragon shape, using HTML5 canvas to extract pixel data, generating bubble DOM elements with CSS animations, and provides full JavaScript code snippets for the implementation.

CanvasDragonbubble
0 likes · 5 min read
Creating a Dragon‑Shaped Wish Wall with Canvas and Bubble Animations
21CTO
21CTO
Mar 22, 2016 · Databases

How Facebook’s Dragon Engine Accelerates Graph Queries at Scale

Facebook’s Dragon distributed graph query engine optimizes high‑volume single‑hop and multi‑hop queries by introducing specialized indexing, socially aware inverted indices, and functional primitives, dramatically reducing latency, storage reads, and CPU usage while handling massive social‑graph data.

DragonFacebookdistributed query engine
0 likes · 11 min read
How Facebook’s Dragon Engine Accelerates Graph Queries at Scale