Grosan Flaviu Gheorghe
AI, Linux, Programming Tutorials, and Game Development Guides.
-
Write your own Pinterest like Image Gallery using jQuery Wookmark and Symfony2
Build a Pinterest-style cascading image gallery using the jQuery Wookmark plugin with Symfony2 and Twig templates.
-
Identifying bottlenecks in your PHP scripts, using XDebug and KCacheGrind
How to profile PHP scripts with XDebug and visualise bottlenecks in KCacheGrind to find and fix slow code.
-
FreeBSD Git Server Granular User Permissions using File System Access Control Lists (ACLs)
How to set up fine-grained read/write permissions on a FreeBSD Git server using file system Access Control Lists (ACLs).
-
Symfony2: Folder Structure
A walkthrough of the Symfony2 directory structure - app, src, vendor, and web folders explained with diagrams.
-
Part 3: Real-Time Browser to Browser Communication, ExtJS Based Chat Application Using Node.Js and Socket.Io
Build a real-time chat app with ExtJS, Node.js, and Socket.IO - routing messages between browsers using event-driven architecture.