473,624 Members | 2,273 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

be a programmer?

What do I do? Any ideas?
I went back to school after many years and finished my bachelors degree and
studied programming at a local tech school. I have no great talent to return
to (mainframe operator, telemarketer, painter...) and haven't had a chance
to shine in programming yet (newbie, recession, tech bubble, jobs going
overseas....). I got so frustrated that I launched my own recruiting
business but that didn't fly. I do like programming and think I could be
good. I have either trained in/or used: Java, HTML, Perl, PHP, ASP, C, C++,
SQL, Javascript. I need to do something as I am going to have to care for
myself (age 45) and my mother(77, works pt) since she will have to quit
working in 2-3 years. Since the recession is still pretty much on in
Houston, TX, I'm thinking of taking a crappy little job and study nights and
weekends and get a programming job in a year or two. Thanks for your advice.
Jul 22 '05 #1
11 1855
[Cross-posted to a less incorrect newsgroup]

ja*****@sbcglob al.net wrote:
I went back to school after many years and finished my bachelors degree and studied programming at a local tech school. I have no great talent to return to (mainframe operator, telemarketer, painter...) and haven't had a chance
to shine in programming yet (newbie, recession, tech bubble, jobs going
overseas....). I got so frustrated that I launched my own recruiting
business but that didn't fly. I do like programming and think I could be
good. I have either trained in/or used: Java, HTML, Perl, PHP, ASP, C, C++, SQL, Javascript. I need to do something as I am going to have to care for
myself (age 45) and my mother(77, works pt) since she will have to quit
working in 2-3 years. Since the recession is still pretty much on in
Houston, TX, I'm thinking of taking a crappy little job and study nights and weekends and get a programming job in a year or two. Thanks for your

advice.

Attend/worship/pester your local users groups for the following topics:

- design patterns
- Linux (GNU, etc.)
- Extreme Programming (Agile development, test driven development, etc.)

Your acronym list may impress HR screeners, but not colleagues. What we need
are folks who have experienced object models that don't suck, operating
systems that don't suck, and project lifecycles that don't suck. We
frequently get colleagues with no exposure to anything except crap, and
re-educating them causes friction.

--
Phlip
http://www.xpsd.org/cgi-bin/wiki?Tes...UserInterfaces
Jul 22 '05 #2
> Your acronym list may impress HR screeners, but not colleagues. What we need
are folks who have experienced object models that don't suck, operating
systems that don't suck, and project lifecycles that don't suck.
Even before that, do this:

Understand how to estimate, and then KEEP TO THAT ESTIMATE.

The number 1 problem w/ development is the inability to estimate and deliver
software on time, regardless of the design methodology.

Read the "Mythical Man Month"

Read the NASA SEL documentation.
Phlip wrote:
[Cross-posted to a less incorrect newsgroup]

ja*****@sbcglob al.net wrote:
I went back to school after many years and finished my bachelors degree

and
studied programming at a local tech school. I have no great talent to

return
to (mainframe operator, telemarketer, painter...) and haven't had a chance
to shine in programming yet (newbie, recession, tech bubble, jobs going
overseas....). I got so frustrated that I launched my own recruiting
business but that didn't fly. I do like programming and think I could be
good. I have either trained in/or used: Java, HTML, Perl, PHP, ASP, C,

C++,
SQL, Javascript. I need to do something as I am going to have to care for
myself (age 45) and my mother(77, works pt) since she will have to quit
working in 2-3 years. Since the recession is still pretty much on in
Houston, TX, I'm thinking of taking a crappy little job and study nights

and
weekends and get a programming job in a year or two. Thanks for your

advice.

Attend/worship/pester your local users groups for the following topics:

- design patterns
- Linux (GNU, etc.)
- Extreme Programming (Agile development, test driven development, etc.)

Your acronym list may impress HR screeners, but not colleagues. What we need
are folks who have experienced object models that don't suck, operating
systems that don't suck, and project lifecycles that don't suck. We
frequently get colleagues with no exposure to anything except crap, and
re-educating them causes friction.

--
Phlip
http://www.xpsd.org/cgi-bin/wiki?Tes...UserInterfaces


--
Bret Pehrson
mailto:br**@inf owest.com
NOSPAM - Include this key in all e-mail correspondence <<38952rglkwdsl >>
Jul 22 '05 #3

