Tagged articles

PHP

3014 articles · Page 31 of 31
Art of Distributed System Architecture Design
Art of Distributed System Architecture Design
Jul 19, 2015 · Information Security

25 Essential PHP Security Best Practices for Hardened Web Servers

This guide presents 25 practical PHP security best practices, covering configuration files, module management, error handling, file uploads, remote code execution, SQL safety, resource limits, user permissions, SELinux, firewall rules, and additional tools, to help administrators harden PHP deployments on Linux servers.

LinuxPHPbackend
0 likes · 27 min read
25 Essential PHP Security Best Practices for Hardened Web Servers
Art of Distributed System Architecture Design
Art of Distributed System Architecture Design
May 16, 2015 · Backend Development

Understanding Modern PHP Features: Namespaces, Traits, Closures, Generators, and New Language Additions

This article introduces the latest PHP language features—including namespaces, traits, closures, generators, and a range of new syntax enhancements—explaining their purpose, usage, and code examples to help developers build modern, maintainable web applications.

Backend DevelopmentNamespacesPHP
0 likes · 17 min read
Understanding Modern PHP Features: Namespaces, Traits, Closures, Generators, and New Language Additions
Baidu Tech Salon
Baidu Tech Salon
Dec 29, 2014 · Backend Development

Useful PHP Code Snippets for Common Tasks

These practical PHP snippets demonstrate how to implement a blacklist filter, generate random colors, download files, retrieve Alexa/Google page rank, force file downloads, display Gravatars, fetch RSS subscriber counts, calculate time‑ago strings, crop images, and check website availability, streamlining everyday development tasks.

Backend DevelopmentPHPcode snippets
0 likes · 10 min read
Useful PHP Code Snippets for Common Tasks
Baidu Tech Salon
Baidu Tech Salon
Nov 13, 2014 · Backend Development

Top 20 PHP Frameworks of 2014 – Find the Best Fit for Your Project

This article reviews the twenty most notable PHP frameworks of 2014, describing each one's key features, performance characteristics, and typical use cases, helping developers choose the most suitable framework for building secure, efficient web applications.

LaravelPHPWeb Development
0 likes · 11 min read
Top 20 PHP Frameworks of 2014 – Find the Best Fit for Your Project
Baidu Tech Salon
Baidu Tech Salon
Nov 13, 2014 · Backend Development

Top 11 Must‑Know PHP Interview Questions and Answers

This article compiles the eleven most frequently asked PHP interview questions, covering fundamentals like what PHP is, MVC architecture, CSS inclusion methods, inheritance limits, echo vs print, GET vs POST, image size functions, PEAR, video upload, error types, constants, and form submission without a submit button.

PHPanswersbackend
0 likes · 6 min read
Top 11 Must‑Know PHP Interview Questions and Answers
Baidu Tech Salon
Baidu Tech Salon
Sep 16, 2014 · Backend Development

50 Proven PHP Performance Tweaks to Speed Up Your Code

This article compiles 50 practical PHP performance tips—from using single quotes and static methods to leveraging opcode caching and memcached—detailing how each adjustment can noticeably improve execution speed, memory usage, and overall efficiency of web applications.

Best PracticesCachingOptimization
0 likes · 11 min read
50 Proven PHP Performance Tweaks to Speed Up Your Code
Baidu Tech Salon
Baidu Tech Salon
Aug 5, 2014 · Backend Development

A Tale of Bug Fixing: Thinking Beyond the Immediate Solution

After a rushed fix for a division‑by‑zero bug caused incorrect results, the team learns to validate data at its source, adopt proper validation frameworks, and step back to understand underlying requirements, emphasizing that thoughtful design outweighs quick code patches.

Backend DevelopmentInput ValidationPHP
0 likes · 6 min read
A Tale of Bug Fixing: Thinking Beyond the Immediate Solution
Baidu Tech Salon
Baidu Tech Salon
May 14, 2014 · Big Data

FOSS Skills and In-Demand IT Technologies for Career Success

The article warns that mastering Free Open Source Software—from cloud and big‑data tools like OpenStack, Hadoop and NoSQL to web technologies such as Drupal, PHP, HTML5 and jQuery, mobile app development, popular programming languages, and security certifications—will become essential for IT job seekers, prompting universities to embed FOSS curricula.

Career AdviceCloud ComputingFOSS
0 likes · 6 min read
FOSS Skills and In-Demand IT Technologies for Career Success
Baidu Tech Salon
Baidu Tech Salon
Mar 31, 2014 · Frontend Development

FIS vs FIS+: Understanding the Differences

FIS is a core compilation engine that defines static resource management concepts, while FIS+ builds on it to provide a full PHP‑Smarty3 solution with a complete directory structure, extra plugins for integration and security, and features like local data simulation and URL forwarding.

FISFIS+PHP
0 likes · 5 min read
FIS vs FIS+: Understanding the Differences
Baidu Tech Salon
Baidu Tech Salon
Mar 19, 2014 · Backend Development

Understanding HHVM: Facebook's High-Performance PHP Virtual Machine and Its JIT Optimization

HHVM, Facebook’s high‑performance PHP virtual machine, uses a type‑driven tracelet JIT and custom bytecode to achieve up to nine‑fold speed gains, making runtime optimization the only practical solution for Facebook’s massive codebase while requiring careful compatibility testing, memory management, and Hack language support.

Backend DevelopmentFacebookJIT
0 likes · 18 min read
Understanding HHVM: Facebook's High-Performance PHP Virtual Machine and Its JIT Optimization