How to get working ImageMagick on Mac with brew
NOTE: Some libraries or packages use ImageMagick, check their dependencies and be aware to have them correctly installed. This issue can break your app without an »
NOTE: Some libraries or packages use ImageMagick, check their dependencies and be aware to have them correctly installed. This issue can break your app without an »
Yesterday I was playing with the YouTube API and this NodeJS client. Very nice until I got the next error when I added the videoDuration parameter »
I just released HN-Feed: a Hacker News feed tool. Yes, another open source project on Github, this time it’s my first public repo with the »
Here is my last open source project. Lately I was reading and learning about ReactJS and JSX, so I thought it would be a good idea »
I find the module pattern in Javascript very interesting, because of its scope feature (anonymous closure), extendibility (with global imports) and clean code style. If you »