Re: Should an opensource dev know Linux

2022-04-27 Thread Steve Litt via PLUG-discuss
Keith Smith via PLUG-discuss said on Thu, 21 Apr 2022 11:12:50 -0700 >Hi, > >I'm a PHP developer and always thought all opensource developers had >at least some knowledge of Linux. > >Recently I watched a YouTube video that stated otherwise. The >presenter said it is important to know Linux which

Re: Knowing Linux as a developer: followup

2022-04-27 Thread Stephen Partington via PLUG-discuss
There are two sides of this. 1) code written to a "platform" AKA PHP/JS specialist. 2) Code written with a deep platform integration. This is where you should know Nginx, Apache, IIS, and related OS information. Both have a place in general software development. I prefer working with the Latter

Re: Knowing Linux as a developer: followup

2022-04-27 Thread Jim via PLUG-discuss
It seems to me that anyone who writes code should have some knowledge of every OS that code will have to work with.  It's been my experience that no software, machine or anything else developed by man has ever worked exactly as intended.   There's always some bug or quirk that needs to be dealt