Files
m1-sor-slides/slides.bib

77 lines
2.3 KiB
BibTeX
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
@book{poggialiConciseTypeScriptBook2026,
title = {The {{Concise TypeScript Book}}},
author = {Poggiali, Simone},
year = 2026,
url = {https://gibbok.github.io/typescript-book/book/the-concise-typescript-book/},
urldate = {2026-01-19}
}
@book{HandbookTypeScriptHandbook,
title = {The {{TypeScript Handbook}}},
author = {Microsoft},
year = 2026,
url = {https://www.typescriptlang.org/docs/handbook/intro.html},
urldate = {2026-01-19}
}
@article{greggFlameGraph2016,
title = {The Flame Graph},
author = {Gregg, Brendan},
year = 2016,
month = may,
journal = {Communications of the ACM},
volume = {59},
number = {6},
pages = {48--57},
issn = {0001-0782, 1557-7317},
doi = {10.1145/2909476},
abstract = {This visualization of software execution is a new necessity for performance profiling and debugging.},
langid = {english},
}
@misc{fowlerMicroservices,
title = {Microservices},
author = {Lewis, James and Fowler, Martin},
journal = {martinfowler.com},
abstract = {Defining the microservices architectural style by describing their nine common characteristics},
url = {https://martinfowler.com/articles/microservices.html},
urldate = {2026-01-19}
}
@misc{ParseDontValidate2019,
author = {King, Alexis},
title = {Parse, Dont Validate},
year = {2019},
month = nov,
url = {https://lexi-lambda.github.io/blog/2019/11/05/parse-don-t-validate/},
urldate = {2026-01-27}
}
@book{kleppmannDesigningDataIntensiveApplications2017,
author = {Kleppmann, Martin},
title = {Designing Data-Intensive Applications: The Big Ideas Behind Reliable, Scalable, and Maintainable Systems},
publisher = {O'Reilly Media},
address = {Sebastopol, CA},
year = {2017},
edition = {1st},
isbn = {978-1449373320},
pages = {xix + 590}
}
@book{sharvitDataOrientedProgramming2022,
author = {Sharvit, Yehonathan},
title = {Data-Oriented Programming: Reduce Software Complexity},
publisher = {Manning Publications},
address = {Shelter Island, NY},
year = {2022},
isbn = {978-1617298578},
pages = {325}
}
@book{fielding2000architectural,
title={Architectural styles and the design of network-based software architectures},
author={Fielding, Roy Thomas},
year={2000},
publisher={University of California, Irvine}
}