Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,148,406 members, 7,800,834 topics. Date: Thursday, 18 April 2024 at 07:40 AM

Is Choosing To Become Only A Frontend Dev A Solid Programming Career? - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / Is Choosing To Become Only A Frontend Dev A Solid Programming Career? (816 Views)

Any Free Frontend Dev For Forex Website / How Can Synergisticit Shape Your Java Programming Career? / HTML & CSS Are Also Powerful In Frontend Dev, Check These Beautiful Design (2) (3) (4)

(1) (Reply) (Go Down)

Is Choosing To Become Only A Frontend Dev A Solid Programming Career? by jbreezy: 12:14pm On Jun 13, 2022
If you opened this thread, I'm guessing you already know the definition of a frontend developer, and the distinctions between them and other developers. So as a frontend developer and enthusiast myself, I've been so curious to know whether being solely a frontend developer can be accorded as a successful programming career, cos truth be told, I am only interested in frontend development cos I am the visual-inclined and artistic type of person. I love seeing the beauty of what I'm doing. Although, I'm logically capable to dive into backend too, but the interest is not just present, but still, I want to have a solid programming career. Unfortunately from my hypothesis, most great devs I've met are either full-stack or the backend engineers. Thus, my question: Is the frontend development career path of programming enough to make you a successful programmer?
Re: Is Choosing To Become Only A Frontend Dev A Solid Programming Career? by devdev: 12:49pm On Jun 13, 2022
jbreezy:
If you opened this thread, I'm guessing you already know the definition of a frontend developer, and the distinctions between them and other developers. So as a frontend developer and enthusiast myself, I've been so curious to know whether being solely a frontend developer can be accorded as a successful programming career, cos truth be told, I am only interested in frontend development cos I am the visual-inclined and artistic type of person. I love seeing the beauty of what I'm doing. Although, I'm logically capable to dive into backend too, but the interest is not just present, but still, I want to have a solid programming career. Unfortunately from my hypothesis, most great devs I've met are either full-stack or the backend engineers. Thus, my question: Is the frontend development career path of programming enough to make you a successful programmer?
When you say frontend i understand you mean frontend for web apps and all that, but that is not true. An android and ios developer can also be called a frontend developer and at same time, a programmer. When it also comes to frontend, we also deal with logic. Almost every conditional statement you find in backend can also be found in frontend. The main difference is that fact that, backend deals with data, security, storage etc. So yes choosing frontend makes you a solid programmer. You can expand your languages to java, c# etc.
Re: Is Choosing To Become Only A Frontend Dev A Solid Programming Career? by jbreezy: 12:59pm On Jun 13, 2022
devdev:

When you say frontend i understand you mean frontend for web apps and all that, but that is not true. An android and ios developer can also be called a frontend developer and at same time, a programmer. When it also comes to frontend, we also deal with logic. Almost every conditional statement you find in backend can also be found in frontend. The main difference is that fact that, backend deals with data, security, storage etc. So yes choosing frontend makes you a solid programmer. You can expand your languages to java, c# etc.
Hmmm great response as I must say. And oh yeah, I'm quite vast with python too cos I learned data structures and algorithm with it. Thanks.
Re: Is Choosing To Become Only A Frontend Dev A Solid Programming Career? by bercarray(m): 2:23pm On Jun 13, 2022
Please op which material are u using to learn data structure and algorithm can you recommend any?
Re: Is Choosing To Become Only A Frontend Dev A Solid Programming Career? by jbreezy: 3:19pm On Jun 13, 2022
bercarray:
Please op which material are u using to learn data structure and algorithm can you recommend any?
textbook-grokking algorithm video-codebasics on youtube
Re: Is Choosing To Become Only A Frontend Dev A Solid Programming Career? by Nobody: 3:36pm On Jun 13, 2022
Any one you choose, just learn it well very very well.

to be a backend developer you need to know a little bit of front end anyways.

but to be a frontend developer you may not need to know anything about backend.

Those thinking front end is easy haven't actually built a full scale app with modern UI.

That's when you'd know even CSS is sometimes more confusing than javascript

with javascript you know your code will run as expected once you've written it properly.

With CSS You will swear to god you've set second elements z-index to even 10000000 and the first to 1 but yet the second will refuse to come up in front of the first

4 Likes

Re: Is Choosing To Become Only A Frontend Dev A Solid Programming Career? by donproject2(m): 6:04pm On Jun 14, 2022
GREATIGBOMAN:
Any one you choose, just learn it well very very well.

to be a backend developer you need to know a little bit of front end anyways.

but to be a frontend developer you may not need to know anything about backend.

Those thinking front end is easy haven't actually built a full scale app with modern UI.

