Search
Explore the complete collection of articles about technology, development and design.
Showing 10 of 13 resultsforfunctional
AICraftingMethodologies: How to ask the AI
· 2 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
AICraftingLessons learned about i18n with AI
· 3 min readReflections 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
functionalMemoize
· 1 min readA more function memoizer
#declarative#Pure functions#Inmutable#currying#functors
functionalmonads
· 1 min readExploring monads as specialized functors for handling null data and streamlining error handling in functional programming
#declarative#Pure functions#Inmutable#currying#functors
functionalHindley-Milner notation
· 5 min readUnderstanding Hindley-Milner type notation in functional programming for expressing function signatures and type relationships
#declarative#Pure functions#Inmutable#currying#Hindley-Milner
experimentparticle system
· 2 min readExploring particle system animation techniques using Canvas and JavaScript for creating dynamic visual effects
#particle system
functionalcombinators
· 2 min readUnderstanding combinators in functional programming as higher-order pure functions for composing and controlling program flow
#declarative#Pure functions#Inmutable#currying#combinator
functionalprogramming functors
· 4 min readUnderstanding functors as a design pattern for safely manipulating wrapped values in functional programming
#declarative#Pure functions#Inmutable#currying
functionaltransducers
· 2 min readExploring transducers in functional programming for efficient data transformation pipelines without creating intermediate values
#declarative#Pure functions#Inmutable#currying#functors#transducers