Etown-CS / EtownCoursePlanner

Elizabethtown College | Computer Science Department | Capstone Projects
MIT License
4 stars 0 forks source link

milestone:Research Milestone #23

Open MelissaPatton opened 1 month ago

MelissaPatton commented 1 month ago

I researched node.js Key takeaways:

IsabelM8 commented 1 month ago

Node.js Scalable network applications Pros:

• Uses CommonJS module syntax (require and module.exports) for importing and exporting modules • Can use ES modules (import and export) in newer versions of Node.js • Built-in modules (like http, fs, path) are part of Node.js, and can create your own modules

Node Package Manager (npm)

Frontend (HTML/JavaScript) - Students provide info

Potential AI tools openAI GPT via API TensorFlow.js - train and run ML models in js ML5.js - library that provides high-level interface for ML

danistrausburger commented 1 month ago

I researched responsive design, and how to use the Bootstrap framework to implement it. My main takeaways and thoughts:

Stephaniemotz commented 1 month ago

I researched the best practices for data encryption and how essential they are to ensure the confidentiality, integrity, and security of sensitive information. Here are some of the practices that I found, that I would like to implement within our project:

Symmetric vs Asymmetric Encryption

encryption

Other Key Points: