Tagged articles
4 articles
Page 1 of 1
VMIC UED
VMIC UED
Nov 10, 2023 · Frontend Development

Master Figma Frames and Auto Layout to Supercharge Your Design Workflow

This comprehensive guide explains Figma’s core concepts—frames, object relationships, and auto‑layout—showing why frames outperform groups, how to create efficient buttons and icons, solve common frame issues, and leverage auto‑layout settings and nesting for faster, more flexible UI design.

Auto LayoutFigmaFrames
0 likes · 18 min read
Master Figma Frames and Auto Layout to Supercharge Your Design Workflow
360 Tech Engineering
360 Tech Engineering
Mar 15, 2019 · Backend Development

Understanding HTTP/2 Implementation in Go's HTTP Server

This article provides a comprehensive overview of HTTP/2, explaining its binary framing, multiplexing, and the various frame types such as DATA, HEADERS, PRIORITY, RST_STREAM, SETTINGS, PUSH_PROMISE, PING, GOAWAY, WINDOW_UPDATE, and CONTINUATION, with specific focus on how Go's HTTP server implements these features.

BackendFramesGo
0 likes · 12 min read
Understanding HTTP/2 Implementation in Go's HTTP Server