Grosan Flaviu Gheorghe
AI, Linux, Programming Tutorials, and Game Development Guides.
-
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.
-
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.
-
VirtualBox Web Interface using phpVirtualBox and Debian 7
Step-by-step tutorial for setting up phpVirtualBox to manage VirtualBox VMs through a web interface on Debian 7.
-
JavaScript Object Creation Patterns Part 1
JavaScript object creation patterns including namespace, module, and sandbox patterns for cleaner, collision-free code.
-
Notes on PHP Design Patterns, Part 1: Generating Objects and Flexible Object Programming
Notes on PHP design patterns for generating objects and flexible object programming, with code examples covering Factory, Singleton, and more.