Tag Archives: framework

Flask: a framework we like more then others

In the past week I learned Flask, a very young and promising  python framework. I have already learned Django, Cherrypy, Web2Py and TurboGears. Anyway, if you are planning a medium sized project, I like to suggest you Flask, because of these feature:
Posted in English Content, Knowledgebase | Tagged , , , | 2 Comments

Why your IoC container could be a pain for you, young Padawan

Inversion of Control (IoC) is a very good idea. But as the clever Joel Spolsky  noted, sometimes you need to be a super-natural hero to use it: … I try not to be judgemental (HAHA!), but I think that people … Continue reading
Posted in English Content, IT Featured, Software | Tagged , , , , , | Comments Off on Why your IoC container could be a pain for you, young Padawan

linqbridge – Re-implementation of LINQ to Objects for .NET Framework 2.0 – Google Project Hosting

LINQBridge is a re-implementation of all the standard query operators in Framework 3.5’s System.Linq.Enumerable class. It’s designed to work with the C# 3.0 compiler, as used by Visual Studio 2008. LINQBridge comprises a LINQ to Objects API for running local … Continue reading
Posted in English Content | Tagged , , , , , , | Comments Off on linqbridge – Re-implementation of LINQ to Objects for .NET Framework 2.0 – Google Project Hosting

Django is going 1.2

Django Project, a powerful and clean Python Web Framework, is going to relase 1.2 as  the next milestone at the beginning of March. For the meanwhile, you can grab the Beta2: As part of the Django 1.2 release process, tonight … Continue reading
Posted in English Content, Knowledgebase | Tagged , , , | Comments Off on Django is going 1.2

Web Testing Tools

Testing is important. Testing web interfaces is difficult, and often your consultant company prefer to suggest you a manual-based testing. But is it so difficult to do automatic web testing using open source software? Let’s give a look to two … Continue reading
Posted in English Content, IT Featured, Knowledgebase | Tagged , , , , , | Comments Off on Web Testing Tools

Erlang Book Review

After reading an interesting article on Erlang  and Java interoperability, I have decided to dedicate my spare time to Erlang. O’Reilly has just published a wonderful book on Erlang, so I decided to dive into it.
Posted in English Content, Erlang, IT Featured, Programming languages, Reviews, Software | Tagged , , , , , , , , , , , , , , | 1 Comment

Web2Py: a python web framework we like

At Gioorgi.com we have used plenty of web frameworks. Giovanni Giorgi used Seaside,  a lot of PHP frameworks, Java Struts, RubyOnRails, and Python Django. We have started to look for Web2Py, a compact,  easy to learn  python web framework. From … Continue reading
Posted in English Content, Knowledgebase, Python | Tagged , , , , , , | 2 Comments