Superagent/Request Memory Leaks
Superagent/Request Memory Leaks
The last several weeks Thomas Hunter and myself have spent some of our nights and weekends trying to track down memory leaks in an API we both work on.
I read that you learn more from a poor example than from a correct one. I don't believe this but that means my site will be a success.
Superagent/Request Memory Leaks
The last several weeks Thomas Hunter and myself have spent some of our nights and weekends trying to track down memory leaks in an API we both work on.
A note for the upgrade from Node 4 and Babel 6
I upgraded a heap of projects I was working on to node 4.2.3 and babel 6.
Guide to upgrading from Babel 5 => 6
There have been a bunch of guides on upgrading to babel 5.
Move your Open Source work to Node 4
Now that Node 4 has been released, isn’t it time you upgraded your OS (Open Source) projects to use it?
Figuring out JS quirks
Was looking at some decompiled code from ES6 the other day, when I saw a line that looked like this:
Replaying changes from one git branch onto another
Where I work, we use git (like everyone else), and we follow this common pattern for development:
Code coverage for CoffeeScript and JavaScript using gulp and istanbul without pre-compiling
If you’re not aware of your code coverage when building a serious application, you’re not building a serious app.
jasmine-node, beforeAll & afterAll
On Feb 9, 2011, Fat (Jacob Thornton, one of the creators on Bootstrap) opened a pull request to add beforeAll and afterAll statements to the jasmine library.
Express View Engine for Rendering JSX Components written in CoffeeScript
This is an Express view engine which renders React components written in CoffeeScript on the server. It renders static markup and does not support mounting those views on the client.
React and JSX. class vs className, for vs htmlFor