Design Systems
Design Token Systems: Scaling Design Consistency
Design tokens are the single source of truth for visual design attributes—colors, typography, spacing, shadows, animations—represented as platform-agno…
Stories Worth Reading
PixelProse is your go-to blog for insightful articles on Technology, Travel, Food, Health, Lifestyle, Business, Fashion and Sports. Fresh perspectives. Real stories. Zero fluff.
Results for "Figma tokens"
11 articles found
Design Systems
Design tokens are the single source of truth for visual design attributes—colors, typography, spacing, shadows, animations—represented as platform-agno…
How Claude Works
When people talk about the cost and capacity of AI models like Claude, they talk in tokens. If you're using the Claude API or just trying to understand you…
Security
Authentication is one of those topics that every web developer eventually needs to understand. The two traditional approaches are session-based authenticat…
Backend
Rust is increasingly making its way into web development, not as a JavaScript replacement, but for the performance-critical layers where every millisecond…
Real-Time
Building real-time collaborative features like those in Google Docs or Figma requires handling concurrent edits without conflicts. Operational Transformati…
How to Use Claude
Building a functional chatbot with Claude is more achievable than most people expect, even with modest programming experience. Here's a practical starting…
How Claude Works
One of the technical features that comes up often in discussions about Claude is its context window. If you've ever had an AI assistant forget what you wer…
Technology
Claude's ability to handle massive context windows up to 200,000 tokens is not just a marketing gimmick. I regularly paste entire codebases, lengthy resear…
Security
Backend
Designing a good API is about creating an intuitive interface that developers will enjoy using. RESTful principles provide a solid foundation. Start with r…
Security
Security isn't something you add after building a site—it needs to be baked into your development process. Cross-Site Scripting (XSS) remains one of the…