Posts

Showing posts with the label Modules

New blog domain: kula.blog

It's still work in progress but new posts will be published on  https://kula.blog/ Thanks to 11ty base blog RSS is working from the start so it should be easy to add to your reader if you still use any :) If now then I hope you can sign up to the newsletter where I'll be publishing new posts and interesting articles to it from time to time. Please use  kula.blog  from now on.

PHP Package Managers

Today morning I read post about conference 4Developers at:  http://blog.kamilbrenk.pl/konferencja-4developers/ What makes me curious are PHP package managers.  I use npm in Node.JS and I'm happy that in PHP exists alternatives. http://packagist.org/   http://pear2.php.net/   Packagist is much more like npm and has much more packages. 

JavaScript Modules

Thanks to Vjeux I found nice one liner to set module for WebWorkers, Browser and Node.js. This really can be useful, and is short :) http://blog.vjeux.com/2011/javascript/javascript-one-line-global-export.html I think only how would it be hard to make it usable also for AMD.