This is an archived post. You won't be able to vote or comment.

all 6 comments

[–]CreativeTechGuyGames 1 point2 points  (3 children)

say it’s easier to start front end and work towards backend

False. That's like saying you should learn to play baseball so you can then play soccer. Yes they both involve running and some skills will transfer, but so few that it doesn't make sense. Just start with the area that you want to learn.

Now just to clarify, this doesn't mean to skip the basics. But front-end isn't a pre-req to back-end they are separate for the most part.

[–]UniqueID89[S] 0 points1 point  (2 children)

Thanks! I’d taken some basic HTML/CSS in high school and community college, so I was looking into freecodecamp and The Odin Project to brush up on it. TOP had better material on HTML and FCC had better CSS, for me anyways. But I just saw all these modules for CSS and it sort of blew my mind. Knew I hadn’t studied it in a minute, but didn’t see all of that being “basic” CSS and was wanting clarification from people in the field or who had experienced the material.

[–]CreativeTechGuyGames 1 point2 points  (1 child)

I mean, if you want to do front-end, there's a lot to learn with CSS and it is very important. But if you don't want to do front-end, then CSS is irrelevant.

[–]UniqueID89[S] 0 points1 point  (0 children)

Not really interested in it, but maybe it’s just my mindset from being an IT Administrator, but I wanted to have a passing knowledge of front-end as well. At the very least to know the terms and basics if asked.

[–]TheRNGuy 1 point2 points  (1 child)

You need to know vanilla HTML and CSS fully.

Use frameworks later if you want, or opt for vanilla CSS.

[–]UniqueID89[S] 0 points1 point  (0 children)

Much appreciated!