initial commit

This commit is contained in:
khannurien
2026-01-17 08:39:11 +01:00
commit d4b7a1ba99
43 changed files with 5026 additions and 0 deletions

29
slides.bib Normal file
View File

@@ -0,0 +1,29 @@
@book{poggialiConciseTypeScriptBook2026,
title = {The {{Concise TypeScript Book}}},
author = {Poggiali, Simone},
year = 2026,
howpublished = {https://gibbok.github.io/typescript-book/book/the-concise-typescript-book/},
}
@book{HandbookTypeScriptHandbook,
title = {The {{TypeScript Handbook}}},
author = {Microsoft},
year = 2026,
howpublished = {https://www.typescriptlang.org/docs/handbook/intro.html},
}
@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},
urldate = {2026-01-16},
abstract = {This visualization of software execution is a new necessity for performance profiling and debugging.},
langid = {english},
}