asas

123456789101112131415161718192021222324252627282930313233343536373839404142434445
Across
  1. 3. Server Side Rendering.
  2. 6. Request to merge code changes.
  3. 7. Deprecated linter for TypeScript.
  4. 8. Lightweight, portable runtime environment.
  5. 9. Version control system.
  6. 10. Publish app to server or cloud.
  7. 11. Move branch to a new base commit.
  8. 14. Breaks frontend into independent deployable units.
  9. 16. Containerization tool for consistent environments.
  10. 18. Client Side Rendering.
  11. 19. Microsoft’s cloud computing platform.
  12. 20. Secure string used for identity/auth.
  13. 23. Continuous Integration.
  14. 24. Saves code snapshot with a message.
  15. 26. Multi-Factor Authentication.
  16. 30. Amazon Web Services.
  17. 31. Browser storage that persists across sessions.
  18. 32. Small data stored in browser.
  19. 34. Modern frontend build tool for fast development.
  20. 37. Popular linting tool for JavaScript.
  21. 39. Cloud-based file storage solution.
  22. 41. React framework for SSR and SSG.
  23. 44. Time period user stays logged in.
  24. 45. Re-attaching event handlers after SSR.
Down
  1. 1. Opinionated code formatter.
  2. 2. Google Cloud Platform.
  3. 4. Single repository for multiple projects.
  4. 5. Process of converting source code into production-ready files.
  5. 8. Scalable infrastructure for hosting applications.
  6. 12. Script that runs automatically during Git events.
  7. 13. Browser storage that lasts until tab is closed.
  8. 15. Module bundler optimized for libraries.
  9. 17. Parallel version of code for isolated changes.
  10. 21. Single Sign-On.
  11. 22. Configuration format used in CI/CD tools.
  12. 24. Continuous Deployment.
  13. 25. Token used for secure communication and auth.
  14. 26. Combine changes from one branch to another.
  15. 27. Extremely fast bundler and minifier.
  16. 28. Standardizes code layout and style.
  17. 29. Triggers actions on external events.
  18. 32. Security feature that restricts cross-origin requests.
  19. 33. Authorization framework for accessing APIs.
  20. 35. Automated workflow for building and deploying.
  21. 36. Configuration for specific setup (dev, prod, etc.).
  22. 38. Vue framework for SSR.
  23. 40. Platform for code hosting and collaboration.
  24. 42. Code run in response to an event (e.g., serverless).
  25. 43. Tool to analyze and flag code issues.