Software

Software is a program that enables a computer to perform a specific task. You can learn the best practices and how to get clean code with these posts.

  • PHP Design Patterns

    ·

    PHP design patterns are solutions to software design problems you find again and again in real-world application development. This guide introduces the, in my opinion, most common Design Patterns used in PHP.

    Read More

  • Security tips for Web Services

    ·

    A Web service is a method of communication between two electronic devices over a network. I explain the main security problems and I present some technologies and mechanisms to ensure safety in your Web Services.

    Read More

  • PHP best practices guide

    ·

    PHP best practices guide

    PHP is a server-side scripting language designed for web development but also used as a general-purpose programming language. I present this guide with 15 good practices, so that your PHP code is as effective as possible.

    Read More