Programming
-
Javascript Function Usage Patterns
JavaScript function usage patterns covering named vs anonymous functions, callbacks, immediate invocation, and common pitfalls.
-
PHP 7 Object Properties Type Safety with Setters and Getters
How to use PHP 7 scalar type definitions with setters and getters to enforce type safety on object properties.
-
Useful JavaScript Frameworks and Libraries
A curated list of JavaScript frameworks and libraries for browser and Node.js development, with links and descriptions.
-
Useful web ecosystem tools
A roundup of useful web ecosystem tools: Papertrail for logs, Librato for metrics, New Relic for monitoring, and more.
-
Notes on PHP Design Patterns, Part 2: Patterns for Performing And Representing Tasks
PHP patterns for performing and representing tasks - solving the problem of classes with too much functionality using Strategy, Observer, and more.