Category: Personal
-
The WizardShell Future
What’s next for WizardShell? 2023 has definitively been my most exciting year to date! In the past six months, I’ve changed jobs, traveled, and started several hobbies. Earlier this year, I made a goal to make a website and publish articles to it weekly, creating WizardShell. Initially, I wanted to make a “PowerShell for Dummies”… Read more
-
Classes in PowerShell and Milking Your Variables
Classes are a common term in object-oriented programming, which you’d see normally in a language such as C# or Python. By using classes of data, you can create your own data types with properties, methods, inheritance, and more. PowerShell supports classes and this can be used to make your scripts cleaner and easier to read.… Read more
-
My Career in Tech: Launching into the Dream
When I was little, I was often asked about my dream career. I always hated the idea that you’re supposed to have everything planned by the time you’re 10 years old. Everyone told me I’d stay poor if I didn’t go to college. However, the school culture felt detached from reality, and my heart hardened… Read more
-
Variables Definition in PowerShell and Useful Commands
Variables in PowerShell are value that can change. You can identify them easily, as they begin with a dollar sign, and they are able to hold strings, integers, arrays, Booleans, or nothing at all. Definition To begin with, there are two ways to assign a variable. First, you can use the equals sign (=). This… Read more
-
God is the Ultimate Coder
I do not intend to delve onto personal topics on this website often, but I truly believe that there is a personal God who wants a relationship with you, and there is an eternity of suffering for those who reject it. Jesus Bar-Joseph of Nazareth taught that all people should be respected and are free… Read more