1 min read 0 Programming Free Open Source Alternative to PaperTrail App March 17, 2018 Webtail is an Open Source tool I wrote, for tailing files on multiple servers and displaying content in a browser…
1 min read 0 Linux How to install RabbitMQ Server and Client on Debian March 17, 2018 This is a quick step by step guide on how to install RabbitMQ and the PHP-amqplib client on a Debian…
4 min read 0 Programming Write your own Pinterest like Image Gallery using jQuery Wookmark and Symfony2 March 16, 2018 This article provides a quick tutorial on how to write your own Pinterest like Image Gallery using the jQuery Wookmark…
4 min read 0 Programming Identifying bottlenecks in your PHP scripts, using XDebug and KCacheGrind January 28, 2018 This entry focuses on how to identify slow parts of your scripts using the PHP/Xdebug profiling feature along with KCacheGrind for…
2 min read 0 FreeBSD Git FreeBSD Git Server Granular User Permissions using File System Access Control Lists (ACLs) December 30, 2017 Previously I wrote about how to create a multi user git server on FreeBSD using standard UNIX file permissions, allowing users…
2 min read 0 Programming Symfony2: Folder Structure July 21, 2017 This entry describes the Symfony2 directory structure; providing a broad understanding of how a project is structured, and laying the…
7 min read 0 Programming Part 3: Real-Time Browser to Browser Communication, ExtJS Based Chat Application Using Node.Js and Socket.Io June 26, 2017 In the previous entries, found here and here, I wrote about how to enable browser to server communication, using Node.Js…
3 min read 0 DIY Raspberry PI Java and Javascript Desktop Applications – JJR Architecture May 18, 2017 This entry shows how to create desktop applications for the Raspberry PI with a GUI written in JavaScript and rendered…
1 min read 0 Programming Symfony2 FreeBSD 10 PHP Packages May 3, 2017 Below is a list of packages required for Symfony2 running on FreeBSD 10. pkg install php56 pkg install mod_php56-5.6.3 pkg…
5 min read 0 Agile Agile Methodologies: Agile Manifesto and Principles March 30, 2017 As part of my learning process about Agile Methodologies, I am adding a few notes about Agile in general and…