Tech: JavaScript
Things I've worked on with JavaScript
Posts I've written mentioning JavaScript
- A simple, readable, meaningful test style with Jest
- Easy typed test mocks with Jest and TypeScript
- Flexible test model factories in TypeScript
- Make a deep object delta diff in TypeScript
- Enumerating all object paths in TypeScript
- Be careful with truthy promises in TypeScript
- Extract JSON config variables from the Airflow UI
- (Cross-post) Serverless integration testing at Freetrade
- AlgoDaily 22: Count the Planes
- AlgoDaily 21: Contiguous Subarray Sum
- AlgoDaily 20: Uniqueness of Arrays
- AlgoDaily 19: Fast Minimum In Rotated Array
- AlgoDaily 18: Sum All Primes
- AlgoDaily 17: Find Missing Number in Array
- AlgoDaily 16: Missing Number In Unsorted
- AlgoDaily 15: Max of Min Pairs
- AlgoDaily 14: Find First Non-Repeating Character
- AlgoDaily 13: Dollar Sign Deletion
- AlgoDaily 12: Detect Substring in String
- AlgoDaily 11: Sum Digits Until One
- AlgoDaily 10: Binary Tree In-order Traversal
- AlgoDaily 09: Implement a Hash Map
- AlgoDaily 08: Lonely Number
- AlgoDaily 07: Power of Three
- AlgoDaily 06: Majority Element
- AlgoDaily 05: Validate Palindrome
- AlgoDaily 04: Is An Anagram
- AlgoDaily 03: Reverse Only Alphabetical
- AlgoDaily 02: Fizz Buzz
- AlgoDaily 01: Array Intersection
- Finding if two rectangles overlap in JavaScript
- Converting Roman numerals into decimal in JavaScript
- Identifying a potential palindrome in JavaScript
- Chinese strftime
- Validating URLs with the DOM
- Improving Unix-fu with Anki
- Using Gulp asset versioning with Hugo data files
- Avoid naive string indexing in PHP