Federico Cargnelutti

Federico Cargnelutti

  • The World’s Most Misunderstood Programming Language

    …has become the world’s most popular programming language. This is the story of JavaScript Most languages die in obscurity. Only a few are able to build a following beyond a single project or company. And only a very small number of languages become important. There are many things that a programmer must consider when selecting…

    Read more: The World’s Most Misunderstood Programming Language
    June 6, 2008
  • Next generation data storage with CouchDB

    Most digital data we deal with in the real world is not inherently relational in nature, yet most web applications use a SQL RDBMS for data persistence. CouchDB is fundamentally a different type of database, storing data as independent “Document” objects. They can be easily replicated to other instances of CouchDB for distributed and offline…

    Read more: Next generation data storage with CouchDB
    June 5, 2008
  • 20 Most Influential Open-Source Web Applications

    From managing databases to shopping, writing blogs to sending emails. Ten years of passion, great software architectures, team work and revolutionary ideas. Here are the most influential open-source PHP applications to date: 1998 phpMyAdmin phpMyAdmin is a tool written in PHP intended to handle the administration of MySQL over the Web. Currently it can create…

    Read more: 20 Most Influential Open-Source Web Applications
    May 22, 2008
  • 13 reasons why UML failed

    One of the reasons is that UML attempts to become a programming language. By aiming to be able to generate full code actually UML tries to be a programming language. In my mind there is a big problem with a general purpose graphical programming language. In human history the written form of all languages evolved…

    Read more: 13 reasons why UML failed
    May 17, 2008
  • Use a Web-based terminal for remote administration tasks

    Ajaxterm offers a simple solution to those who want to run a terminal over the Web for performing remote administration tasks. Vincent Danen tells you how to get it and configure it for Apache.

    Read more: Use a Web-based terminal for remote administration tasks
    May 15, 2008
  • Scrum and XP work well together

    A programmer cannot be Agile if the person that manages him is not Agile as well, and vice versa. That’s why Scrum focuses on management and organization practices while XP focuses mostly on actual programming practices, and that’s why they work so well together. This excellent free book aims to give you a head start…

    Read more: Scrum and XP work well together
    May 11, 2008
  • ScrumWorks: Agile Process Automation Tool

    What does Google, Sun Microsystems, HP, Amazon, Oracle and Motorola have in common? They all use ScrumWorks, an Agile process automation tool that enables teams to self-organize and maximize productivity. Sun Microsystems: “The best compliment I can give to ScrumWorks is that my staff doesn’t think about it. It is intuitive and respectful of the…

    Read more: ScrumWorks: Agile Process Automation Tool
    May 7, 2008
  • A Painless Remote Projects Synchronization Utility

    So, there you are, asking yourself – “How the hell am I going to deploy my next application across multiple servers?”. First, you write some shell scripts. One that checks out the project from the repository and the other one that runs all the tests. Then, you master the synchronization technique and realise that combined…

    Read more: A Painless Remote Projects Synchronization Utility
    April 29, 2008
  • Search your code for vulnerabilities

    I’m a big fan of PHP_CodeSniffer and I think it’s a great development tool, it ensures that you write code that is easy to read and maintain. But, what about making sure that the code you write is secure and doesn’t have any vulnerabilities? Right, there’s another tool for that… PHP Security Scanner is a…

    Read more: Search your code for vulnerabilities
    April 24, 2008
  • Web Application Security Scanner

    Web security is possibly today’s most overlooked aspect of securing the enterprise and should be a priority in any organization. Recent research shows that 75% of internet attacks are done at web application level. Web application security scanners ensure website security by automatically checking for SQL injection, Cross site scripting and other vulnerabilities. There are…

    Read more: Web Application Security Scanner
    April 24, 2008
  • Software Engineering for Web Applications

    A twelve-year-old can build a nice Web application using the tools that came standard with any Linux or Windows machine. Thus it is worth asking ourselves, “What is challenging, interesting, and inspiring about Web-based applications?” This textbook written by Eve Andersson, Philip Greenspun, and Andrew Grumet for the MIT course “Software Engineering for Internet Applications”,…

    Read more: Software Engineering for Web Applications
    April 23, 2008
  • CouchDB: A document-oriented database accessible via a RESTful HTTP/JSON API

    CouchDB was accepted for incubation at the Apache Software Foundation a couple of months ago. My congrats to the development team! It’s a very interesting and challenging project, and the fact that it was accepted for incubation will definitely get the team exited. What is CouchDB? A document database server, accessible via a RESTful JSON…

    Read more: CouchDB: A document-oriented database accessible via a RESTful HTTP/JSON API
    April 22, 2008
  • An A-Z Guide to Being an Architect

    Ask yourself: What are my primary concerns and interests when making software? It is by answering this question that you’ll be able to define the distinction between software architecture and software development An A-Z Guide to Being an Architect

    Read more: An A-Z Guide to Being an Architect
    April 16, 2008
  • Building Scalable Development Environments

    One of my favourites ZendCon sessions, presented by Shahar Evron: “Building Scalable Development Environments”. Related links: Slides (PDF) Podcast (MP3)

    Read more: Building Scalable Development Environments
    April 14, 2008
  • Use-Case Analysis: Getting from use cases to code

    The first in a two-part series that appeared in The Rational Edge, this article presents a case study that analyses the requirements captured in use cases and transforms them into implementable representations that can be directly coded. An excellent article written by Gary Evans. Getting from use cases to code: Part 1: Use-Case Analysis Getting…

    Read more: Use-Case Analysis: Getting from use cases to code
    April 10, 2008
  • Top 10 Application Design Mistakes

    Application usability is enhanced when users know how to operate the UI and it guides them through the workflow. Violating common guidelines prevents both. Once again usability expert Jakob Nielsen writes about common mistakes made by designers, front-end developers and information architects when designing user interfaces. Top-10 Application-Design Mistakes

    Read more: Top 10 Application Design Mistakes
    April 6, 2008
  • Magento 1.0 Released! Open Source eCommerce Evolved

    Varien, one of the most important eCommerce development and consulting firms in the world, has taken eCommerce to a completely different level with the latest release of Magento 1.0. An amazing, flexible, modular and scalable open-source eCommerce solution, powered by one of the most popular systems on the web today, the Zend Framework. Congratulations to…

    Read more: Magento 1.0 Released! Open Source eCommerce Evolved
    March 31, 2008
  • Working Effectively with Legacy Code

    Is your code easy to change? Can you get nearly instantaneous feedback when you do change it? Do you understand it? If the answer to any of these questions is no, you have legacy code, and it is draining time and money away from your development efforts. In the book Working Effectively with Legacy Code,…

    Read more: Working Effectively with Legacy Code
    March 15, 2008
  • Dependency Injection and the Zend Framework

    A couple of months ago I wrote a Dependency Injection component for the Zend Framework. It’s a simple solution to a complex problem: removing hidden dependencies and injecting mocked objects. The component has evolved quite a bit since I first created it, and it’s now part of a bigger system, where objects are persistent, can…

    Read more: Dependency Injection and the Zend Framework
    March 13, 2008
  • How Web Caches Work

    What’s a Web Cache? Why do people use them? A Web cache sits between one or more Web servers (also known as origin servers) and a client or many clients, and watches requests come by, saving copies of the responses, like HTML pages, images and files (collectively known as representations), for itself. Then, if there…

    Read more: How Web Caches Work
    March 11, 2008
←Previous Page
1 … 3 4 5 6
Next Page→
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy
  • Subscribe Subscribed
    • Federico Cargnelutti
    • Join 1,419 other subscribers
    • Already have a WordPress.com account? Log in now.
    • Federico Cargnelutti
    • Subscribe Subscribed
    • Sign up
    • Log in
    • Report this content
    • View site in Reader
    • Manage subscriptions
    • Collapse this bar