Search
Explore the complete collection of articles about technology, development and design.
Mostrando 10 de 15 resultados para AI
- AI Crafting
Methodologies: 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 - design patterns
Explicit Conditional Rendering
· 1 min de lecturaA functional and maintainable pattern for conditionally displaying UI fragments without overusing logical or ternary operators.
#Astro #Functional UI #JSX #Components #patterns - AI Crafting
Lessons learned about i18n with AI
· 3 min de lecturaReflections 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 - functional
monads
· 1 min de lecturaExploring monads as specialized functors for handling null data and streamlining error handling in functional programming
#declarative #Pure functions #Inmutable #currying #functors - functional
Hindley-Milner notation
· 5 min de lecturaUnderstanding Hindley-Milner type notation in functional programming for expressing function signatures and type relationships
#declarative #Pure functions #Inmutable #currying #Hindley-Milner - functional
combinators
· 2 min de lecturaUnderstanding combinators in functional programming as higher-order pure functions for composing and controlling program flow
#declarative #Pure functions #Inmutable #currying #combinator - functional
transducers
· 1 min de lecturaExploring transducers in functional programming for efficient data transformation pipelines without creating intermediate values
#declarative #Pure functions #Inmutable #currying #functors #transducers - functional
programming functors
· 4 min de lecturaUnderstanding functors as a design pattern for safely manipulating wrapped values in functional programming
#declarative #Pure functions #Inmutable #currying - design patterns
Mixins
· 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 - javascript
Global variables are bad
· 4 min de lecturaExploring the dangers of global variables in JavaScript, including scope pollution, concurrency issues, and best practices for variable declaration
#javascript #globals