Search
Explore the complete collection of articles about technology, development and design.
Mostrando 6 de 6 resultados para css
-
AI ToolsAI Rules: A Universal Taxonomy for AI Rules Governance
· 3 min de lecturaAI Rules defines a universal metamodel and taxonomy for describing project rules in a structured and machine-readable way, designed to work alongside ai-rules-cli.
#ai-rules #governance #taxonomy #rules #development #best-practices -
css best-practicesCSS: Load Strategies
· 4 min de lecturaPractical guide on CSS loading: render blocking, strategies (preload, media, inline) and web performance.
#css #performance #wpo -
AI CraftingMethodologies: How to ask the AI
· 2 min de lecturaPractical guide for writing effective prompts using the ASPECCT methodology, with template, real example and comparison with alternative frameworks.
#ASPECCT #prompt-engineering #best-practices #artificial-intelligence -
experimentparticle system
· 2 min de lecturaExploring particle system animation techniques using Canvas and JavaScript for creating dynamic visual effects
#particle system -
functionalprogramming functors
· 4 min de lecturaUnderstanding functors as a design pattern for safely manipulating wrapped values in functional programming
#declarative #Pure functions #Inmutable #currying -
design patternsMixins
· 2 min de lecturaUnderstanding mixins in JavaScript as a solution for multi-inheritance, including delegation, concatenative, and functional inheritance patterns
#design patterns #mixins #functional mixins #inherence