How can one evaluate himself to say he has learnt/practiced enough programming/coding to start working on important projects? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 13

How can one evaluate himself to say he has learnt/practiced enough programming/coding to start working on important projects?

How does a programmer know he is ready for the job market?

20th Aug 2019, 8:35 PM
Fogwe
Fogwe - avatar
13 Answers
+ 18
Fogwe Good question. Speaking for myself, in the early days of my career, I never felt ready enough to jump into the job market. I just did it. No matter what, you will never be ready enough. You just need to be able to learn as rapidly as possible and keep up. Prepare to fall, mess up, make mistakes, ask good questions, figure stuff out, and learn faster than ever as you go. It's actually much more exhilarating than it is intense. I loved those early years. With all that said, I'd be happy to evaluate if you are ready enough to put yourself out there. Let's start with a few basic questions. 1. How long have you been programming? 2. How did you learn? 3. What's the most involved code or application you've built so far. 4. How fluid is your typing as you're coding? 5. How much experience do you have working with a database within your code? That should be good enough for now. I'll wait for your reply for follow up questions.
21st Aug 2019, 3:57 AM
David Carroll
David Carroll - avatar
+ 7
When one knows, or at least can think of the steps needed to begin with in solving the problem (given the details and other necessary stuffs) - by then one knows that s/he had enough experience and be confident to handle the case. People say practice & experience builds one's confidence, but even an experienced coder *may* still find a moment when they needed some time before s/he can think of an idea to solve or begin try solving the problem, just saying : ) P.S. I think your question isn't strictly related to C# as a language, it concerns more of one's career. If possible, try to put more relevant words in Relevant Tags section to increase focus on the question topic ✌
21st Aug 2019, 3:29 AM
Ipang
+ 5
Rumy I'm not necessarily disagreeing. However, one challenge to consider is how would Fogwe, or anyone new for that matter, know if it was good or not? While they may be genuinely impressed, maybe even blown away, in reality, it will likely either be very rudimentary at best or horrifically plagued with the worst practices. 🤷‍♂️
22nd Aug 2019, 5:13 PM
David Carroll
David Carroll - avatar
+ 4
Never enough. eval{}
21st Aug 2019, 4:35 AM
\•/
\•/ - avatar
+ 4
Sonic Depending on your job market, I would argue that an understanding of the basic CRUD operations between an application and some persistence storage is essential for job readiness. I imagine this could be substituted with a strong understanding of RESTful APIs for frontend developers in some job markets. The more knowledgeable a candidate is with concepts spanning either relational or document databases, the more qualified they would be over other candidates.
21st Aug 2019, 12:39 PM
David Carroll
David Carroll - avatar
+ 4
Any one can code and get output but the professional knows the coding ethics such as how to give perfect name to variable, how to optimize code, when to use comment etc. This is very important because if many people are working on a project it will become very easy for other programmer to understand code.
22nd Aug 2019, 12:52 AM
Nabil Malik
Nabil Malik - avatar
+ 4
Fogwe Are those 5 apps available for review in Github or somewhere? Did you build these from scratch or guided via books? Are all of these fullstack apps with much Javascript involved in the client? Did you work with any frontend libraries / frameworks like ReactJS or Angular, WebPack, etc? Regardless of your answers, I'm quite impressed. I could review your code to give you objective feedback if you'd like. Also, how familiar are you with each concept highlighted in this article? https://medium.com/@isaaclyman/steps-to-better-code-e6c3cce0c7f9
23rd Aug 2019, 5:48 AM
David Carroll
David Carroll - avatar
+ 3
1.22,2.habbit,3.testing,4.good enough,5.all the time 😀
21st Aug 2019, 4:31 AM
\•/
\•/ - avatar
+ 3
David Carroll I am interested in knowing what is the significance of your question number 5. Is that a desirable skill for job readiness?
21st Aug 2019, 11:37 AM
Sonic
Sonic - avatar
+ 3
Quite simple just try to solve programming problems
22nd Aug 2019, 9:55 AM
Abdul Rasul
Abdul Rasul - avatar
+ 2
David Carroll thanks! I studied physics and we used FORTRAN and PASCAL back then in college for modeling and simulation. I've been exposed to programming since 2009, but not the kind of programming for app development I got into app development (c#, Java...) in March. And that's the length of time I have been trying to code on OOP language. My coding studies has been somewhat formal all this while, from books to school and back to books. So in 5 months I've been struggling to recycle myself from the obsolete Pascal/Fortran into C#, javascript, Java... I believe I've been able to fill myself in -do CRUD, apply REST, DS and Algos amongst others. I've been able to build 5 simple apps all based on CRUD, in C#-Banking, school, Stock Exchange, Finance and 1MVC based feedback app. All run well as intended. So on databases I am cool, I have been working with them. My scare is how new my exposure is to languages like c# and Java; gaining grounds on 99% of the syntaxes.
22nd Aug 2019, 9:13 PM
Fogwe
Fogwe - avatar
+ 1
Pervaiz Rasool you know saying " programming problems" is vague, quite vague.
22nd Aug 2019, 8:56 PM
Fogwe
Fogwe - avatar
+ 1
It is always a tricky question. Am I ready? The truth is, you may never know until you try. You have to get hands-on with programming. You can practice for a lifetime and never be ready because you won't have a goal. At least with a project in mind, you have something to actually work towards. You are usually asked a bunch of questions to determine your job readiness, so if you don't know these questions, use what you don't fully understand as a guide for your learning path, then when you can fully answer the questions you missed, then you are ready. Once you get the Job. Prepare to fall, mess up, make mistakes, ask good questions, figure stuff out. Like David Caroll said. Until you complete your project. I don't know many programmers who get their program right the first time around. If they did we wouldn't have alpha, beta, retail, and updates...
23rd Aug 2019, 8:19 PM
Chris Coder
Chris Coder - avatar