AI, Linux, Programming Tutorials, and Game Development Guides.
-
JavaScript Object Creation Patterns Part 1
To continue the series on Object Oriented Patterns, here is the first entry covering JavaScript; focusing on Object Creation Patterns. Namespace Pattern JavaScript doesn’t support namespaces, however, to avoid
-
Notes on PHP Design Patterns, Part 1: Generating Objects and Flexible Object Programming
Design patterns are streamlined solutions to common problems. They provide guidelines that can be translated into code. This entry will focus on patterns used for Generating Objects and Flexible Object
-
Continuous Integration and Deployment Processes
The practice of Continuous Integration ensures that code is constantly merged and tested, allowing a team of developers to share work and find issues early in the process. Continuous Deployment