Yellow
This is the first post in this “devcase” category. I will submit my recent discoveries in the area of tools for developers.
Bitbucket
Mercurial repository
Features
- Free account up to 5 users
- Private and public repositories
- Unlimited space
- Issue tracker
- Wiki
- It’s Atlassian’s product
Link: https://bitbucket.org/
LESS
CSS parser that gives you what you always wondered about in css.
Features
- Variables in css
- Css methods
- Can be applied as a js dependency or precompiled source
Link: http://lesscss.org/
Google App Engine
Free hosting for Java and Python
Features
- It’s Free
- Up to ten applications
- You can set you own domain
Link: code.google.com/appengine
Play! Framework
Similar to “Ruby on Rails” MVC framework for Java that kicks ass.
Features
- Convetion over Configuration
- Integration with Google App Engine
- Automatically generated CRUD
- JPA on steroids
- Authentication and authorization supported
- Fast and robust
