CST 363 Final Module
What are the three most important things I learned in this course?
- SQL: Through MySQL I've come to understand how to use SQL to select, insert, delete, create. etc. in a database, while learning the terminology and operators necessary for everything to properly function through queries. In the end, I found SQL to be important, as it manages data storage for various applications.
- Database integration with applications: I learned how to integrate databases with software applications, which has allowed me to understand how information is stored within backend development. In the end, backend development is one of the avenues I wish to persue, thus getting an understanding of how databases are integrated into applications is important.
- MongoDB: Through MongoDB Shell I've come to understand how to use a document-based storage. Basically, I learned how to handle data with NoSQL concepts, which implemented an alternative to how SQL databases run. In the end, MongoDB is important in its nature, as it can be used for an alternative to certain website platforms that require a constantly evolving ecosystem, such as Facebook or twitter.
Comments
Post a Comment