DEV Community

Cover image for Frontend Development 2021

Frontend Development 2021

jobpick.in on August 12, 2021

Frontend Development Every business, brand, and idea has a website. As a result, building websites, called front-end development, is one of the sim...
Collapse
 
hyggedev profile image
Chris Hansen • Edited

I think you are spending too much time critiquing.
Also, learning sass is important as many organizations use it. It produces cleaner CSS, and helps with cross browser compatibility. Not to mention, learning CSS was listed second on his list of subjects to learn, and Sass as forth.
Also, one of the best features in some CSS in JS is nesting, along with other Sass like features. Essentially, if you only understand CSS, you'll only be hindering your capabilities and understanding of CSS in JS. For example, styled-components is a lot more powerful if you have preexisting knowledge of Scss.

Lastly, everyone needs a GitHub. I see people trying to make a point where you don't need one. Some say recruiters don't care or have no ability to read code anyhow. But the thing is, majority people in the field will tell you, the further you go through the interview process, you'll eventually land in front of the lead developer or engineer, who's going to decide on whether your skills are up to par, and can contribute to the team. One should hope they have a GitHub that day. I have also heard numerous times, where during the interview, the developer has been asked to walk through code on their GitHub. Rather than a white board.
I would also add, that GitHub is the Instagram of git management, whereas gitlab is myspace.

I hope I don't sound harsh! 🤣 I just don't see the need to "proof read" or "correct" what's been said here. All solid points IMHO.

Collapse
 
gdenn profile image
Dennis Groß (he/him)

First of all, thanks for this nice blog post!

Now a few of my own thoughts on this:

There are not strictly Frontend and Backend Developers only. FullStack Developers are typically working with both Backend and Frontend. Altough almost any FullStack Developer that I know has some preference towards Frontend or Backend development.

Perhaps a few words about being a Frontend-/Backend-/FullStack - Developer:

You don't have to know all technology stacks to call yourself e.g. a FullStack Developer. In fact, I highly doubt that anyone mastered all technology stacks in FullStack.

Being a Frontend-/Backend-/ or FullStack Developer means that you understand the concepts of certain technologies.

E.g. the Frontend Developer understands how User Interfaces work in 2021, meaning server side rendering, static sites ... etc. You should also be familiar with one of the more popular Frontend Frameworks such as React. Besides you should know the other popular framework options by name such as Angular and understand the differences between them.

This leads to my second point, how do I become a Frontend-/Backend-/FullStack - Developer?

First of all, if you are new to web development, don't go straight for FullStack development and start with either Frontend or Backend first.

If you are familiar with either one of them (Frontent-/Backend), then learn the other part as well (at least the fundamentals). Understanding a bit of both is crucial if you want to work as a web developer. It makes it much easier for you to communicate with your collegues.

Now how do I become a Frontend-/Backend developer?

This is of course my opinion but you only built relevant skills in programming while working on projects. Stop binging Udemy courses and start building your own projects.

Start with small projects and finish them, no matter how good or ugly they turn out. There is nothing more frustrating than having a bunch of half finished projects!

Now, think about the technologies that you want to learn. If you are interested in Frontend Development, I highly suggest you try ReactJS (this is currently the most popular Frontend Framework).

And then start, use the technologies that you want to learn in your own projects. You will be surprised how fast you progress.

Post your results here in the community. I am sure many people will encourage and support you on your journey.

 
hyggedev profile image
Chris Hansen

Hey, right on, solid points. I can appreciate you sharing your thoughts and not beating around the bush 👍
I guess it's just one of those situations where it all "depends", right? Some may like Sass, some may rather have you be a superstar at CSS. And to touch base on the Github matter, you could totally be right. I hear mixed opinions. Having a public repo may even expose you in some horrible way. But I have also heard people getting jobs with just HTML and CSS alone, which is crazy, but it seems to be true! ✌️

Thread Thread
 
dannyengelman profile image
Danny Engelman

Ah, the endless debate on learning the Technology or the Tool.
CSS is the Technology, Sass is a Tool.
And a Fool with a Tool is still a Fool.

Collapse
 
nosthrillz profile image
Ilie Bogdan

Dropping in for some constructive criticism. If you write your content in word or docs before you write it here, the spell checkers will fix most of the errors you have here :D

  1. Write
  2. Copy+paste
  3. Profit?!?
Collapse
 
antoine_rondeau_cf4d62dc5 profile image
Antoine Rondeau

The point is, Github is somewhat the standardization of Git which have much bigger community and repos that the other.

I can't find any single reason to use Gitlab or Bitbucket over Github. Could you?

Collapse
 
gmeben profile image
Grant Eben

I agree with the point on Sass. As an advocate of Sass when it was initially released, I'm finding that its purpose these days is largely becoming obsolete as browser technology improves. Ten years ago, Sass made up for the lack of variables and functions. These are now available to us natively in browsers. Nesting, extensions, and mixins often lead to needlessly bloating the stylesheet where using multiple class names doesn't. Modules are one of the few useful things that remain, but a stylesheet organized well by specificity does the same thing without making text searches more difficult.

This talk changed my life and explains in more detail: youtu.be/R-BX4N8egEc?t=540

Collapse
 
naeemulhasan profile image
NAEEMULHASAN

Excellent web development explained to all new comers.keep posting like this
Thanks

Collapse
 
jobpick profile image
jobpick.in

👍🏻😇

Collapse
 
naeemulhasan profile image
NAEEMULHASAN

👌😊

Collapse
 
naeemulhasan profile image
NAEEMULHASAN

👌

 
antoine_rondeau_cf4d62dc5 profile image
Antoine Rondeau

Well, except Gitlab offering unlimited repo over Github, i wouln't be able to defend other points than community size and projects/repo size.

I actually do think that in a open-source context, not looking community size is a non-sense.

The main concept of open-source is the contribution of community.

And even Github can host private repo, this, in my point of view, also became the reference for open-source project hosting.

Collapse
 
tamalcodes profile image
Tamal Das

Github matters somewhat, nowadays in somecases Github is your CV