All activity
Owen Kelly
left a comment
Idea to launched in under 48 hours.
At build time, we crawl a list of feeds, take the most recent 3 stories. Then from that list, we build a page with the most recent 100.
The site is built on the hour with an IFTTT event triggering a Netlify build against master.
Total cost to build an maintain: $0.00
Good Engineering
Stories from the top engineering blogs in one place.
From the list of blogs in in the git repository, we take the 3 most recent posts from the feed. Then we list the most recent 100, and update every hour.
Good Engineering
Stories from the top engineering blogs in one place.
Wedgetail is a small and simple profiler. It’s focus is to provide timing information for a large number of invocations of the same function. This allows you to derive meaningful statistics of the performance of that function.
Wedgetail is added to your tests, and can help you ensure you’re not adding code that is dramatically slowing down your app or module.
Wedgetail
Time your functions in your tests