Skip to content

Instantly share code, notes, and snippets.

Avatar

Erko Bridee erkobridee

View GitHub Profile
@erkobridee
erkobridee / ts-use_consts_instead_of_enums.ts
Last active January 13, 2023 08:46
a sample code of how to use const as const instead of enums in TypeScript
View ts-use_consts_instead_of_enums.ts
/*
from:
Enums considered harmful | Matt Pocock
https://www.youtube.com/watch?v=jjMbPt_H3RQ
*/
const LogLevel = {
DEBUG: "DEBUG",
INFO: "INFO",
View AWS_serverless_useful_references.md
@erkobridee
erkobridee / startup_mvp_vibe.md
Last active August 19, 2022 08:37
startup / MVP vibe
View startup_mvp_vibe.md
@erkobridee
erkobridee / 01__second-brain-system.md
Last active March 10, 2023 13:19
Second Brain System and productive useful references
View 01__second-brain-system.md
View git_changelog.md