Skelly - Admin Dashboard Skeleton
So at work I have been writing an admin dashboard for the project that I am working on and I felt that it was solid enough to try to replicate it as a template so that I can use it for freelancing.
So at work I have been writing an admin dashboard for the project that I am working on and I felt that it was solid enough to try to replicate it as a template so that I can use it for freelancing.
Recently at work I have run into a few small problems with our infrastructure. Occasionally one of my VPS's timesout when contacting an external mail server. Since this happens maybe two or three times a month, it has been incredably hard to trace.
One of the hardest things to do in a web application is to lock certain users to certain functions. Anyone who has tried to DIY their own ACL list or permission structure can attest to it becoming a giant nightmare because Sally in accounting needs this report and that report, but not these other 5, but maybe in the future she might. *LE SIGH*
I would like to introduce to you my very simple slim skeleton called Slimple.
I recently wrote a little helper package for dispatching jobs to a Rabbit MQ queue. I routinely deal with Rabbit at work and I use it in some side projects. It's quite nice to be able to queue jobs for later using a consumer and cron.