Posts
-
Add Bamboo build status badge to Github
Finally there’s a Bamboo plugin that resolves one of the integration problems between Bamboo and Github.
-
You may not need Grunt
Grunt is a JavaScript task runner and it’s great at what it does. Even so, depending on a project, you can also do without it.
-
free -m alternative for macOS
On Linux console it’s easy to get free memory with
free -m
. On Mac the utility is not directly available. The alternative is to fetch it fromvm_stat
. -
Switching from Aptana's Git implementation to eGit
By default Aptana is configured to work with its own Git implementation meaning that whenever you add a Git repository and import it to the workspace, the default Aptana Git functionality is available in the project. The problem is, it doesn't always deliver, e.g. for GitHub, nor is it visually as complete and readable. -
HTML5 fragmentation: WHATWG and W3C mishap
The fragmentation of web technologies was mainly caused by the corporate interests and while it has gone nowhere, it has shown some considerable improvements over the past years. Nevertheless, today, two main open standards bodies involved in HTML5 development, WHATWG and W3C, are struggling to find the common ground.