Questions tagged [junior-programmer]
A junior programmer is also known as an entry level or intern programmer.
84 questions
1
vote
3
answers
370
views
What does it mean for a version a programming language to not be supported anymore?
I am fairly new to programming; I was following a tutorial that was using php 7.3.8. So I went to the documentation website of that same php version, and it says it’s no longer supported. So, I ...
42
votes
4
answers
7k
views
How to effectively work with teammates whose fixes to bugs cause more bugs? [closed]
Everyone creates bugs, including me and my teammates. When bugs are pointed out to them, they're friendly and try to fix the bug. But their fix is 'wrong' and just creates a more subtle bug. Usually ...
10
votes
3
answers
6k
views
An older, experienced contractor used an SQLite DB for various queues - am I, a young dev, justified with feeling uncomfortable with it? [closed]
Context: I'm an embedded dev with only 2 years of solid experience. I'm the sole technical employee of a startup of 4 people. We have an MVP of our product out and are getting ready to develop the ...
4
votes
2
answers
819
views
How To Get A Junior Developer To Stop Bikeshedding [closed]
I'm having an issue with a junior developer bikeshedding PRs. They are the primary approver for one repository. Things that should be up for an hour or minutes on PR spend days sometimes with back-and-...
6
votes
5
answers
3k
views
Why are there so many frameworks for web development? [closed]
I am currently a Junior back-end developer, I write Java and Scala and I love it.
I really want to get into web development, but it seems like every time I look up some guide, it is really just a ...
2
votes
3
answers
2k
views
How to lead a team full of junior developers? [closed]
Currently I'm leading a team of 4 developers, all of them started their careers 5-6 months ago. I can consider ourselves lucky, as we've been assigned to a greenfield project, it's completely up to us ...
1
vote
2
answers
1k
views
Peer review of unit test
What is a good strategy for Q/A Engineers peer reviewing Unit tests as part of the software development life cycle?
I think that there are, indeed, things that I should check regarding the unit test ...
-1
votes
1
answer
267
views
As a junior developer, how can I broach critism of not-yet used chosen tools [closed]
So I started a month ago at relatively small company (12 people in the building) as a junior developer without professional experience apart from my own (7 years) and no degree. We're building a JEE ...
-3
votes
1
answer
218
views
Should I directly use pre-built codes on Github? [closed]
I need to know if is it correct to use pre-built codes on Github, or try to build it my self, while even I tried to build it I think it won't be as proffissional as that one on Github... the point is ...
2
votes
1
answer
1k
views
How to planning tasks with junior developers? [closed]
As I am only senior developer in team, Others are juniors who not strong to write clean code and architect.
Problem is the during sprint planning, It took very hard time for me to lead technical ...
3
votes
3
answers
383
views
How to make the most out of a beginner-level development team?
I now find myself in a scenario, mentoring no more than 8 beginner-level developers and tasked with the development of a reasonably complex SPA website. It is to be developed using React (which the ...
1
vote
0
answers
120
views
How could an fresher start doing changes in thousand lines code immediately after joining? [duplicate]
Well I am newly graduated and placed in a small scale project based company. When I joined , the boss (project head) gave me project code for understanding what work I will be doing hence forth. I ...
22
votes
6
answers
7k
views
Is it considered bad software engineering practice to always use "public" methods? [duplicate]
I've always used public methods and recently been advised by one of my friends to always avoid defining methods as public, as far as possible, though I have worked in any commercial company I have ...
15
votes
4
answers
2k
views
How to encourage junior developers to participate in code review?
I'm currently working as a senior dev with 3 juniors below me and have introduced a code review process to help manage the quality of code going into production.
I feel its very beneficial for all of ...
3
votes
1
answer
442
views
Functional testing of incomplete features
I've had several tasks where I'm to do functional testing (and to be writing automated test scripts) on features that are not actually complete.
For example, CRUD testing on a project to make sure ...
-1
votes
1
answer
635
views
C++ Basic Rotation Question
I've got a problem and I haven't yet found an explained solution to get it drilled into my head:
I want my object to make a basic rotation TOWARDS the mouse cursor, not the lock-on.
I know it must be ...
2
votes
2
answers
1k
views
How to avoid god controller classes and keep single responsibility principle?
The task is to make a migrator from Old DB to New DB using OOP Single Responsibility Principle.
My problem is how can I make this without making the controller a God Class or breaking the single ...
4
votes
2
answers
879
views
Advice for volunteer developers learning large codebases [closed]
Working in an open source project has the result that sometimes developers with no experience in the codebase attempt to "learn the code" on their own.
There is a reccurring trap I've seen, ...
9
votes
3
answers
859
views
How best to involve junior developer in designing an application from scratch? [closed]
We are a team of 3 developers (2 experienced devs and a junior).
We just started a brand new project. We've designed the application, concentrated efforts on choosing the right architecture and now ...
3
votes
2
answers
364
views
Cannot explain to the customer that he is taking the project wrong way
Being a junior developer in need of some money for new hardware, I have stumbled upon many of the freelancing websites, and really soon, I have gotten my first customer. Complete Project Management, ...
244
votes
16
answers
21k
views
Project is nearly done, but procedural spaghetti code. Do I rewrite or just keep trying to ship it? [closed]
I'm a beginner web developer (one year of experience).
A couple of weeks after graduating, I got offered a job to build a web application for a company whose owner is not much of a tech guy. He ...
18
votes
3
answers
3k
views
Is it good to review programs with seniors and boss even if it is working fine?
In my company, before delivery of any project, my boss asks my seniors to review programs written by me or other team members or sometimes boss also sits with us for review.
I think it is a good way ...
6
votes
3
answers
3k
views
Junior developers in a remote working environment [closed]
Our company is looking to introduce remote working as an option for its developers.
This book (Remote: Office not required) has been offering some valuable guidance.
However one issue that is not ...
26
votes
5
answers
4k
views
How to overcome programming by coincidence? [closed]
In the book The Pragmatic Programmer, the writers mention the "programming by coincidence" concept. It explains what it is, why it is caused, what are the dangers you may encounter and it ...
64
votes
8
answers
15k
views
How can I salvage my internship? [closed]
I'm currently working as an intern at a very large, non-software development company. The position I applied for wasn't specifically a development position, but the team that hired me wanted a CS ...
39
votes
5
answers
13k
views
What to do when you are faced with programming task that you have never done?
I started my career as a .NET developer 3 months ago and after a long training plan on diverse technologies, patterns and concepts the developers who were supervising me have decided that I am ready ...
40
votes
3
answers
5k
views
How to train junior programmers for today's (complicated) web environment?
Currently our company develops applications consisting, most of the time, in Ruby on Rails web servers and a bunch of different REST clients, from kiosk systems in Java to embedded devices in C/C++ (...
21
votes
8
answers
3k
views
Re-gaining confidence of senior programmer [closed]
My boss found out I'm not as smart as he thought.
An example from my experience:
I'm a junior programmer, and I work in a team of two, my boss (senior programmer) and myself.
I was tasked with ...
43
votes
7
answers
7k
views
What should junior developer expect from their senior team lead [closed]
Disclaimer: Opinions expressed are solely my own and do not express the views or opinions of my employer.
I work for a small company, in which few people are developers, others are QA/Test and 1 is ...
-2
votes
2
answers
2k
views
Best/ most efficient way to learn a programming language as a beginner [closed]
I am a student and have obtained a one year placement at a business that develops an e-commerce system using C#, HTML, WPF, javascript, ASP and more. Although I do have a little bit of knowledge, I ...
4
votes
2
answers
5k
views
Passing variables from PHP to C++
I need to call a program from PHP and pass some vars and/or sets of key-value pairs to it. How do I pass these vars, through arguments to the called function?
exec("/path/to/program flag1 flag2 [key1=...
6
votes
3
answers
1k
views
What are the options for setting up a UNIX environment to learn C using Kernighan and Richie's The C Programming Language?
I'm a novice programmer and have been experimenting with Javascript, jQuery and PHP but felt I wasn't getting a real depth of understanding of what I was doing. So, after reading Joel Spolsky's ...
11
votes
5
answers
2k
views
Five new junior developers and lots of complex tasks. What's now?
Our company has hired five new junior developers to help me to developer our product. Unfortunately the new features and incoming bug fixes usually require deeper knowledge than a recently graduated ...
18
votes
12
answers
6k
views
Teaching myself, as a physicist, to become a better programmer [closed]
I've always liked physics, and I've always liked coding, so when I got the offer for a PhD position doing numerical physics (details are not relevant, it's mostly parallel programming for a cluster) ...
4
votes
5
answers
4k
views
Is it must for a junior Programmer to have a mentor? [closed]
I am a Jr. ASP.NET/C# Developer and I have been working with a Company for the past 9 months. I have been appointed to try and develop their Legacy System (built in Visual FoxPro) in ASP.NET/C#.
I am ...
7
votes
9
answers
1k
views
How to inspire an intern with programming? [closed]
The situation is this - we took an intern for a summer with a mind that if he will catch up during summer, we will keep him as a part time junior developer.
We took him after his first year in ...
2
votes
2
answers
4k
views
Good resources for learning about recursion [duplicate]
Possible Duplicate:
Resources for improving your comprehension of recursion?
I am a programmer with 2 years experience, and sometimes think I could solve a specific problem with recursion, but in ...
0
votes
3
answers
583
views
What do you need to do when mentoring a new graduate? [closed]
Well I have been THE junior developer in a small team for several years. Now, there is a new fresh graduate so I have become the not-so-junior-developer and have been asked to mentor him.
But I have ...
20
votes
7
answers
4k
views
How many juniors should a senior mentor? [closed]
Our shop's size increases dynamically, so we are planning to hire a few new junior developers but we would not like to overwhelm the seniors with too much mentoring and training. How many (usually ...
17
votes
8
answers
4k
views
Dealing with estimates as a junior programmer
I have been working for a couple of months now in a company that estimates (for the general population, not juniors specifically) tasks and then we are given the task, solve it, it goes through two ...
70
votes
16
answers
7k
views
Recommendations for teaching junior programmers good coding style [duplicate]
I am a big fan of good coding style, producing clean, clear code that runs well and is easy to use and integrate into larger systems. I believe that we programmers are essentially craftspeople who ...
11
votes
9
answers
3k
views
Should a new programmer focus on a single technology until he's proficient at it? [closed]
Ok, I've been teaching a buddy how to program for a while now. He's a very fast learner, and he's quite good at programming so far. However, he has one "issue" I keep trying to correct.
He jumps in ...
118
votes
20
answers
9k
views
Is the phrase "never reinvent the wheel" suitable for students?
I find myself constantly running into this expression "don't reinvent the wheel" or "never reinvent the wheel" when I ask some questions on SO. They tell you to use some frameworks or existing ...
1
vote
2
answers
1k
views
Current best practice/methods to code a VB.NET DAL in SQL Server
What are the current best practice/methods to code a VB.NET DAL in SQL Server?
I have been trying to search but can't seem to find the right words to look for.
11
votes
6
answers
2k
views
As a Junior Software Engineer should I say that something has been done wrong if I feel so? [duplicate]
I recently joined a company and it is my first job. When reading the code base, I felt that the code was not well written. It seemed to me that the code had most of the problems mentioned here and ...
3
votes
8
answers
908
views
How to teach basic principles to programmers [closed]
In order to get experience as a team lead, I was recently given the task of supervising a programmer.
What I found out is that he is having a problem in writing a simple if condition. He has issues ...
8
votes
7
answers
906
views
As a programmer, what am I supposed to know like the back of my hand? [closed]
I am talking of stuff related to programming only and not system or network administration.
I am about to finish college and get a programming job, so I am interested to know about this. Although ...
51
votes
20
answers
20k
views
What's the best place for a high school programmer to get his work noticed? [closed]
I'm a 16 year old high school student, with a passion for computer programming.
I'm in grade 11, and I've been learning it as part of the school syllabus for about 8 months.
I've gone beyond what's ...
4
votes
1
answer
263
views
What type of applications Silverlight is designed for? [closed]
I have 3 years experience in ASP.NET with C# and now I am learning Silverlight with Beginning Silverlight 4 in C# book.
As I have completed my first 4 chapters, I am getting the feeling that ...
5
votes
1
answer
461
views
Is hiring a junior developer as a technical trainer a good idea?
So my friend's boss brought in four junior candidates with some work experience, she is one of them. Her manager wants them to be experts on the subject matter of tomcat in a matter of two months in ...