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