DEV Community

Anita Olsen
Anita Olsen

Posted on

Are you a Beginner, Intermediate or Expert Programmer?

That is a good question is it not? That is something I have been struggling to figure out.

I have been wondering for a while if I am still a beginner or at least moving towards being intermediate? I am pretty sure I am not an expert as many things are still very difficult for me (if not too difficult?!) and I feel at times like I know nothing at all 😅

Are you a beginner, intermediate or expert programmer? And how do you know that?

Top comments (33)

Collapse
 
darkstill777 profile image
artur

That's a good question and one many of us struggle with at different points in our programming journey.

Identifying your skill level can be tricky because it varies across different aspects of programming. Here are some indicators that might help you assess where you stand:

Beginner:
You are comfortable with basic programming concepts like variables, loops, and conditionals.
You rely heavily on tutorials and example code to build projects.
Debugging can be a significant challenge, and you may not be familiar with many debugging tools or techniques.
Writing clean, efficient code is still something you're learning.

Intermediate:
You can build more complex applications and have a solid understanding of data structures and algorithms.
You are comfortable with debugging and can troubleshoot issues independently.
You understand and use version control systems like Git.
You can read and understand other people's code and contribute to open-source projects.
You are familiar with some design patterns and best practices.

Expert:
You have a deep understanding of multiple programming languages and paradigms.
You can design and architect large systems and applications.
You are proficient in optimizing code for performance and scalability.
You mentor others and contribute significantly to community knowledge.
You stay updated with the latest trends and advancements in technology.
To assess your level:

Reflect on the complexity of the problems you can solve independently.
Consider your ability to learn new technologies and apply them.
Think about how often others come to you for help and how comfortable you feel providing it.
Evaluate your contribution to projects, both personal and collaborative.
Personally, I consider myself to be somewhere between intermediate and expert, im working in Whimsy Games company. I can handle complex projects and often help others with their code. However, I know there is always more to learn, and I continuously strive to improve my skills.

Collapse
 
anmolbaranwal profile image
Anmol Baranwal

If a programmer knows which category they lies in, I can bet they are not real programmers 😆

Heck, I don't even know which category I'm in :)

Collapse
 
phalkmin profile image
Paulo Henrique

Ditto, 20 years of profession, every day I discover something new

Collapse
 
anitaolsen profile image
Anita Olsen

Always learning! ✨

Collapse
 
jayantbh profile image
Jayant Bhawal

Same (not in yoe though, haha)
I feel tech changes too fast to not learn something everyday, and lately it feels like it's changing ever faster!

Collapse
 
anitaolsen profile image
Anita Olsen

You have a point there!

Hahah xD

Collapse
 
martinbaun profile image
Martin Baun

While I've been practicing for a hot* minute now, I'm still learnin' :)

Collapse
 
manzella profile image
Hana Manzella

congrats

Collapse
 
devarshishimpi profile image
Devarshi Shimpi

There's always something new to learn everyday!

If you are talking in terms of job roles? Probably seniority of the role depends, some are expert at what they do while some don't know what they are even talking about...

But if seriously as a programmer regardless a person's employment? I am sure someone might be expert in let's say 2-3 different tech stack, but not like all the programming languages that exist lol. Even in the programming languages they are the best at, eg. TypeScript. There's always new updates incoming! They might be expert today, probably not after the new version rolls out with some major change...

Collapse
 
anitaolsen profile image
Anita Olsen • Edited

😃💡✨

I was not talking in the terms of job roles no, just generally. Regardless of a person's employment, yes.

Aha. Ah, yes the updates. Well, I can only speak for myself, been learning both Python 2 and Python 3, I manage very well to program things in both versions but then, their changes were rather small 😁

Thank you SO much for you comment, I appreciate it! 🙏

Collapse
 
ben profile image
Ben Halpern

I would try and go out of my way to identify and act like an intermediate developer sooner than it feels comfortable.

