Techno word puzzle

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
Across
  1. 3. An AI-powered recommendation engine widely used by e-commerce platforms.
  2. 6. The mechanism in React that allows components to render only what has changed.
  3. 8. A cloud service that provides pre-trained AI models for speech and text recognition.
  4. 10. A built-in React Hook used to manage side effects like fetching data.
  5. 12. A state management tool that follows the “predictable state container” principle.
  6. 15. A term for designing software that continues to function even if some parts fail.
  7. 16. A CSS property that controls element visibility without removing it from layout flow.
  8. 18. A CSS method that arranges elements dynamically within a container.
  9. 20. The CSS property used to create a smooth scrolling effect.
  10. 22. A distributed event streaming platform used for building real-time data pipelines.
  11. 23. A container orchestration tool for managing microservices at scale.
  12. 24. The feature in ES6 that allows object properties to be extracted into variables.
  13. 28. A mechanism in JavaScript that runs asynchronous operations in a non-blocking manner.
  14. 30. A lightweight alternative to services for managing global states in Angular applications.
  15. 32. A technique where a function is delayed to avoid being called too frequently, useful in search inputs.
  16. 34. A CI/CD service from GitHub that automates builds and deployments.
  17. 35. A web-based visualization tool often used in React projects.
  18. 37. A concept in React that optimizes re-rendering by memoizing values.
  19. 38. A tool used in Webpack to convert modern JavaScript code into older syntax.
  20. 39. The UX principle that ensures users don’t have to memorize information but instead recognize patterns.
  21. 41. What does Angular use to handle asynchronous data and events?
  22. 42. A database technology that allows you to store and query JSON-like documents efficiently.
  23. 43. Angular’s mechanism for passing data from a parent to a child component.
  24. 45. A key Webpack feature that eliminates unused JavaScript from the final bundle.
  25. 46. A frontend optimization technique that renders pages at build time.
  26. 48. A modern CSS layout system that defines grid-based structures.
  27. 49. An Angular decorator that defines metadata for components.
Down
  1. 1. A cloud-based logging service that provides real-time insights into application behavior.
  2. 2. A JS data structure that maintains a key-value pair, but unlike objects, keys can be any type.
  3. 3. The term for breaking down a large JS bundle into smaller, on-demand pieces for faster load time.
  4. 4. A browser API that allows loading images only when they enter the viewport.
  5. 5. A cloud service for real-time message-based communication between microservices.
  6. 7. A cloud service for hosting static sites and frontend applications.
  7. 9. A caching strategy where frequently accessed assets are stored closer to users.
  8. 11. A core Angular module used to define routes.
  9. 13. A JavaScript library commonly used for creating interactive charts and graphs.
  10. 14. An AI model known for generating images based on text prompts.
  11. 17. A Google-provided tool that audits web pages for performance, accessibility, and best practices.
  12. 19. A browser API that schedules a function to run before the next repaint.
  13. 21. A CSS preprocessor that adds features like nesting and variables.
  14. 25. A term for designing interfaces that work seamlessly across multiple screen sizes.
  15. 26. A performance metric that measures the time it takes for a webpage to become interactive.
  16. 27. A change detection strategy in Angular that optimizes performance by checking only modified parts.
  17. 29. A term for executing JavaScript code outside of the browser, often used for server-side development.
  18. 31. A performance optimization technique that prevents unnecessary re-renders of a component.
  19. 33. A Webpack concept where assets are loaded only when required.
  20. 36. The process of running unit tests automatically on each code push in CI/CD.
  21. 40. The JS method that transforms an array into a single value using a callback.
  22. 44. The directive used to create structural changes in the DOM based on conditions.
  23. 47. A technique that improves UI feedback by preventing layout shifts.