Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
-
@heyheni Interestingly enough this was the first time in years I developed an application using Laravel, and it's their recommendation for environment management. Perhaps I should give it a go. You don't happen to know if it works well for node aswell?
-
@ScriptCoded it works for every system. You just recreate the production environment on a virtual machine and develop on it.
-
mt3o19146y@ScriptCoded it's not in the long run. Because prod system can have different configs (or custom built binaries), hardware settings (let's say for example different load balancer timeout or just different performance), or simply there are licensing restrictions.
Not to mention, it's useful to use i.e. debugging symbols with binaries or open port for the debugger, which is undoable on prd.
Prd can be impossible to define in a strict way - recent chrome browser as target for webapp? Version changes constantly.
And last thing: waste of resources. -
@Hubot-0x58 vagrant is a development enviroment manager.
Containers are for deployment.
Related Rants
-
rephiscorth38Everyone here ranting about a fucking missing semicolon. I can't remember the last time a missing semicolon wa...
-
CodesNotHot10-Laughed at Gitlab the other day -Accidentally dropped my db today. fuck karma
-
codeclod15When you have a super annoying problem that Google has been unable to help with... But you stumble upon a link...
It worked locally
rant
fuck