-
Building a Second Brain: The Book - The step-by-step guide to building a Second Brain. Based on 10+ years of research & experiments with organizing our digital lives & improving our productivity.
-
Building a Second Brain: The Definitive Introductory Guide | Forte Labs - (2023/05/01) This is an introduction to Building a Second Brain, the proven method to organize your digital life and unlock your creative potential.
| /* | |
| from: | |
| Enums considered harmful | Matt Pocock | |
| https://www.youtube.com/watch?v=jjMbPt_H3RQ | |
| */ | |
| const LogLevel = { | |
| DEBUG: "DEBUG", | |
| INFO: "INFO", |
"First we put it to flight, then we finish it"
"First do it. Then do it right. Then do it better!" - @addyosmani
What Is Daylight Savings Time (DST)? - About 40% of countries use Daylight Saving Time. Learn how it works, what makes it controversial, and why it’s not actually saving any daylight.
| /* | |
| Day.js - format | |
| https://day.js.org/docs/en/display/format | |
| */ | |
| const getLastSundaysOfYear = (year = new Date().getFullYear()) => { | |
| const currentYear = dayjs().year(year); | |
| const lastSundaysOfYearMap = new Map(); | |
| for(let i = 0; i < 12; i++) { | |
| const lastSundayOfMonth = currentYear.month(i).endOf('month').day(0); |
| /* | |
| dynamic sorting an object array | |
| https://dev.to/fpaghar/donesort-an-array-of-objects-ways-in-javascript-48hl | |
| */ | |
| const SortDirection = { | |
| Asc: 1, | |
| Desc: -1 | |
| } as const; |
-
LLO.LU - Learn Luxembourgish for free with the LLO.LU platform and app!