I just signed off with my team from our morning stand-up by saying: "Have a happy new year, don't drink too much tonight, but definitely drink something!" Ha good times! #NewYear #newyear2025
31.12.2024 14:12I just signed off with my team from our morning stand-up by saying: "Have a happy new year, don't drink too much tonight, but...I can't express vehemently enough how many times #Azure has put me into troubleshooting mode, simply because the ZipDeploy does not remove "old" files that are not in the new package. We've recently been deploying a completely new version of software to staging slots, only to have them crash after swapping, because old files are left behind.
27.4.2024 12:57I can't express vehemently enough how many times #Azure has put me into troubleshooting mode, simply because the ZipDeploy does not...Another interesting video from Naomi Brockwell
https://odysee.com/@NaomiBrockwell:4/Car-Tracking:7
17.10.2023 17:55Another interesting video from Naomi Brockwellhttps://odysee.com/@NaomiBrockwell:4/Car-Tracking:7We deployed one of the apps in our product stack last night, that we haven't deployed for over a year. As certain as I was that the impact was minimal and the risk low, I still breathed a huge sigh of relief when it was all over and things were running smoothly! #azure #devops #deployment
10.8.2023 21:13We deployed one of the apps in our product stack last night, that we haven't deployed for over a year. As certain as I was that the...I think I'm ready to start posting stuff on #lemmy that I would have looked to reddit for.
15.7.2023 16:15I think I'm ready to start posting stuff on #lemmy that I would have looked to reddit for.Will today be the day I figure out how to migrate from Microsoft.Azure.Management.Fluent to Azure.ResourceManager? 🤞 Only time will tell. #azure #dotnet #azuresdk
13.7.2023 11:31Will today be the day I figure out how to migrate from Microsoft.Azure.Management.Fluent to Azure.ResourceManager? 🤞 Only time will tell....Why does it seem so impossible to find real code examples for #Azure #azuresdk ? Microsoft.Azure.Management.AppService.Fluent is deprecated for Azure.ResourceManager.AppService, and all I want to see is an example of how to use the new package to restart one of my AppServices. This was easily done with the old package, and I can't find anything to help me migrate #csharp code. Would love if anyone could point me in the right direction!!
11.7.2023 22:34Why does it seem so impossible to find real code examples for #Azure #azuresdk ? Microsoft.Azure.Management.AppService.Fluent is deprecated...I'm not sure who cares, but I switched to GrapheneOS this weekend. So far, the only thing I'm missing, is a Swype keyboard...
30.5.2023 01:23I'm not sure who cares, but I switched to GrapheneOS this weekend. So far, the only thing I'm missing, is a Swype keyboard...What is the consensus on multiple returns in an API endpoint? Given the very crude example:
[HttpGet]
public async Task<ActionResult> GetThatThing(int thingId)
{
if (!service.thingExists(thingId))
{
return NotFound();
}
doOtherStuff(thingId);
return Ok();
}
I sometimes get a PR comment similar to "we should avoid multiple returns from a method".
#csharp #dotnet
It's amazing how much I'm enjoying refactoring code to return IEnumerable or IQueryable and using AutoMapper with DTOs! #csharp #dotnet
1.12.2022 17:16It's amazing how much I'm enjoying refactoring code to return IEnumerable or IQueryable and using AutoMapper with DTOs! #csharp...So, I'm on PTO today and tomorrow to pad the #Thanksgiving #holiday a bit. I did however log into #devops and make a few comments on some PRs and such. Why do I do this? Does anyone else do this?
22.11.2022 13:44So, I'm on PTO today and tomorrow to pad the #Thanksgiving #holiday a bit. I did however log into #devops and make a few comments on...I'm hoping that using some popular hashtags like #azure #dotnet and such will help my "reach". I don't have many followers so I may be somewhat isolated, but I find myself frequently wanting to reach out to the right communities for help when I need it!
21.11.2022 16:24I'm hoping that using some popular hashtags like #azure #dotnet and such will help my "reach". I don't have many followers...Good morning! Hoping some #azure friends can lend some knowledge. I can add more context if it becomes necessary but I'll start with what I think is my "base question". I know with the az cli you can execute a "quick task" directly from the ACR. What I need is to be able to also specify a volume that can attach to an azure storage account (somehow) so that the docker conainer that runs can write its output there. #dotnet #docker
21.11.2022 12:59Good morning! Hoping some #azure friends can lend some knowledge. I can add more context if it becomes necessary but I'll start with...I'm going to be reaching out to my #azure friends tomorrow. I've got something I'm trying to accomplish, but can't quite figure it out. I'll hopefully be able to articulate it well on a Monday morning! #docker
20.11.2022 17:27I'm going to be reaching out to my #azure friends tomorrow. I've got something I'm trying to accomplish, but can't quite...Obligatory #introduction
Hi my name is Adam,
I am a software developer. I am mainly writing code in #dotnet #csharp. I mostly work in the backend API but I write #js when I have to, and am trying to get better with #angular.
I have written some #php and contributed to an opensource project #friendica (another federated social platform).
I enjoy playing video games, at least until #stadia shuts down... 😅
I am from and am still in #USA living on the East Coast.
As often as we like to call ourselves "full stack" developers, I'm not so good with angular and rely on the help of our other UI devs. Does that mean I should retire to strictly back-end API work?
19.11.2022 17:45As often as we like to call ourselves "full stack" developers, I'm not so good with angular and rely on the help of our other...