Thread
Stories related to "Adventures with Bun & Hono" across the full archive.
TLDR: Takes advantage of ES6 modules ability to import specific functions to generate smaller bundles than either browserify or webpack.
Neat way to leverage PhantomJS :)
Source available here: https://github.com/qbit/blog
This was a websockets experiment I did a while back.
If anyone knows why firefox dies.. I would love to know :D
DRYing up your JavaScript Jasmine tests with the data provider pattern - JP's blog
(blog.jphpsf.com)
A quick tip where I show a technique to eliminate redundancy Jasmine tests.