CHRISPY

CRUNCH

Welcome to ChrispyCrunch, I’m Chris. This is my corner of the web, a place where curiosity meets the work of making things real. I spend my days exploring technology, building ideas, and chasing the sparks that lead somewhere unexpected. Here, I share the experiments, insights, and discoveries that keep me moving forward.

Recent Posts:

For Loops in PowerShell

One of the core building blocks for any computer language. For loops iterate in a loop (repeat) until a condition is met, or continues forever, who am I to judge!

Read More

PowerShell GET from REST API

PowerShell has a great command called Invoke-RestMethod. With this command, you can: Delete Get Head Merge Options Patch Post Put Trace For this guide, we will focus on Get. In

Read More

Use cURL in PowerShell

What’s that? cURL in PowerShell? What are you doing he-you’re just Invoke-WebRequest aren’t you? Yep! You can kind of use cURL commands in Windows Powershell. This “cURL” is actually just

Read More