Search
Explore the complete collection of articles about technology, development and design.
Showing 7 of 7 resultsforcss
AIWhy software factories fail
Notes on Dex's essay (HumanLayer): why the lights-off factory doesn't hold up, which structural constraint breaks it, and what to do instead.
#software-factory#ai-coding#code-quality#artificial-intelligence#best-practices
AIAI Rules: A Universal Taxonomy for AI Rules Governance
AI 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
cssCSS: Load Strategies
Practical guide on CSS loading: render blocking, strategies (preload, media, inline) and web performance.
#css#performance#wpo
AIMethodologies: How to ask the AI
Practical 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
Exploring particle system animation techniques using Canvas and JavaScript for creating dynamic visual effects
#particle system
functionalprogramming functors
Understanding functors as a design pattern for safely manipulating wrapped values in functional programming
#declarative#Pure functions#Inmutable#currying
design patternsMixins
Understanding mixins in JavaScript as a solution for multi-inheritance, including delegation, concatenative, and functional inheritance patterns
#design patterns#mixins#functional mixins#inherence