Grosan Flaviu Gheorghe
AI, Linux, Programming Tutorials, and Game Development Guides.
-
Continuous Integration and Deployment using Debian, Jenkins, Capistrano, NodeJS and Git
A tutorial series covering how to set up a full CI/CD pipeline with Jenkins, Capistrano 3, Node.js, and Git on Debian.
-
How to install and configure automated tests using PHPUnit, Selenium and Xvfb, on CentOS
Set up automated browser testing on CentOS with PHPUnit, Selenium, and Xvfb for headless test execution on servers.
-
PHP 7 Object Properties Type Safety with Setters and Getters
Using PHP 7 scalar type declarations with getter and setter methods to enforce strict type safety on object properties.
-
CodeIgniter folder structure overview
A quick reference to the CodeIgniter directory structure - what each folder contains and how the framework is organised.
-
Javascript Function Usage Patterns
JavaScript function usage patterns covering named vs anonymous functions, callbacks, immediate invocation, and common pitfalls.