All Posts
Explore the complete collection of articles about technology, development and design.
Mostrando 6 de 19 resultados
- AI Crafting
Methodologies: How to ask the AI
· 1 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
· 1 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
Memoize
· 1 min de lecturaA more function memoizer
#declarative #Pure functions #Inmutable #currying #functors - functional
Hindley-Milner notation
· 1 min de lecturaUnderstanding Hindley-Milner type notation in functional programming for expressing function signatures and type relationships
#declarative #Pure functions #Inmutable #currying #Hindley-Milner