That's when you'd know even CSS is sometimes more confusing than javascript

with javascript you know your code will run as expected once you've written it properly.

With CSS You will swear to god you've set second elements z-index to even 10000000 and the first to 1 but yet the second will refuse to come up in front of the first


And conforming your interface to render well in all browsers and screen sizes is another big headache.
Re: Is Choosing To Become Only A Frontend Dev A Solid Programming Career? by Xinjin: 8:21pm On Jun 14, 2022
jbreezy:
Hmmm great response as I must say. And oh yeah, I'm quite vast with python too cos I learned data structures and algorithm with it. Thanks.
As a frontend dev you would be working with data from the backend, knowledge of how d backend is structure is an added advantage. since you have knowledge of python, why not pick up web framework flask of django.
Re: Is Choosing To Become Only A Frontend Dev A Solid Programming Career? by Nobody: 8:23pm On Jun 14, 2022
JUST A Frontend Dev ?

The fact that you used the word JUST means you don't know what you're doing.

Frontend Dev has the lowest barrier of entry at the Junior level because HTML/JS/CSS is simple to learn, but has one of the highest barrier at the Senior level.

Later on, you will discover that Frontend is super hard with all the endless frontend frameworks and UI libraries that you have to keep up with. Each company you join is using a different Frontend framework, each personal project you get into might be using a different development pattern.

I can tell you for sure that Backend at Senior level is x10 simpler than Frontend, No rendering + No CSS problems, No 3rd party UI framework dependency problem, No Spaghetti code problems etc Most backend language & codebases use an official architectural pattern that is followed for their projects unlike Frontend that everyone creates their own nonsense. Write code, write test for backend, create Pull Request, finish.

So please, stop using the word JUST. Frontend Development is already a mouth-full to learn.

1 Like

Re: Is Choosing To Become Only A Frontend Dev A Solid Programming Career? by Maxxim: 10:59pm On Jun 14, 2022
Following grin
Re: Is Choosing To Become Only A Frontend Dev A Solid Programming Career? by jbreezy: 6:56am On Jun 15, 2022
truthsayer009:
JUST A Frontend Dev ?

The fact that you used the word JUST means you don't know what you're doing.

Frontend Dev has the lowest barrier of entry at the Junior level because HTML/JS/CSS is simple to learn, but has one of the highest barrier at the Senior level.

Later on, you will discover that Frontend is super hard with all the endless frontend frameworks and UI libraries that you have to keep up with. Each company you join is using a different Frontend framework, each personal project you get into might be using a different development pattern.

I can tell you for sure that Backend at Senior level is x10 simpler than Frontend, No rendering + No CSS problems, No 3rd party UI framework dependency problem, No Spaghetti code problems etc Most backend language & codebases use an official architectural pattern that is followed for their projects unlike Frontend that everyone creates their own nonsense. Write code, write test for backend, create Pull Request, finish.

So please, stop using the word JUST. Frontend Development is already a mouth-full to learn.
When I said "just", I meant choosing only frontend development, not undermining it. Of course, it's obvious frontend entails a lot. And I already changed the 'just' to 'only'.
Re: Is Choosing To Become Only A Frontend Dev A Solid Programming Career? by jbreezy: 6:57am On Jun 15, 2022
donproject2:


And conforming your interface to render well in all browsers, all screen sizes and another big headache. To me.
Very tasky..Reason some people run to backend since only logic has the greater ratio of its requirements.
Re: Is Choosing To Become Only A Frontend Dev A Solid Programming Career? by Nobody: 9:42am On Jun 15, 2022
jbreezy:
When I said "just", I meant choosing only frontend development, not undermining it. Of course, it's obvious frontend entails a lot. And I already changed the 'just' to 'only'.

The truth is, while learning Frontend development, you would have to at least know some practical aspects of backend, api and other things. The knowledge is not in isolation because you will constantly work with backend devs. Sometimes for your personal projects, you would have to create your own APIs after fetching information from database using a backend technology.

Also, whenever something doesn't work on your Frontend, YOU the frontend dev will be blamed. The issue will most likely come from the backend but nobody will talk about that, they will blame you. So It's not an easy job.

1 Like

Re: Is Choosing To Become Only A Frontend Dev A Solid Programming Career? by Deicide: 11:56am On Jun 15, 2022
.....But back end Na in day sweet pass
Re: Is Choosing To Become Only A Frontend Dev A Solid Programming Career? by Arrayman: 9:33pm On Jun 15, 2022
U can't really be a good front end dev if u don't have a working knowledge o f the backend.

(1) (Reply)

Hope You Gotten Yours? / Reporting Tool For Php / Firefox 3 Official Launch.

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 37
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.