Back end

PHP Debugging

error_reporting(E_ALL); ini_set(‘display_errors’, TRUE); ini_set(‘display_startup_errors’, TRUE);     Nobody enjoys the process of debugging their code. If you want to build killer web apps though, it’s vital that you understand the process thoroughly. This article breaks down the fundamentals of debugging in PHP, helps you understand PHP’s error messages and introduces you to some useful tools

PHP Debugging Leer más »

herramientas para la visualización de datos

herramientas para la visualización de datos English Tener una buena información, con datos fiables es solo el primer paso para lograr una presentación o una historia que atraiga la atención de los espectadores. Hoy en la red encontramos varias herramientas que nos permiten visualizar los datos de manera clara y mucho más efectiva que si

herramientas para la visualización de datos Leer más »

How to Detect and Analyze DDoS Attacks

How to Detect and Analyze DDoS Attacks Using Log Analysis The cloud delivers many benefits to companies and users alike, but it has one clear disadvantage: its vulnerability to cyber threats. This was brought to light this past December. Linode – a Linux cloud hosting provider – suffered from a massive attack that lasted 10

How to Detect and Analyze DDoS Attacks Leer más »

PHP Coding Standards

Topics PHP Single and Double Quotes Indentation Brace Style Use elseif, not else if Regular Expressions No Shorthand PHP Tags Remove Trailing Spaces Space Usage Formatting SQL statements Database Queries Naming Conventions Self-Explanatory Flag Values for Function Arguments Interpolation for Naming Dynamic Hooks Ternary Operator Yoda Conditions Clever Code Error Control Operator @ Don’t extract()

PHP Coding Standards Leer más »