Join 📚 Kevin's Highlights
A batch of the best highlights from what Kevin's read, .

How to Create Enterprise Data Warehouse Software
Yuliya Melnik
When You’re Reaching Out to a Stranger You Admire
Perhaps it’s someone who works in a relevant department at your dream company. Or, maybe it’s that experienced professional who has a stellar reputation in your field. Either way, you’re eager to establish some sort of connection with this person that you respect—even though you’ve never actually met.
*Hello [Name],*
*I hope you’re having a great week!*
*My name is [Your name], and I work as [Position] at [Company]. I became familiar with your work when [how you discovered this person] and wanted to reach out to tell you how much I admire your [skill or specific experience].*
*If you’re open to it, I’d love to [grab coffee/connect on LinkedIn/other opportunity to get to know each other] to [keep in touch/learn more about your experience].*
*Really looking forward to keeping in touch, [Name]!*
*Best,*
*[Your name]*
4 Email Templates to Make Networking Way Less Awkward
Kat Boogaard
Load a selected template from a suggester
Show a suggester with different template options.
Load in the selected template from the suggester.
Check out that switch statement!
<%*
const choice = await tp.system.suggester(["Simple Note", "Book", "Music", "MOC"], ["Simple Note", "Book", "Music", "MOC"]);
let output = ""
switch(choice) {
case "Book":
output = await tp.file.include("[[-Book]]")
break;
case "Music":
output = await tp.file.include("[[-Music]]")
break
case "MOC":
output = await tp.file.include("[[-MOC]]")
break;
default:
new Notice("No Matching Template")
}
tR += output
%>
Templater Snippets
shbgm.ca
...catch up on these, and many more highlights