All Posts
Explore the complete collection of articles about technology, development and design.
Mostrando 6 de 20 resultados
- css
CSS: Load Strategies
Practical guide on CSS loading: render blocking, strategies (preload, media, inline) and web performance.
#css #performance #wpo - 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
Memoize
A more function memoizer
#declarative #Pure functions #Inmutable #currying #functors - functional
monads
Exploring monads as specialized functors for handling null data and streamlining error handling in functional programming
#declarative #Pure functions #Inmutable #currying #functors