Salut Je suis _____________. Je viends du Pakistan. Je suis un ingenieur logiciel. Maintenant un jour, je travaille sur l’architecture Web. J’ai dix ans d’experience. [...]
Project Management in Redmine
Backlog Taskboard Releases Impediments Release Notes [...]
amour love disponible available voyage travel disposee willing / ready cousin / cousine cousin oncle Uncle l’oncle the uncle tante aunt fille girl garcon boy fils son / sons fille daughter sur on travail work / job / labor jour day maintenant now de of J’ai I have annee year [...]
PHP Security [documentation]
designed to be more secure than C or Perl for CGI programs Obtrusive security measures often restrict the users’ desires to complete a specific action; resultantly, such softwares erode over time (unless there is no alternative to those software) A chain [System] is as good as its weakest link [implementation]. [...]
fastcgi_finish_request
To close the Client connection but still process time-consuming requests on the server side. fastcgi_finish_request(): bool Reference: https://www.php.net/manual/en/function.fastcgi-finish-request.php [...]
Sample Symfony Product Architecture
source: https://www.ibexa.co/ [...]
User Experience Design
Interaction Design (IX or IxD) Interaction Design (IxD) focuses more on the Behavior than on the form itself. IxD should be: [...]
umask
To set permissions on top of System Default permissions. It cannot grant additional permissions than specified by the System default permission set. To add such additional permissions, use chmod() instead. On multi-threaded systems, this might result in varied behavior as the umask permissions are used throughout the system. Avoid assigning [...]