Search
Explore the complete collection of articles about technology, development and design.
Categoría:
Mostrando 2 de 2 resultados para design 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 - 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