Efficient Data Formats for GPT
4 minSome data formats take up more tokens and are more expensive to use with LLM models like ChatGPT
Quickie: get host of SuperTest instance
1 minAn easy way to use nock.enableNetConnect() just for your SuperTest instance
Talk: Large Scale JavaScript Refactoring
TalkLarge Scale JavaScript Refactoring
Talk: Static Site Generators
TalkStatic Site Generators with JavaScript
Talk: React Static
TalkMove over, Gatsby - React Static in Practice
Naming Things: Avoid "Handlers"
6 minMethod names should tell you what they do, rather than how they're used
Practical JS: Maybe Promises
1 minDRY up optionally asynchronous flows
Practical JS: Multiple Providers
1 minA polymorphic way to consume multiple providers
Quickie: get directives for an Angular element
1 minQuickie: $httpBackend flush() $digest in progress
1 minAngular's $httpBackend reports a $digest in progress error when using both flush() and verifyNoOutstandingExpectation()