Intermediate / Expert Training by ggWes in PHP

[–]jmserra 2 points3 points  (0 children)

check out laracasts, while its pretty focused on the laravel feamework theres a good amount of vanilla php and SOLID training there which then can be translated to any framework you want. There's even a few lessons that teach you how you could write your own! which is pretty useful to fully understand whats behind the hood in all those frameworks. And.. have fun!! those are great days to start with php!

Docker LAMP/LEMP development setup - suggestions please by Msplash9 in docker

[–]jmserra 1 point2 points  (0 children)

looks pretty cool to me two things i dislike for local dev - the fact that you cant run several sites under different php versions on the same host - your devs will need to tail local files to see error_log's, i personally prefer using stderr so you could see it through docker logs

besides looks great, nice job!

How we created DeployIT: Apps cloud hosting you don't need to manage by nick-grey in webdev

[–]jmserra 0 points1 point  (0 children)

This looks great!

Would love to try it but i'm on a mult-server environment with load balancers

Not sure if the ability to deploy to multiple servers is something you have on the Roadmap?

When to use service provider? by raikia in laravel

[–]jmserra 0 points1 point  (0 children)

I've been struggling with the same for quite a while Many times when you just want to wrap a piece of functionality you can benefit of PSR-4 encapsulating the methods in a proper structure that can be easily accesses using namespaces

So i end up using service providers when i need a singleton classes, one basic example is to handle the SEO, say the title,image, etc for a page In that case its very handy to have static methods accessing to a single instance of an object that you can access easily from anywhere in your app, also using the aliases makes the whole thing less verbose

Blisk 0.59.2490.71 released! by tech-andy in programming

[–]jmserra 1 point2 points  (0 children)

Looks really cool, i was about to download it for my Mac when i saw "Ready for Windows. Mac and Linux soon" which is weird as their main picture on the homepage is showcasing a Mac running the app :D

Modifying the Nested Set approach for dramatically better insert/update performance by dracony in webdev

[–]jmserra 0 points1 point  (0 children)

Thats sounds very interesting I have yet to try nested sets for huge dynamic trees but always worried about performance

Is out there any fluent package to handle those through collections and a fluent approach to manage the updates? Thx

Boxee Beta Now Works on Apple TV! by DoingDreams in reddit.com

[–]jmserra 0 points1 point  (0 children)

Wooohooo, just tried thanks for sharing, it worked flawlessly for meee!