[report]: Update Design & Implementation

This commit is contained in:
2025-04-03 01:50:30 +01:00
parent 53ddb831f4
commit 5bbe94e2c3
3 changed files with 213 additions and 26 deletions

View File

@ -434,3 +434,93 @@
subtitle = {Foclóir GaeilgeBéarla},
organization = {Teanglann}
}
@online{w3c-cors,
author = {{World Wide Web Consortium}},
title = {{Cross-Origin Resource Sharing}},
year = {2020},
month = {June},
url = {https://www.w3.org/TR/2020/SPSD-cors-20200602/},
note = {W3C Proposed Edited Recommendation},
institution = {World Wide Web Consortium (W3C)},
}
@misc{reenskaug2003mvc,
author = {Trygve Reenskaug},
title = {The Model-View-Controller (MVC): Its Past and Present},
year = {2003},
url = {https://citeseerx.ist.psu.edu/document?doi=4ef90a7b9c1b1cd02acf273694e4059a70c7d198},
urldate = {2025-04-02}
}
@inproceedings{mcnatt2001coupling,
author = {William B. McNatt and James M. Bieman},
title = {Coupling of Design Patterns: Common Practices and Their Benefits},
booktitle = {Proceedings of the Computer Software \& Applications Conference (COMPSAC 2001)},
year = {2001},
note = {To appear},
publisher = {IEEE},
address = {Fort Collins, CO, USA},
url = {https://www.cs.colostate.edu/~bieman/Pubs/McnattBieman01.pdf},
urldate = "2025-04-02"
}
@article{hassan2021survey,
title={Survey on serverless computing},
author={Hassan, Hassan B. and Barakat, Saman A. and Sarhan, Qusay I.},
journal={Journal of Cloud Computing: Advances, Systems and Applications},
volume={10},
number={1},
pages={1--29},
year={2021},
publisher={Springer},
doi={10.1186/s13677-021-00253-7},
url={https://journalofcloudcomputing.springeropen.com/articles/10.1186/s13677-021-00253-7}
}
@online{awslambda,
author = "Amazon Web Services Inc.",
title = "What is AWS Lambda?",
organization = "Amazon Lambda Developer Guide",
year = 2025,
url = "https://docs.aws.amazon.com/lambda/latest/dg/welcome.html",
urldate = "2025-04-02"
}
@online{aws_management_console,
author = "Amazon Web Services Inc.",
title = "What is the AWS Management Console?",
organization = "AWS Management Console Documentation",
year = 2025,
url = "https://docs.aws.amazon.com/awsconsolehelpdocs/latest/gsg/what-is.html",
urldate = "2025-04-02"
}
@online{aws_cli,
author = "Amazon Web Services Inc.",
title = "AWS Command Line Interface",
organization = "AWS Developer Center",
year = 2025,
url = "https://aws.amazon.com/cli/",
urldate = "2025-04-02"
}
@online{awsPowerTuning,
author = {Alex Casalboni},
title = {AWS Lambda Power Tuning},
year = {2023},
url = {https://github.com/alexcasalboni/aws-lambda-power-tuning},
urldatel = {2025-04-03},
}
@online{aws_readwrite,
author = "Amazon Web Services Inc.",
title = "DynamoDB read and write operations",
organization = "Amazon DynamoDB Developer Guide",
year = 2025,
url = "https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/read-write-operations.html",
urldate = "2025-04-02"
}