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.

  • The Importance of JSON in web development

    ·

    JSON

    Here I want to cover a topic that I feel has become an important part of any developer’s toolkit “The Importance of JSON in web development”. If you are looking for a JSON validator or beautifier, visit jsonexample.com. JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write, and It…

    Read More

  • Codelobster, a different multi-platform IDE

    ·

    codelobster review - jokiruiz.com

    What is an IDE? An IDE, or Integrated Development Environment, is a program that allows to developers and programmers to consolidate the different aspects of writing a computer program. Some examples of IDE are Visual Studio Code, Codelobster, or PHPStorm. IDEs increase programmers and developers productivity. There are multiple options out there, and it is…

    Read More

  • Solid Principles and PHP

    ·

    The SOLID principles, five agile principles that should guide you every time you write code. The principles, when applied together, intend to make it more likely that a programmer will create a system that is easy to maintainand extend over time. This guide will help you to adapt them to PHP and make your code…

    Read More

  • Best PHP Frameworks for 2015

    ·

    Using a framework also facilitates scalability and long-term maintenance by complying with development standards. It keeps your code organized. And it also allows your application to evolve and grow over time. But which are the best php frameworks? This guide will help you to choose one.

    Read More

  • 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