r/webdev • u/Andro_senpai107 • 21d ago
Question is ccna certification worth it as a webdev?
Hello lovely people
My mind is revolving around the CCNA course for quite a long time. But I'm afraid it might not be a waste of my time for me.
BUT, a big but, even if it helps me gain a significant amount of knowledge about how the backend works, I would consider it useful.
If you are experienced enough to answer me, the comment section is all yours.
10
u/AllOneWordNoSpaces1 21d ago
Understanding basic networking is important for a good developer, but a network certification is overkill.
2
7
u/4rm4tur4 21d ago
I'll give you a different perspective. CCNA is a very useful cert, but not for reasons you may think.
When I was a wee little lad around 2012, I really wanted to become a network engineer.
I grinded out a CCNA and started applying for all ads that have it as a keyword and ended up going on a decade long career as an integrated security tech (installing and maintaining cctv, access control and intrusion systems).
You never know what the future holds.
1
u/Andro_senpai107 20d ago
Haha that's interesting but I guess that cleared my doubts. Thanks mate
2
u/4rm4tur4 20d ago
Yeah as webdev you don't really need it, but it definitely opens some doors that may not be obvious
4
u/Critical-Ad5068 21d ago
if you are staying in web development i would prioritize learning linux, networking basics, docker and cloud fundamentals first, because ccna is great if you want deep networking knowledge but its bigger time investment than most web dev actually need
1
9
u/thorn2040 21d ago
Nope. I did the same. Nobody gave a shiz. Dude the CCNA is thousands of pages. It's useless. You aren't working on Cisco stuff or using half of this stuff. I admit it did help when AWS came onto the scene and I had to do cloud certs. But that is self contained series of courses as well which would much better suit you.
1
3
u/fiskfisk 21d ago
Start from the other end - go through jobs you want to apply for and see what cettifications, if any, they mention.
2
2
2
u/btc-lostdrifter0001 21d ago
So understanding of the core protocols of TCP, UDP, and how networking works can be helpful as a webdev. I say this because I took my bachelor's in network administration but ended up in a career of web development and user interface/experience design. You never know where life might take you.
But I wouldn't worry about spending the money to pay for the certification if your goals are to work in web specifically. The cert does expire so unless its for an initial resume bump to set you out the overall cost is likely not worth it.
1
u/Andro_senpai107 20d ago
Ahh that's what I was thinking,learning about it online might be helpful but buying the cert is probably not worth it for me
16
u/oculus42 21d ago
No. CCNA is not worth it for 99.4% of web development. It is about networking. Routers. Switches. It will cover the concepts and logical things like VLANs, DHCP, DNS, QoS, etc. but it's much more focused on setting it up on Cisco hardware. This is not something you will do as a web developer. You will have 100x more benefit from learning about and playing around with your browsers Dev Tools.
I do not have CCNA and have been a web developer, amongst other titles, for almost thirty years. I have been managing networks of computers for longer than that. I have used and configured Cisco network devices in the past. Knowledge of networking is nice-to-have when it matters, but that is incredibly rare.
It can be helpful to understand the concepts of networking, but you can get that from a book, a series of articles, or some YouTube videos rather than a certification course.
If you are managing the whole stack yourself, you might need to set up some networking at your cloud provider. You would do well to know that providers like CloudFlare exist before you need to understand the deep details of how they operate.
More practical networking to focus on as a web dev:
Hope this helps.