1

Hey. I’m starting to learn web development and just wanted to get the opinion of some of you out there. Do you think it’s a good thing or should I go and learn a different thing like how to build Artificial Intelligence or something?

Comments
  • 2
    AI and web development.... kinda distant topics there.

    If you're interested have at it, but don't spread yourself to thin learning everything.
  • 1
    @N00bPancakes alright thanks.
  • 4
    Pick one, get into it, learn what you can and then mess around with the other later on. Don't learn everything at once or you'll just confuse yourself and give up.

    AI will require a greater learning curve, but probably worth it in the long run since the world is moving towards AI technologies.
  • 0
    @C0D4 Got it, thanks.
  • 0
    AI is a way different field, you might not get much use out of it unless you orient your career towards it.

    A topic I would recommend is trying lower level languages with a static type system (C, C++, C#, Java, Rust, whatever).

    Static typing will force you to think about your data types, which will still be very useful when going back to dynamically typed language, especially when interfacing with other people's code.
Add Comment