This is a collection of short notes of the things I have learned on a daily basis while working on different technologies. I share these notes as I learn in public.
59 TILs and counting...
You can follow along by watching my GitHub repository.
-
2023-01-29
npm disable audit in .npmrc
-
2023-01-28
npm using latest version of package
-
2023-01-27
CSS pseudo-classes and pseudo-elements
-
2023-01-26
CSS ::first-letter pseudo-element
-
2023-01-24
TypeScript: Satisfies operator
-
2023-01-23
Get current page URL in Astro
-
2023-01-22
TypeScript: Type-only imports and exports
-
2023-01-20
Deep clone object with structuredClone()
-
2023-01-19
Delete files by modified date
-
2023-01-18
Checkout previous branch in Git
-
2023-01-17
Remove debugger statements in Vite
-
2023-01-16
Add an object to existing JSON using jq
-
2023-01-15
TypeScript Assertion Functions
-
2023-01-14
CSS :is() pseudo-class
-
2023-01-13
Redirect stderr to stdout using 2>&1
-
2023-01-12
JavaScript: Negative Zero (-0)
-
2023-01-11
There are actually 50 CSS length units
-
2023-01-10
CSS :has() pseudo-class
-
2023-01-09
CSS property: font-variant-numeric
-
2023-01-08
There are 44 CSS length units
-
2023-01-07
Create a release in GitHub using API
-
2023-01-06
Delete lines in vi
-
2023-01-05
TypeScript Template Literal Types
-
2023-01-04
Push Docker image to self-hosted registry
-
2023-01-03
Rename an AWS Lightsail instance
-
2023-01-02
List the files with the most disk usage
-
2023-01-01
Restore a deleted file in Git
-
2022-12-22
User-defined type guard in TypeScript
-
2022-11-30
Using the `tar` command
-
2022-11-05
Git Remove All Commits
-
2022-11-02
Using Nunjucks Macros in Eleventy
-
2022-11-01
Netlify Node.js Version
-
2022-10-29
Extending HTML Element Types in React 18
-
2022-10-16
Accessing stdin with file descriptor 0
-
2022-10-13
The Details disclosure element
-
2022-10-08
ESLint's `no-restricted-syntax` rule
-
2022-09-22
Inferring the types from a Remix loader
-
2022-09-20
Today I Learned: PHP
-
2022-08-16
JSON.stringify replacer parameter
-
2022-08-15
TypeScript: @ts-expect-error
-
2022-07-23
TypeScript Config: noUnCheckedIndexAccess
-
2022-06-28
Proxying using Netlify Redirects
-
2022-06-23
Add color using FORCE_COLOR
-
2022-06-01
Hex color notation have an alpha channel
-
2022-04-16
Using GitHub Actions to push changes
-
2022-01-28
Buttons can have a value like input elements
-
2022-01-18
The Idiomatic Text element
-
2022-01-10
Type declarations for a Vite app