Displaying posts categorized under

Web development

lettuce 0.1 official release

27 days after its first release candidate, lettuce is now much mature and also got new features.
Lettuce is a BDD tool written in python, 100% based on cucumber.
There are two reasons for the name:

Lettuce is a green vegetable, just like cucumber the idea is that your tests must be always green.
Letuce is the name of a [...]

Eclipse + Java + UML + RESTful, the real silver bullet

Some days ago I was just thinking about all these agile bullshit.
I mean, no matter if you do TDD or not, if you do care about continuous integration, this is all a real lose of time.
When thinking about shipping good software, the best combination is, indeed, quite simple:

Use a powerful IDE. You as developer don’t [...]

Hosting and deploying django apps on Dreamhost

About two years ago, I’ve signed up to Dreamhost. My goals were and still being to host my personal projects, websites and so on.
Once I am a Django web developer, one of my first actions were to create a django deployment setup, good and flexible enough. The time passed on and have been got new [...]