Technology Playground
Not everything needs a business case.
A small corner for experimenting with technology, automation and ideas that don't require an executive steering committee.
Back to Basics
Hello, World!
No GitHub portfolio involving code feels entirely complete until somebody prints those two words to a console.
Consider that requirement satisfied.
The Back to Basics examples compare the same fundamental concepts across Python, PowerShell and JavaScript:
Hello World → Variables → Arrays → Loops → Conditions → Functions
Why?
Technical curiosity still matters.
I'm not a software developer and this site isn't intended to suggest otherwise.
But I believe technology leaders benefit from understanding the fundamentals of the technologies their teams work with.
You don't need to write the production code to understand what the code is doing.
And you should probably know enough to be dangerous. Preferably not in production.