> a new name for System Administrator. Yes, this is definitely happening. I try to frame "DevOps" roles not as "doing DevOps work", but instead "enabling DevOps work". So, for example, setting up systems to make it…
I spent the last 3 years teaching at a software bootcamp, after being a SWE for 8yrs. It's been super rewarding - you're working with adults who are often in a hard spot financially and personally, and you get to help…
Ever tried running JS libs with C bindings? You're going to run into the exact same problems as you have running python code with C bindings.
Exactly, thank you! This article just read so bizarre to me - who thinks that venting is supposed to change your opinion about the matter? It felt like reading a headline like, "Researchers find that cardio vascular…
I love the idea behind this - as a software engineer, it's your job to build good processes, and not something to ask permission for. But wow, some of this post is incredibly toxic and passive aggressive. Create your…
Before I rebase, I always create a "backup" branch (`git branch backup`). Then if I mess up, I can always reset back to it (`git reset --hard backup`). Maybe better than trashing and re-cloning :-)
> a new name for System Administrator. Yes, this is definitely happening. I try to frame "DevOps" roles not as "doing DevOps work", but instead "enabling DevOps work". So, for example, setting up systems to make it…
I spent the last 3 years teaching at a software bootcamp, after being a SWE for 8yrs. It's been super rewarding - you're working with adults who are often in a hard spot financially and personally, and you get to help…
Ever tried running JS libs with C bindings? You're going to run into the exact same problems as you have running python code with C bindings.
Exactly, thank you! This article just read so bizarre to me - who thinks that venting is supposed to change your opinion about the matter? It felt like reading a headline like, "Researchers find that cardio vascular…
I love the idea behind this - as a software engineer, it's your job to build good processes, and not something to ask permission for. But wow, some of this post is incredibly toxic and passive aggressive. Create your…
Before I rebase, I always create a "backup" branch (`git branch backup`). Then if I mess up, I can always reset back to it (`git reset --hard backup`). Maybe better than trashing and re-cloning :-)