I've just started with PowerShell, but I'm finding it hard to grasp the basics because I have no prior programming experience. The only thing I have going for me is my understanding of CMD fundamentals. Should I focus on downloading some videos about basic programming concepts or constructs before diving deeper into PowerShell?
3 Answers
PowerShell is more of a scripting language than a full programming language. If you're considering back-end work, C is a solid choice, while HTML is great for the front end. It's crucial to get a good grasp of programming fundamentals like variables, loops, and conditions, but don't forget to practice writing your own scripts.
Starting out can be challenging! In my experience, diving in and experimenting often helps more than just studying concepts. PowerShell is a unique entry point—try running some commands and see what they do. You can automate tasks with .ps1 files, and that hands-on practice can help you understand programming better. Once you're comfortable, you can explore more traditional languages like C# if you want a structured foundation.
You definitely need to get hands-on to really understand programming concepts. Just watching videos won't cut it. Start working with code! Also, learning the basics of algorithms might help you see how those concepts connect. Good luck on your learning journey!

Related Questions
How To: Running Codex CLI on Windows with Azure OpenAI
Set Wordpress Featured Image Using Javascript
How To Fix PHP Random Being The Same
Why no WebP Support with Wordpress
Replace Wordpress Cron With Linux Cron
Customize Yoast Canonical URL Programmatically