<ja*****@sbcglo bal.net> wrote in message
news:Zz******** **********@news svr24.news.prod igy.com...
What do I do? Any ideas?
I went back to school after many years and finished my bachelors degree and studied programming at a local tech school. I have no great talent to return to (mainframe operator, telemarketer, painter...) and haven't had a chance
to shine in programming yet (newbie, recession, tech bubble, jobs going
overseas....). I got so frustrated that I launched my own recruiting
business but that didn't fly. I do like programming and think I could be
good. I have either trained in/or used: Java, HTML, Perl, PHP, ASP, C, C++, SQL, Javascript. I need to do something as I am going to have to care for
myself (age 45) and my mother(77, works pt) since she will have to quit
working in 2-3 years. Since the recession is still pretty much on in
Houston, TX,
I'm thinking of taking a crappy little job and study nights and
weekends and get a programming job in a year or two. Thanks for your

advice.

IMO in that last paragraph you've already given yourself the best advice:
Do what you must to support yourself while you learn to do what you like
until you can do it instead. It's what I did, and still do when software
work slows down.

Oh, and no matter the amount, put away some money every week. :-)

-Mike
Jul 22 '05 #4
Bret Pehrson wrote:
Your acronym list may impress HR screeners, but not colleagues. What we need are folks who have experienced object models that don't suck, operating
systems that don't suck, and project lifecycles that don't suck.
Even before that, do this:

Understand how to estimate, and then KEEP TO THAT ESTIMATE.

The number 1 problem w/ development is the inability to estimate and

deliver software on time, regardless of the design methodology.

Read the "Mythical Man Month"

Read the NASA SEL documentation.


Estimate using "points of complexity", not "ideal days".

Then average the points over time. The number of complexity points you can
do in a week will even out. That makes estimation easy, fearless, useful,
and NO NEED TO KEEP TO ANY ESTIMATE. No all-nighters or other brainless
bullshit.

--
Phlip
http://www.xpsd.org/cgi-bin/wiki?Tes...UserInterfaces
Jul 22 '05 #5


Bret Pehrson wrote:
Your acronym list may impress HR screeners, but not colleagues. What we need
are folks who have experienced object models that don't suck, operating
systems that don't suck, and project lifecycles that don't suck.

Even before that, do this:

Understand how to estimate, and then KEEP TO THAT ESTIMATE.

The number 1 problem w/ development is the inability to estimate and deliver
software on time, regardless of the design methodology.

Read the "Mythical Man Month"

Read the NASA SEL documentation.


Whilst doing my degree course we were often told to do estimates, and
given various methodologies to use in the exercise. At one point a
lecturer put up a comparison of an estimate he'd done using one of the
methods and the actual result obtain.

Q: So how come you ended up 1 year late and 50% over budget.
A: Well how the hell was I to know how long the UI would take.

now I suppose if you your project is online store version X, or satelite
tacking system Y, then you'll have a good base for estimation. If
however, a part of your project is something that you don't have prior
experience of then all you have is guestimate.

Jul 22 '05 #6
lilburne wrote:
[SNIP]
now I suppose if you your project is online store version X, or
satelite tacking system Y, then you'll have a good base for
estimation. If however, a part of your project is something that you
don't have prior experience of then all you have is guestimate.


Or buy/get the expertise you need. I guess that from 10% from the budget he
could have got a consultant to help nad probably the project would not have
been late a year...

--
Attila aka WW
Jul 22 '05 #7
lilburne wrote:
A: Well how the hell was I to know how long the UI would take.


By not putting it off until the last f***ing minute.

By doing it a little at a time, with the code it represented, so its effect
on velocity would not be masked.

Imagine if the industry routinely put off writing the DB until the last
f***ing minute. Excuses like "Well how the hell was I to know how long the
DB would take?" would be routine and standard. Yuck!

--
Phlip
http://www.xpsd.org/cgi-bin/wiki?Tes...UserInterfaces
Jul 22 '05 #8
On Mon, 2 Feb 2004 15:57:34 +0200, "Attila Feher"
<at**********@l mf.ericsson.se> wrote:
lilburne wrote:
[SNIP]
now I suppose if you your project is online store version X, or
satelite tacking system Y, then you'll have a good base for
estimation. If however, a part of your project is something that you
don't have prior experience of then all you have is guestimate.


