All Posts
Explore the complete collection of articles about technology, development and design.
Mostrando 6 de 19 resultados
- AI
Methodologies: 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 - design patterns
Explicit Conditional Rendering
A functional and maintainable pattern for conditionally displaying UI fragments without overusing logical or ternary operators.
#Astro #Functional UI #JSX #Components #patterns - AI
Lessons 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 - functional
monads
Exploring monads as specialized functors for handling null data and streamlining error handling in functional programming
#declarative #Pure functions #Inmutable #currying #functors - functional
Memoize
A more function memoizer
#declarative #Pure functions #Inmutable #currying #functors - functional
Hindley-Milner notation
Understanding Hindley-Milner type notation in functional programming for expressing function signatures and type relationships
#declarative #Pure functions #Inmutable #currying #Hindley-Milner