Snippets
- Find Files with Uppercase Letters
- Add Execute Permission to a File
- Measuring Command Execution Time
- SQL Create Read Update Delete (CRUD) operations
- Superposition Grid
- Blur Backdrop
- Helpers
- Fix Flexbox Children Not Shrinking
- Reset
- Starter Pack
- Every Layout
- Kevin Powell's Layouts
- One Line Layouts
- Smol Layouts
- Google Chrome's Web Dev
- 12 One-line CSS Upgrades by Stephanie Eckles
- Fluid Font Size
- Modern Reset Addition
- Array Performances
- Color Contrast by Lea Verou
- Normalize an array of objects by a given key
- CountBy
- Create Array
- Filter by Dates
- Filter Higher-Order Function
- Find Object in Array
- Get First or Last N Elements
- Group Array by Key
- Find Max Value in Array
- Find Min Value in Array
- Sort Array by Property
- Select Property in Array
- Sort Higher-Order Function
- Convert String Date
- Get the first and last date of the month
- Display the relative time from a date
- Equals
- Get the value of an environment variable
- Is the collection empty?
- Check if the provided value is a function
- Check if the provided argument is a valid JSON
- Pipe & Compose
- Sleep
- Throttle & Debounce Functions
- Invert Object Keys and Values
- Check General Object
- Check Plain Object
- Map Over Object
- Get Object Keys
- Get Object Size
- Pick and Omit Keys
- Shallow Comparison
- Sort Object Keys
- Sort Object Values
- Calculate the average value
- Calculate the quotient and remainder of a division
- Check if a number is valid
- Multiply an array of numbers
- Get a random number from an interval
- Clamp a value inside a range
- Scale a value from one range to another
- Standard Deviation and Variance
- Sum an array of numbers
- Round a number to a specified precision
- Convert a number to a string with a fixed number of decimal places without trailing zeros
- Sets
- Change the capitalization of strings
- Remove accents from a string
- Check for empty strings
- Create a URL friendly string (slug)
- Compare strings efficiently using `Intl.Collator`
- Check if two strings are equal case-insensitively
- Convert a string to a boolean
- Check if a string includes a substring
- Find Node in Tree
- Type Helpers
- Common RegExp