Click here to Skip to main content
15,895,803 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Making a living as a Programmer? Freelance? Pin
Brady Kelly8-Oct-16 16:55
Brady Kelly8-Oct-16 16:55 
GeneralRe: Making a living as a Programmer? Freelance? Pin
Kirill Illenseer10-Oct-16 22:33
Kirill Illenseer10-Oct-16 22:33 
GeneralRe: Making a living as a Programmer? Freelance? Pin
mbb0110-Oct-16 23:19
mbb0110-Oct-16 23:19 
GeneralRe: Making a living as a Programmer? Freelance? Pin
englebart11-Oct-16 2:47
professionalenglebart11-Oct-16 2:47 
GeneralRe: Making a living as a Programmer? Freelance? Pin
JackPeacock11-Oct-16 3:05
professionalJackPeacock11-Oct-16 3:05 
GeneralRe: Making a living as a Programmer? Freelance? Pin
erichlund11-Oct-16 5:04
erichlund11-Oct-16 5:04 
GeneralRe: Making a living as a Programmer? Freelance? Pin
Gerry Schmitz11-Oct-16 5:30
mveGerry Schmitz11-Oct-16 5:30 
GeneralRe: Making a living as a Programmer? Freelance? Pin
Kirk 1038982111-Oct-16 5:48
Kirk 1038982111-Oct-16 5:48 
Hmmm... Let me put my mentoring hat on.
Are you bored because you are not stepping up and taking more responsibility? Or because you are overqualified or under worked? There could be a LOT of reasons to be bored.

Being Bored is usually a good sign for programmers. Most of the good ones get bored with repetitive tasks (like I imagine network administration to be).

Since you are NEW to what you are doing, I would advise caution first. If you are bored at your job, and it pays well. GOOD for you. It is a nice problem to have, take up a hobby and have a great life.

If the pay is lacking, then one approach is to get an education on the side, with regards to programming. Go learn stuff. See if you like doing it for 2-4hrs at the end of your work day.
Also, this might allow you to pickup some work on the side, and augment your salary. While learning important skills.

Risk and Reward should always be considered together. I love consulting nowadays. In the past, I hated the weeks that I had of down-time with no clients calling, now I network during those times, and forcibly during my busy times (1 meet a week, in general).

Unfortunately, being new means having no REAL experience. You have to start at the bottom a bit.
Finally, not knowing if you are going to like programming is another challenge.

Here is a programming test for you. If you enjoy solving it in 2 or more ways, then you might be a programmer:

Take a single text file of words (dict.txt), as input.
The output will be (to the screen), ALL of the words on ONE LINE that cane be made by with the SAME letters (no more, or less). Goal is to use the ENTIRE English dictionary to test for efficiency.

Example input:
bat
bit
cat
hims
shim
tab

Example output:
bat tab
bit
cat
hims shim

Words should not be output twice. Your goal should be efficiency. For the entire English(language) dictionary it should NOT take hours. DO NOT Google the answer. Spend the time solving the problem. Then write the code and test it (small dictionary first, then a huge one).

If you ENJOYED solving the problem. And Liked testing the implementation, and even had to figure out how to do the timing/debugging if it was slow. Then you might just have what it takes.

Because programming is FIRST and FOREMOST about Analyzing and Solving problems!

HTH

GeneralRe: Making a living as a Programmer? Freelance? Pin
ROGII11-Oct-16 6:25
ROGII11-Oct-16 6:25 
GeneralRe: Making a living as a Programmer? Freelance? Pin
Leng Vang11-Oct-16 9:30
Leng Vang11-Oct-16 9:30 
GeneralRe: Making a living as a Programmer? Freelance? Pin
Robert g Blair11-Oct-16 11:03
Robert g Blair11-Oct-16 11:03 
GeneralAPOD PinPopular
R. Giskard Reventlov7-Oct-16 4:24
R. Giskard Reventlov7-Oct-16 4:24 
GeneralRe: APOD Pin
glennPattonWork37-Oct-16 4:57
professionalglennPattonWork37-Oct-16 4:57 
GeneralRe: APOD Pin
Peter Rob!nson9-Oct-16 19:33
Peter Rob!nson9-Oct-16 19:33 
GeneralFail PinPopular
Marc Clifton7-Oct-16 2:24
mvaMarc Clifton7-Oct-16 2:24 
GeneralRe: Fail Pin
Eddy Vluggen7-Oct-16 2:48
professionalEddy Vluggen7-Oct-16 2:48 
GeneralRe: Fail Pin
#realJSOP7-Oct-16 3:24
mve#realJSOP7-Oct-16 3:24 
GeneralRe: Fail Pin
Eddy Vluggen7-Oct-16 3:41
professionalEddy Vluggen7-Oct-16 3:41 
GeneralRe: Fail Pin
Marc Clifton7-Oct-16 4:54
mvaMarc Clifton7-Oct-16 4:54 
GeneralRe: Fail Pin
Eddy Vluggen7-Oct-16 7:01
professionalEddy Vluggen7-Oct-16 7:01 
GeneralRe: Fail Pin
Marc Clifton7-Oct-16 9:18
mvaMarc Clifton7-Oct-16 9:18 
GeneralRe: Fail Pin
Eddy Vluggen7-Oct-16 11:38
professionalEddy Vluggen7-Oct-16 11:38 
GeneralRe: Fail Pin
Sander Rossel7-Oct-16 3:24
professionalSander Rossel7-Oct-16 3:24 
GeneralRe: Fail PinPopular
#realJSOP7-Oct-16 3:26
mve#realJSOP7-Oct-16 3:26 
GeneralRe: Fail Pin
Marc Clifton7-Oct-16 3:59
mvaMarc Clifton7-Oct-16 3:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.