Automatic javascript generation on constantly changing websites
This time I will discuss something I wrote for myself.The problem:I'm (and maybe you are) constantly developing my application, adding features and closing bugs, both to PHP and Javascript pages. When...
View ArticleApplication configuration and PHP - the basics
Every medium (or larger) application needs a bit of configuration variables, the only questions are the scale and the desire of the developer to spend more than a minute building it.So lets make it...
View ArticlePHP Application Server
For a long time, I've been thinking about performance issues in PHP. One of the things that distinguishes PHP from other web-dev languages, is that PHP architecture is build around the "share nothing"...
View ArticleOne Hour Translation latest PRs and News
Just wanted to share some of our latest PRs and News...Here is the interview on FoxNews last week:Watch the latest video at video.foxnews.comEntrepreneur article: "Is Your Website Lost in Translation?"...
View ArticleIO benchmark and recommendations for EBS
Just found this post:http://orion.heroku.com/past/2009/7/29/io_performance_on_ebs/ Interesting stuff! Basically, this guy is comaring different RAID setups and parameters and finds fundamental...
View ArticleNew to Git? Here is a successful Git branching model
This is not just another blog post about some interesting tech stuff. This time it's the real thing!If you've come from the Subversion world like I did, you may have heard about Git before but didn't...
View Article