Avatar
./README.md

Hello. I’m AJ, a Site Reliability Engineer (SRE) with a focus on the Microsoft Technology Stack.

Projects

PoshToolbox

Technologies

PowerShell C# Visual Studio Code Pester GitLab GitHub SolarWinds BMC Azure Ansible Podman Docker Windows Red Hat

Personal

Hugo Cloudflare Ubiquiti Nginx Home Assistant

Popular posts

  1. PowerShell is a dynamic “weak” typed language. It allows for the reuse of variables regardless of the previous type and variables can be declared without specifying types. While this flexibility allows for quick scripting and diverse usage, it’s important to balance this with clear code readability and potential error prevention. Explicitly defining the data type of a variable communicates the intention to other developers and contributes to more robust and reliable code.

    powershell opinion

    Post activity