From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,469b2bba5f3a7bd X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.236.198 with SMTP id uw6mr44501pbc.3.1334169697854; Wed, 11 Apr 2012 11:41:37 -0700 (PDT) Path: r9ni44923pbh.0!nntp.google.com!news2.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Shark8 Newsgroups: comp.lang.ada Subject: Re: New AWS-based website Date: Wed, 11 Apr 2012 11:40:12 -0700 (PDT) Organization: http://groups.google.com Message-ID: <2802410.1954.1334169612465.JavaMail.geo-discussion-forums@pboo1> References: <76df311e-7bac-4326-bf21-b611c701ebeb@do4g2000vbb.googlegroups.com> NNTP-Posting-Host: 24.230.150.102 Mime-Version: 1.0 X-Trace: posting.google.com 1334169697 3648 127.0.0.1 (11 Apr 2012 18:41:37 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 11 Apr 2012 18:41:37 +0000 (UTC) In-Reply-To: <76df311e-7bac-4326-bf21-b611c701ebeb@do4g2000vbb.googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=24.230.150.102; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-04-11T11:40:12-07:00 List-Id: On Tuesday, April 10, 2012 5:10:51 PM UTC-5, Maciej Sobczak wrote: > > The website was implemented with the following software stack: Debian > + PostgreSQL + AWS. Very nice / congrats. > This stack has proved to be a very solid > foundation and the implementation of the complete website was a very > easy-going experience, except for a few small bumps at the beginning > of the road. I believe that the support that these technologies give > to the programmer have no equivalent in the web development ecosystem. I would tend to agree; though I do wonder about PostgreSQL*. I haven't used it so I don't know what its strengths & weaknesses are; what in particular made you choose it? *My understanding is that it is very close in functionality/completeness to Firebird (based on Interbase), and that both of these are superior to MySql. > In particular, the myth that dynamically typed languages are better > for web due to the fast turn-around (no compilation needed) is > irrelevant when the actual turn-around of the Ada-based solution is > observed in practice. I can recommend this solution to anybody who > attempts to implement a web service from the ground up. I would go a bit further; the dynamically-typed language seem [IMO] to encourage sloppy, error-prone programming. > I will be happy to share the insight and experience that was gained > during the development of this website - feel free to contact me here > or privately in case of any questions. > > -- > Maciej Sobczak * http://www.inspirel.com I'll keep your offer in mind should I come across any need (read excuse) to use AWS in any of my projects.