Explore >> Select a destination


You are here

trivial.observer
| | www.4bes.nl
12.7 parsecs away

Travel
| | In this post we look at how you can Build and test an Azure tagging strategy with Bicep with PowerShell, Pester, Azure DevOps & GitHub Actions
| | digitaldrummerj.me
8.3 parsecs away

Travel
| | Web Developer, Tester and Professional Speaker; passionate about good code, automated testing, devops, and presenting.
| | lincolnmullen.com
12.2 parsecs away

Travel
| | Recently I've been writing a fair bit of code in Go for a project I am working on. There is a lot to like about the language. But the thought occurred to me that maybe I like Go because it fits my (unjustifiably) beleaguered sense of self. If I used to like Ruby because it was fun, then maybe I like Go now for these reasons: Go is a minimalist language. I would prefer that we just get down to work without any fuss. Go is a high performance language for concurrency. There is too much to do and it all has to be done at once, so I guess we better do it quickly. Go is strongly typed. Please tell me what you expect up front, then stick to it. Go makes you check for errors explicitly (if err != nil). Bad things will inevitably happen, so I guess we better plan for them up front and do our best to deal with them.
| | argos-security.io
51.0 parsecs away

Travel
| Quite regularly teams need to create Entra ID App Registrations. One use case might be the onboarding of a SaaS (like ARGOS Cloud Security) into their environment. To simplify this process, we've developed a PowerShell script that automates the creation of an App Registration in Entra ID and assigns the necessary permissions. The script can