Gathering the insights I acquire each day. Personally, this serves as a memo for my future self; however, I hope you can also derive value from it. Certain insights will be transformed into published articles, some of which might already be available. This initiative draws significant inspiration from this repository of Today I Learned.
Feel free to explore my published articles here.
Notes: The file with the "_" prefix means, it is a work in progress.
- AG-Grid
- CSS
- D3.js
- Docker
- Express
- Go
- HTML
- Javascript
- Jest
- NPM
- Next.JS
- Parcel
- Prettier
- React
- Redux
- Remix
- Tailwind
- Terminal
- Typescript
- Vue
- Web API
- Accent Color on Input
- Backdrop Filter
- Bypass Pointer Event of an Element
- Detect When Sticky Position Applied
- Flex and Auto Values in Grid Layout
- Hide Spin Button on Input Number Type
- Margin Collapse on Flex & Grid Elements
- Override Input Autofill Style
- Overriding The Default Selection Behavior Using CSS
- Pattern on
:nth-Pseudo Class - Summary of Margin Collapse Cases
- SVG Paint Order
- Title Attribute Behavior
- Button Behavior on Submit Form
- Problem with Using the Anchor Tag's Download Attribute Across Different Origins
- Content Editable Attribute
- Cannot find module '@testing-library/jest-dom/extend-expect' on 'jest.setup.js'
- Serving Coverage Static Files
- Error [ERR_REQUIRE_ESM]: require() of ES Module
- Install Node Canvas on Mac
- Prevent Accidentally Publishing Private Repository
- Publishing Namespaced Package
- Run Script in Parallel
- Configuring Separate Babel Configuration for Jest Environment
- Enabling Minification for Library Targets
- Create is"Interface" function using type predicate
- Creating a Type with a Generic Return Type from a Generic Function
- Difference between
interfaceandtype - Extending Multiple Interfaces or Types with Similar Attributes
- Get Argument Types of Constructor
- Infer Keyword
- Possible error causes when creating discriminated union type
- Understanding the "Infer" Keyword in String Literal Types