%%dvmd{TABLE WITHOUT ID
choice(key = "Link", "Link",
choice(key = "Rating", "Rating",
choice(key = "Description", "Description",
choice(key = "Type", join(Type, ", "),
choice(key = "Categories", "Categories",
choice(key = "Author", "Author",
choice(key = "Founders", "Founders",
"Created"))))))) AS "Property",
choice(key = "Link", Link,
choice(key = "Rating", Rating,
choice(key = "Description", Description,
choice(key = "Type", join(Type, ", "),
choice(key = "Categories", join(Categories, ", "),
choice(key = "Author", Author,
choice(key = "Founders", join(Founders, ", "),
created))))))) AS "Value"
FROM "{{file_path}}"
FLATTEN ["Link", "Rating", "Description", "Type", "Categories", "Author", "Founders", "created"] AS key}{properties_table}%%
%%insert_dvmd{properties_table}%%
| Property | Value |
| ----------- | --------------------------------------------------------------------------------------------------- |
| Link | https://mail.bigdeskenergy.com/p/always-be-shipping |
| Rating | 0.85 |
| Description | \- |
| Blog Post | Blog Post |
| Categories | [[SaaS\|SaaS]], [[Development\|Development]], [[Protocols/Shipping Protocol.md\|Shipping Protocol]] |
| Author | [[The Jungle/Tyler Denk.md\|Tyler Denk]] |
| Founders | \- |
| Created | \- |
%%end_insert_dvmd{properties_table}%%
- ***We only hired full stack engineers***
- **Parallelize** *most engineers own features and projects entirely by themselves*
- **Avoid over-polishing** *We routinely ship features that aren’t entirely polished, and that’s ok. We always bake in time for fast follows to address user feedback, bugs, and other issues that arise after launching.*