Or buy/get the expertise you need. I guess that from 10% from the budget he
could have got a consultant to help nad probably the project would not have
been late a year...


Indeed. Instead it would have been late a year and a half.
Richard Harter, cr*@tiac.net
http://home.tiac.net/~cri, http://www.varinoma.com
A man with money is always charming - pomposity is just
an eccentricity, forgivable in the rich.
Jul 22 '05 #9
Mike Wahler wrote:
Oh, and no matter the amount, put away some money every week. :-)

-Mike


Yes, I found I can reasonably put away $10-$30 per week...in beer :-)

/david

--
Andre, a simple peasant, had only one thing on his mind as he crept
along the East wall: 'Andre, creep... Andre, creep... Andre, creep.'
-- unknown
Jul 22 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

14
2674
by: Daniel Chartier | last post by:
Hello. I work in the paper industry and we recently had someone (the original author) from within the company make a program for preventive maintenance. However, it had some bugs and we wanted to add stuff to it, bu tthe original author/programmer was leaving, so we called in a free agent programmer. The free agent spoke with the original programmer and myself for a day. He fixed afew bugs. For the other bugs and the many...
0
1857
by: Christian McArdle | last post by:
REQUEST FOR DISCUSSION (RFD) unmoderated group comp.os.ms-windows.programmer.win64 This is a formal Request For Discussion (RFD) to create comp.os.ms-windows.programmer.win64 as an unmoderated world-wide Usenet newsgroup dedicated to the discussion of Microsoft Windows 64 bit programming. This is not a Call for Votes (CFV); you cannot vote at this time. Procedural details appear below. All followup discussion should be crossposted to...
0
1581
by: Christian McArdle | last post by:
REQUEST FOR DISCUSSION (RFD) unmoderated group comp.os.ms-windows.programmer.win64 This is a formal Request For Discussion (RFD) to create comp.os.ms-windows.programmer.win64 as an unmoderated world-wide Usenet newsgroup dedicated to the discussion of Microsoft Windows 64-bit programming. This is not a Call for Votes (CFV); you cannot vote at this time. Procedural details appear below. All followup discussion should be crossposted to...
3
3239
by: Christian McArdle | last post by:
REQUEST FOR DISCUSSION (RFD) unmoderated group comp.os.ms-windows.programmer.64bit This is a formal Request For Discussion (RFD) to create comp.os.ms-windows.programmer.64bit as an unmoderated world-wide Usenet newsgroup dedicated to the discussion of Microsoft Windows 64-bit programming. This is not a Call for Votes (CFV); you cannot vote at this time. Procedural details appear below. All followup discussion should be crossposted to...
29
5328
by: jeffc | last post by:
How would you answer a question like this in an interview? I'm not interested in gathering the average of folks on this forum. I'm interested in a strategy for a) evaluating yourself objectively b) actually answering the question (which might or might not involve the anser you came up with in a)
5
2712
by: jrefactors | last post by:
when people say unix programmer, does it mean they write programs in unix environment,and those programs are run in unix platform? it is not necessary they are using unix function calls? I heard most of the time unix programmers are C and C++ programmers. please advise. thanks!!
72
5827
by: E. Robert Tisdale | last post by:
What makes a good C/C++ programmer? Would you be surprised if I told you that it has almost nothing to do with your knowledge of C or C++? There isn't much difference in productivity, for example, between a C/C++ programmers with a few weeks of experience and a C/C++ programmer with years of experience. You don't really need to understand the subtle details or use the obscure features of either language
23
2680
by: Steve Jorgensen | last post by:
Hi all, I'm working on a project through a consulting company, and I'm writing some database code for use in another programmer's project in Excel/VBA. The other programmer is working through the same consulting company. I did not initially know this other programmer's experience level, but he seemed down to earth and friendly. I saw some signs of trouble after having him try to integrate some of my code, but chalked it up to him...
13
2487
by: BK | last post by:
Our .Net team has just inherited a junior programmer that we need to get up to speed as quickly as possible. Unfortunately, his skill set is largely Access with some VB6 and ASP classic experience. We employ some parts of XP such as pair programming, and this should help. Other than books, does anyone have any suggestions? His skill set is pretty antiquated and we need to get him up to speed as quickly as possible so any suggestions...
0
8170
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8675
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8474
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
5561
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4078
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4173
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2604
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1784
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1482
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.