Do I Need to Learn Basic Programming Concepts Before Diving into Coding?

0
10
Asked By InquisitivePenguin42 On

I'm just starting out with PowerShell, but I'm finding it tough to grasp the fundamentals since I don't have any prior programming experience. The only thing that's keeping me motivated is my knowledge of CMD basics. Should I focus on downloading some videos to learn basic programming concepts before I continue with PowerShell?

4 Answers

Answered By CuriousCoder01 On

Honestly, starting right in with coding can be a good approach! I began as a data analyst using Excel macros, and then I explored deeper into the macro editor. Fast forward twenty years, and I'm now a senior C# developer. My advice would be to dive into PowerShell, run some commands, and slowly build up to writing scripts. Even though PowerShell isn't a full programming language, mastering it can pave the way for learning languages like C# later on.

Answered By PenTestingPro57 On

Since you're diving into pen testing, remember it’s not just about code; it involves understanding human behaviors as well. It's a unique field where both scripting and programming concepts play a role, so keep practicing those basics!

Answered By ScriptNinja42 On

Definitely! It’s hard to grasp programming concepts without actually writing code. Getting your hands dirty will help you understand things much better. Plus, looking into basic algorithms could be beneficial.

Answered By TechSavvyDude88 On

If you're targeting backend development, I'd recommend starting with C or if you're more inclined to web development, HTML could be a better fit. Just so you know, PowerShell is primarily a scripting language, not a programming language.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.