[report]: Add JavaScript framework discussion

This commit is contained in:
2025-04-05 09:24:49 +01:00
parent fdbced7560
commit fcb43a68ee
3 changed files with 97 additions and 3 deletions

View File

@ -920,3 +920,52 @@
url = {https://aws.amazon.com/what-is/opensearch/},
urldate = "2025-04-04"
}
@online{junit,
author = {Stefan Gwihs and Zoran Regvart and Tokuhiro Matsuno and Atsushi Komiya and Peter Schuster and André Camilo and Christian Femers and Niklas Seyfarth and Rafael Fernández Font Perez and Roman Pylypaka and Ravi Vasamsetty and Jun Nakamura and Sebastian Staack and Paul Schaub and Hiroshi Ito and Toshihiro Nakamura and Venkat Subramaniam and Yongjun Hong},
title = {JUnit 5 Documentation},
year = {2025},
url = {https://junit.org/junit5/},
urldate = "2025-04-04"
}
@online{java,
author = {Oracle},
title = {Java Documentation},
year = {2025},
url = {https://docs.oracle.com/en/java/},
urldate = "2025-04-04"
}
@online{python,
author = {Python Software Foundation},
title = {Python Documentation},
year = {2025},
url = {https://www.python.org/doc/},
urldate = "2025-04-04"
}
@online{node,
author = {OpenJS Foudnation},
title = {Node.js v23.11.0 documentation},
year = {2025},
url = {https://nodejs.org/docs/latest/api/},
urldate = "2025-04-04"
}
@online{angular,
title = "Angular API Reference",
author = "Google",
year = 2025,
url = "https://angular.dev/api"
}
@online{vue,
title = "Vue.js Documentation",
author = "Evan You",
year = 2025,
url = "https://vuejs.org/guide/introduction.html"
}