
A tutorial on modern web development and cloud engineering for astronomers working on science data portals at NASA.
The Modern Web Dev Boot Camp is a comprehensive online course that aims to equip individuals with the necessary skills to become proficient in modern web development. This boot camp covers a wide range of topics, including Git version control, AWS Command Line Interface (CLI) usage, working with VS Code, Node.js installation, and utilizing Slack for project communication. The course also includes a tutorial on using the Americana project template, which incorporates the US Web Design System (USWDS).
The Modern Web Dev Boot Camp is designed to provide individuals with a comprehensive understanding of modern web development practices. It covers essential tools and technologies like Git, AWS CLI, VS Code, and Node.js, along with effective project communication using Slack. The course also includes a tutorial on using the Americana project template, which incorporates the US Web Design System (USWDS). By following the installation guide and exploring the provided tutorial materials, participants can gain the necessary skills to excel in the field of web development.

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.