Search
Explore the complete collection of articles about technology, development and design.
Mostrando 10 de 14 resultados para AI
-
AIai-rules-cli: CLI for AI Rules Management
Command-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 -
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 -
AILessons learned about i18n with AI
Reflections and learnings about internationalization (i18n) using Artificial Intelligence, common challenges and best practices for future development teams.
#i18n #internationalization #best-practices #artificial-intelligence #web-development -
functionalmonads
Exploring monads as specialized functors for handling null data and streamlining error handling in functional programming
#declarative #Pure functions #Inmutable #currying #functors -
functionaltransducers
Exploring transducers in functional programming for efficient data transformation pipelines without creating intermediate values
#declarative #Pure functions #Inmutable #currying #functors #transducers -
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 -
javascriptGlobal variables are bad
Exploring the dangers of global variables in JavaScript, including scope pollution, concurrency issues, and best practices for variable declaration
#javascript #globals