In this second part of the Iron Scripter challenge walk-through, we convert property and class names to PascalCase, detect property types, and hide properties.
Learn about PowerShell objects and classes in this first part of an Iron Scripter challenge walk-through.
A summary of 2020, including the Bad and the Good, and what I hope for 2021.
The curtains are pulled back in this look behind-the-scenes where I respond to the first public-submitted issue for PoShDynDnsApi.
A quick update on how I used PowerShell Abstract Tree Syntax to solve this Iron Scripter challenge.
Learn the basics of regular expressions and how I used them to solve this Iron Scripter challenge.
Learn about the PowerShell concepts of for and foreach loops, ForEach-Object and pipelines, and the range and modulus operators in this Iron Scripter challenge walk-through.
Learn how to schedule the publishing of a post using the GitHub Action, Jekyll Publish Drafts, on a GitHub pages hosted site.
New features that are not production ready are deemed experimental in nature. Users can choose to opt-in for an experimental feature on an individual basis.
We wanted to cover some of the changes that demonstrate the efficacy of adopting the newest, fastest, and best PowerShell. This article focuses on the JSON cmdlets - ConvertFrom-Json, ConvertTo-Json, and the new addition Test-Json.