open-menu closeme
Home
RetroComp icon
Retro Computing Articles Composition Notebooks 8bit
DevOps icon
Automation K8s Done Right
GenAI icon
Fatlama Newsletter Generative AI
Projects icon
Software Projects Arduino Esp8266 SQLite
Status
Links icon
GitHub LinkedIn
About
🌐
English Italiano
github linkedin rss
  • Flask: a framework we like more then others

    calendar Jul 8, 2011 · 2 min read
     en knowledgebase  · framework python
     ·
    Share on: twitter facebook linkedin copy
    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:


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

    calendar May 22, 2011 · 5 min read
     en featured software  · c framework java spring
     ·
    Share on: twitter facebook linkedin copy
    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 who use IoC containers are (A) very smart and (B) lacking in empathy for people who aren't as smart as they are. Everything makes perfect sense to them, so they have trouble understanding that many ordinary programmers will find the concepts confusing. It's the curse of knowledge. The people who understand IoC containers have trouble believing that there are people who don't understand it. …
    I have trouble using Spring in at least two projects. On the third, it was a disaster, because a single software-architect-guy keeps passing around the Spring context factory as method parameter, getting beans from it!
    Read More
  • linqbridge - Re-implementation of LINQ to Objects for .NET Framework 2.0 - Google Project Hosting

    calendar Apr 19, 2011 · 1 min read
     en  · c framework google hosting net
     ·
    Share on: twitter facebook linkedin copy
    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 queries. (It doesn't include an implementation of LINQ to SQL, nor LINQ to XML; a good compromise can be to force Framework 3.5 out to just the server machines, allowing LINQ to SQL to be used where it's needed most).
    via linqbridge - Re-implementation of LINQ to Objects for .NET Framework 2.0

    There are a lot of legacy project out of there. Some customer will ask you to add a simple .NET 2.0 web service to a big application, and they will not switch to C# 3.5 for that.


    Read More
  • Django is going 1.2

    calendar Feb 11, 2010 · 1 min read
     en knowledgebase  · django framework python web
     ·
    Share on: twitter facebook linkedin copy
    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:


    Read More
  • Web Testing Tools

    calendar Jan 26, 2010 · 1 min read
     en featured knowledgebase  · framework javascript web
     ·
    Share on: twitter facebook linkedin copy
    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 nice web testing software

    Warning: this article is still in progress: it has been published for getting comments all around.


    Read More
  • Erlang Book Review

    calendar Jul 19, 2009 · 7 min read
     en erlang featured lang reviews software  · books development erlang framework functional-programming guide http ideas internet java oreilly performance programming-languages
     ·
    Share on: twitter facebook linkedin copy
    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.


    Read More
  • Web2Py: a python web framework we like

    calendar Jun 29, 2009 · 2 min read
     en knowledgebase python  · design django framework google python web
     ·
    Share on: twitter facebook linkedin copy
    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 the most notable feature, it runs also on Google App Engine. Written by an Italian University professor for teaching web development, spots a very clean design, and a robust security infrastructure. We  suggest it because installation (and upgrading) is a snap.

    Let’s take a look to it…


    Read More
  • Evolving concurrency, like memory management did

    calendar Jun 11, 2009 · 3 min read
     en erlang featured software  · development features framework http ideas internet java lang news performance python
     ·
    Share on: twitter facebook linkedin copy
    Evolving concurrency, like memory management did

    As processors become faster and multiprocessor systems become cheaper, the need to take advantage of multithreading in order to achieve full hardware resource utilization only increases the importance of being able to incorporate concurrency in a wide variety of application categories.

    In this article we are evaluting a new approach to the concurrency. In the last five years computers are becoming even more parallel. Intel is pushing multi-core achiteture also on commodity personal computers. Neverless the computing power is ofter not well used: one again, hardware is a step head of our day-by-day software development. Remember when the 80286 came into light. The 286 was able to provide a multi-programming architecture but without memory management protection. We had to wait 386 hardware to see software working on preemptive multi-tasking, because software cannot cope with unprotected memory. In one word, it costs too much to develop a operating system without the new features the 80386 bring to us. What about concurrent programming? Can we look similarities in the  concurrency field?


    Read More
  • Django 1.0 Release is out

    calendar Sep 3, 2008 · 2 min read
     en  · framework news python web
     ·
    Share on: twitter facebook linkedin copy
    Django 1.0 Release is out

    I am happy Django Team has released version 1.0 of its python web framework. It was planned for 21th of September, but they speed up things :) We can read on Django web site:

    Developed and used over two years by a fast-moving online-news operation, Django was designed to handle two challenges: the intensive deadlines of a newsroom and the stringent requirements of the experienced Web developers who wrote it. It lets you build high-performing, elegant Web applications quickly.

    Django focuses on automating as much as possible and adhering to the DRY principle.

    In my own opinion django is too much “DRY”, and sometimes simpler solutions was avoided by them because considered “dirty”. Anyway, I have followed Django from 2006, and I suggest you to give it a try.


    Read More
  • Will Zend slash rubyonrails?

    calendar Dec 9, 2007 · 2 min read
     blog-objectsrootcom en  · build code design easy eclipse engine example framework funny http ibm java jug lamp nerd pd pdf perl php project python ruby small system ui web
     ·
    Share on: twitter facebook linkedin copy
    Will Zend slash rubyonrails?

    Let the Zend Framework introduce itself as a Borg would do: 


    Read More
    • ««
    • «
    • 1
    • 2
    • »
    • »»

Recent Posts

  • Breve guida agli ETF
  • Salvadanaio remunerato di Satispay Conviene?
  • Interludio sul value investing
  • Anubis: DDos Protection

Latest comments

    Disclaimer

    Gioorgi is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for website owners to earn advertising fees by advertising and linking to amazon.com, audible.com, and any other website that may be affiliated with Amazon Service LLC Associates Program. As an Amazon Associate we earn from qualifying purchases.
    Last updated:2025-06-17 02:00
    Giovanni Giorgi

    Copyright 1999-  GIOVANNI GIORGI. All Rights Reserved

    to-top