Skip to main content
6 answers
12
Asked 66540 views

what does a computer programmer do on a day to day basis?

i am a junior at my high school and i am interested in this career and i am not sure of the options but i am very interested to learn more #engineering #computer #programmer

+25 Karma if successful
From: You
To: Friend
Subject: Career question for you

12

6 answers


9
Updated
Share a link to this answer
Share a link to this answer

David’s Answer

Best of the Village
<html><head></head><body>

Programmers spend most of their time at their computers writing software. They will also spend some time writing diagrams and thinking about the general structure of the problem. Like any work, there's also occasional meetings with bosses, clients, etc. In the best companies, you'll have long periods of deep, uninterrupted work where you get to solve very interesting problems.


Unlike most other careers, you have the opportunity to learn a lot by yourself before you commit to making a career in programming. Take that opportunity! There's a lot of ressources available to learn to program.


I learnt to program at 14 years old with Lego Mindstorms, which I recommend strongly. Check it out: http://mindstorms.lego.com/ . If your parents can afford it, it's definitely worth it. You also should take a loot at CodeAcademy and start doing the exercises: http://www.codecademy.com/.


As a software developer, I find my job incredibly gratifying. I get to create stuff out of thin air. Stuff that has the potential to have a real impact on the world and touch millions of people. If you're anything like me, you really enjoy a challenge. You don't need extraordinary skills in math, but you definitely need a logical mind.


You'll also find that all the good programmers are very passionate. It's fascinating to work with people who care so deeply about what they do. Salaries are very high in programming, but don't base your decision on that: you'll never become any good if you do.


All in all, it's definitely something I recommend to you.

</body></html>
Thank you comment icon That was very helpull Dylan
Thank you comment icon thank you for your information devi
Thank you comment icon It helps to hear from a person whose actually a software developer. Steven
Thank you comment icon Hi David! Thank you so much for the amazing advice you gave C. Paulino above! I had a few follow up questions I wanted to ask out of my own curiosity: 1. You said that you learned how to code at the age of 14 (WOW!), and I was wondering if you could talk a bit more about your path into computer programming. What type of work are you currently doing, and how did you get there? Thank you so much in advance! Best, David David Ohta COACH
9
3
Updated
Share a link to this answer
Share a link to this answer

William’s Answer

<html><head></head><body>

Above is a great answer.


Another great resource is topcoder.com . They run competitions called SRMs, look under algorithms, that test skills that you will use through your career as a software developer. Algorithms are the most fun of all the tasks you'll get to perform. If you look at Google's page on careers and hiring (http://www.google.com/jobs/joininggoogle/interview/index.html), they reference topcoder as a great place to practice and show off your skills. Not only that, but sometimes Google recruits directly from top members.


projecteuler.com is another place to test your number theory/algorithmic skills.


However, for a day in the life, in my experience, 60-70 percent of your time is spent quietly at your desk coding, designing, thinking about the problem. Coding is most often typing commands to get a specified task completed, looking at data, analyzing outputs, etc. 20 % of time is usually spent collaborating with others, meetings for requirements, client meetings, status reports, presentations.


As a "product manager" which is a similar position, and what some coders move towards, you will spend most of your time defining requirements, deciding what the UX (user experience) will look like, etc.

</body></html>
Thank you comment icon thank you for your information devi
Thank you comment icon thanks for the info it helped on my school project Tuba
Thank you comment icon Hey William, thanks for information. But the links are not working. Madhavi
3
3
Updated
Share a link to this answer
Share a link to this answer

Diana’s Answer

<html><head></head><body>

Both of the above answers are great. For more resources, check out:



If you ever have any questions like "This doesn't work and I don't know why", check out stackoverflow, a programming-focused Q&A site.

</body></html>
Thank you comment icon thank you for your information!!!!!!!!!!!!!!!!!!!!!!1 devi
3
0
Updated
Share a link to this answer
Share a link to this answer

Bashayir’s Answer

Computer programmers are the brilliant minds behind the scenes who craft the code that instructs computers on their tasks. They skillfully utilize programming languages to bring to life various software applications, websites, and other digital wonders. While they often work in office environments, they also have the flexibility to work from the comfort of their own homes.
0
0
Updated
Share a link to this answer
Share a link to this answer

David’s Answer

I wrote a blog post about this: What does a software engineer do?

TLDR: In a nutshell, we write programs for computers to interpret and execute. The types of programs can vary between mobile applications, web applications, embedded software or desktop applications. Software is pretty much EVERYWHERE now. Just find an industry that interests you (ie. fashion, finance, teaching) and you can usually find an application that you can build for that industry.
0
0
Updated
Share a link to this answer
Share a link to this answer

Anil’s Answer

A computer programmer could be considered as a problem solver who would devise a method to provide a series of instructions to a computing infrastructure, so as to provide solution to a problem or task. The problem could be that of adding/subtracting a few numbers, to one that is a task to to track an inventory of chemicals or books in a library. A programming language is the brush used by the computer programmer (artist) to draw up the instructions to a computer to perform tasks which results in a solution.
0