All Posts
Explore the complete collection of articles about technology, development and design.
Showing 6 of 23 results
AICraftingWhy software factories fail
· 1 min readNotes 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
AIToolsAI Rules: A Universal Taxonomy for AI Rules Governance
· 1 min readAI 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
AIToolsai-rules-cli: CLI for AI Rules Management
· 1 min readCommand-line tool for working with ai-rules, allowing you to initialize, validate, and manage project rules interactively and automatically.
#ai-rules-cli#cli#tools#automation#rules#development
cssbest-practicesCSS: Load Strategies
· 1 min readPractical guide on CSS loading: render blocking, strategies (preload, media, inline) and web performance.
#css#performance#wpo
AICraftingMethodologies: How to ask the AI
· 1 min readPractical 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
design patternsExplicit Conditional Rendering
· 1 min readA functional and maintainable pattern for conditionally displaying UI fragments without overusing logical or ternary operators.
#Astro#Functional UI#JSX#Components#patterns