Tblack6 / ubiquitous-umbrella-devTrev

Cumbie's Fall 24: My Render for Dev Mary:https://dev-mary-todo-app.onrender.com
https://github.com/Tblack6/ubiquitous-umbrella-devTrev/tree/dev-john
GNU General Public License v3.0
0 stars 0 forks source link

dev-mary-lab: quan demo notes #9

Open Tblack6 opened 6 days ago

Tblack6 commented 6 days ago

Front-End and Technology Choices

Hosting and Server Management

Tools and Infrastructure

Security and Risk Management

Learning and Development

Cost-Effective Solutions

Questions:

  1. Can you share insights gained from developing the UNA faculty knowledge base and how it has informed your other projects?
  2. How do you manage security concerns when deploying back-end systems externally?

My research on Angular and React front-end frameworks:

Tblack6 commented 1 day ago

How it fits into my stack and TODO application:

Angular

Framework: Angular is a comprehensive framework offering a full set of tools for building complex applications. It includes features like data binding, dependency injection, and a powerful CLI. Integration: Angular can consume my Express.js API endpoints to display and update tasks. It uses services to handle HTTP requests and manage state within components. Use Case: Ideal for large-scale applications requiring a structured approach and robust features out-of-the-box.

React

Library: React is a flexible library focused on building UI components. It emphasizes a component-based architecture and uses a virtual DOM for efficient rendering. Integration: React can fetch data from my Express.js API using libraries like Axios or Fetch API.

Lastly, they fit into my Tech Stack through (1)frontend-backend communication: Both Angular and React can interact with the Express.js API, making HTTP requests to perform CRUD operations on the MongoDB database

  1. Scalability: Both frameworks support scaling with features like state management!
  2. They offer quite powerful developer tools and ecosystems, enhancing productivity and maintainability