Today I took my first spin with the new, super cool service called LiveCoding.tv which launched yesterday. I elected to stream my personal project where I’m creating a cloud based call center solution. I have to admit I was a little nervous to code live. For some reason I tend to associate doing it live… Continue reading
POST CATEGORY : Laravel
Nailed it: My First Client Experience on Codementor
Today I had my first client on Codementor which is a really cool service where you can, in minutes, be connected to real technical experts in a wide range of domain specializations. I was sitting at the kitchen table on my Macbook working on a personal side project when I received an email titled “Codementor… Continue reading
Solved: Laravel Event Broadcasts Not Arriving at Pusher
The other day I was getting some hands-on experience with Laravel 5.1’s event broadcasting features. I followed all the requirements specified by the documentation. However, when my application would broadcast the event, it would not reach Pusher. During my debugging process I confirmed that: I had Pusher’s composer package pulled into my app. I was… Continue reading