I think some people hold the "beginner" title longer than it is useful to them.

Collapse
 
jgdevelopments profile image
Julian Gaston • Edited

I have been working a couple years doing full stack web development in a production setting working on features/bugs, coordinating meetings between different teams etc... I would say I am intermediate at best. Probably not qualified to write this post haha!!!!

I will try to answer this in a fair way.

In 2020 I was definitely a beginner. I did not have a job yet and was going through tutorial "he11" on youtube. I did not understand programming fully, and had no idea what an API was.

I think one of the biggest differences between beginner and intermediate is the amount of quality experience you have coding and understanding your tech stack END TO END. Within intermediate you should be able to understand business/ client/ design requirements and be able to translate or articulate these details into actionable items.

In my opinion, being an expert as a programmer is having a full understanding of your code, how your code works, your frameworks that you are using and in addition, being able to deploy, debug, and design your architecture/infrastructure with keeping scalability and security in mind. I truly believe once your able to do this at a degree that is "production" quality, you could call yourself an expert in the specific tech stack you are working with.

Their is a caveat. Being an expert in one tech stack I think automatically puts you at intermediate on any other tech stack even if you really havnt learned it yet. Understanding how to take a project and balance product requirements with time management and, generally, the entire business side to developing, can easily be transferable to any other tech stack for the most part.

Just my take. Once your an expert in one tech stack and one business setting, I think this automatically puts you at intermediate for everything else. This is of course considering the business side to programming.

If we are only talking about raw programming skills I think @devarshishimpi sums it up pretty good!!

Collapse
 
ezpieco profile image
Ezpie

Well we aren't the kind of people who know what tier we live in, but we sure know what level of toxicity we give in programming... I mean, ever said VsCode of vim devs? I know because I am a proud vim user who has no other option then to use vscode because the codebase is written in TS and TS is just another vscode extension... #RostMeReddit.

Real talk, I would say that being in categories is the same thing as comparing JavaScript to rust, it just isn't fair, rust is such a fast and safe language whereas javascript is just a buggy, slow, and for god forbidden reason used everywhere because of Microsoft just created a vscode extension. So I would say that I am a beginner, but due to my takes on verity of topics in programming, I would say I am an intermediate? So yeah can't really put developers on a tier list.

Collapse
 
miketalbot profile image
Mike Talbot ⭐ • Edited

I'm an expert, in that I've implemented and architected dozens of systems which have built successful businesses. Could you teach me something I don't know? Undoubtedly. Are there a billion things I don't know? Yes!

Collapse
 
emi_black_ace profile image
Jacob Van Wagoner

Beginner: makes mistakes at a basic level, does not know how to fix them. Has no idea how to put things together at a higher level than the immediate code. Completes work items with help.

Intermediate: makes mistakes at a basic level, but is able to fix them. Is learning about higher order systems but makes significant mistakes in putting systems together and does not know how to fix them. Able to work independently and complete work items without help.

Expert: able to fix own mistakes and the mistakes of others. Understands systems at a higher level. Able to shape what work items look like, make them worthwhile, and identify what items should go to beginners and intermediate programmers and help them become better programmers.

Collapse
 
ashrobertsdragon profile image
Ashlynn Antrobus

I fall at the advanced beginner level. I've been programming for about a year and a half and have a strong understanding of a single language (Python). Books aimed at intermediate Python are largely stuff I already know, but i also know my code isn't always the best, and someone more experienced could probably write it in a fraction of the time

Collapse
 
shannon_clifford_eb9e6405 profile image
Shannon Clifford

I am a 49 year old Lady and for the last 3 years, I have been learning how to build websites, used most of the AI tools out there, Built my own GPT's "SEO & Website Structure" and "Web-Scraping-SC". I am here to learning from others about programming. 👋

Some comments may only be visible to logged-in visitors. Sign in to view all comments. Some comments have been hidden by the post's author - find out more