I work at a place that uses Azure to run everything (not my choice…).
Everything we have runs on Linux containers, Linux Azure functions, and a VM that runs Ubuntu.
You can run Windows on Azure but you certainly don’t have to.
I work at a place that uses Azure to run everything (not my choice…).
Everything we have runs on Linux containers, Linux Azure functions, and a VM that runs Ubuntu.
You can run Windows on Azure but you certainly don’t have to.
Debian’s website….
I do a lot of .NET development at work (back end web APIs). It’s all done in Linux via WSL2. All my code runs in Linux containers on Azure.
There are teams where I work that are basically using Excel as a database and SharePoint as S3 in automated processes… But at least no one is going to DIE when those things fall over!
Personally, I have also had great experiences with the HP line of business laptops - Probooks and Elitebook.
Allow me to reveal my age by saying… No, duh!!!
The only possible way Microsoft can be this bad at naming things is if they are actively doing it on purpose.
2K of RAM? Time to port over some Atari 2600 games!
Came here to upvote for the exact same reasons.
Yeah, ujust is pretty cool!
At work, we’re a Windows shop. So mostly Docker (desktop) via WSL2. But it depends on the project. Sometimes it’s just NodeJS in Windows itself!
At home, mostly tools like nvm and Python venvs to handle multiple projects with potentially overlapping/problematic dependencies that I want to isolate from the base system.
Either way, initial testing happens locally with Docker compose, sometimes minikube depending on the project.
With Bluefin-DX it’s a lot of the same concepts but the included tools get you there a different, and honestly easier and more convenient way. But I have learn how to use those tools!
Bluefin-DX is great! I’m still figuring out how everything works - there are a lot of tools included that are new to me, despite being a cloud-oriented developer.
It’s a very different way to use Linux, from how the OS is constructed, to the container-first nature of the default applications and intended workflow. But I’m really enjoying learning how to use it.
I’m a programmer! I use Linux and Windows. In fact, I’m now in my second job in a Microsoft shop (and no, neither were/are .NET…). And I’ve had exactly zero jobs where I was issued or allowed to use a Linux machine.
Almost 10 years into my own Linux journey, I’m feeling the pull to Debian.
I’m just hanging out in denial right now on Pop OS.
Thanks, I’ll look into that. KDE is awesome and it would be fun to contribute in some small way.
I’m a developer, but my career has been very web-focused. What languages would I need to learn to contribute to KDE apps?
Yes, please!
I write C# for a living and I’m the same - Windows at work, Linux at home.
I use VSCode on both OSes. On Linux, I only use VSCode for C# and I have the MS-free version for any other languages I want to use.
I also use VSCode 95% on my work laptop which is a Windows machine. The extension Ms are really good and the dotnet CLI is pretty robust. There are also extensions that can help you deploy stuff to Azure too.
Honestly, I don’t even try native versions (when they exist) for most games. I go straight to Proton or Lutris.
Yeah, I do all my development in WSL2 (Ubuntu) at work every day. I use VSCode on the Windows 11 host. It’s great!
Would I prefer to use Linux natively? Sure, but I also have to support some Windows-only legacy code and a D365 environment or two, so Windows makes sense.