IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New Re: Unemployed programmer seeking advice...
It seems to me that there is always room for people who can do database programming with a big-system mindset.

Learn SQL, and pick up Oracle and learn it (or PostgreSQL, since you can program it in a subset of PL/SQL).

If you are going to learn Java, then concentrate on servlets and J2EE. Java isn't a bad skill to have these days.

CGI programming... forget it, other than the concepts. Most work nowadays is done with application servers, using ASP, JSP, or the like. Learn the concepts of sessions and cookies, though.

C is very useful, as is *gag* C++. But only if you have to. ;-)

If you want to learn OO with something more friendly than Java or C++, try Python or Ruby. Java isn't that bad, but the enormous breadth and depth of the libraries (and their sometimes incomprehensible order) can be daunting.

Tier one (definitely marketable): SQL, Oracle, HTML, CSS, Javascript, web programming concepts, Java server-side programming

Tier two (workhorses): Perl, C, C++

Tier three (nice to have): CGI programming, Python, Apache configuration, etc.

Make sure you know things like build management, source code control, unit/regression testing, and the like... things that all help manage programming so that it doesn't get out of control.

By "definitely marketable," I mean things that I see a good demand for on a daily basis. "workhorses" means stuff that a lot of companies use behind the scenes to Get Stuff Done, but doesn't look as good on a resume by itself. "nice to have" is stuff that won't get you a job, but you can still get good concepts from that make you 1) interview better and 2) work better.
Regards,

-scott anderson

"Welcome to Rivendell, Mr. Anderson..."
New DB2 versus Oracle
(* database programming with a big-system mindset....Learn SQL, and pick up Oracle and learn it *)

DB2 might be a good bet. IBM is working hard to take Oracle's turf, and so far is doing a pretty good job at it. Once IBM reaches that "magical PHB short-list" level, demand may sore (relatively speaking). Oracle has too much competition these days. Their glory years are behind them IMO. Their only save is the "lock in" they have generated at big corps (too hard to switch).

I have personally thot about going into DB admin, but decided it might bore me. I would rather create instead of be a glass-house-like impedement between developers and the database. Some like that role of gate-keeper, but not me.

________________
oop.ismad.com
New But tab - you're a shoe in!
I think DB Admin would be perfect for you!

And believe me, it's not "boring" work. I'm a DB2 DB Admin, but 2 weeks ago, I got to performance tune our SQL Server (fixing some performance problems), and I program in Java (mainly Data Access components that turn table data into objects for programmers), and today I did a Delphi program with table access which reconciles pharmacy claim request/response for batches of claims.

So, I think you would be perfect for DB Admin, mainly because most companies CAN'T do without the DB Admin, but programmers are optional. Don't worry, when you're not doing the boring stuff (backups, expanding tablespaces, etc.) you'll be writing programs to verify the integrity of data, fixing data problems, diagnosing DB corruption, etc.

With a handle like tablizer, I think DB Admin is perfect for you. Bryce? or Brice?

Glen Austin
New Where to get Oracle?
Quote: Learn SQL, and pick up Oracle and learn it

Where does one get it for home learning? It's not like I can just buy an Oracle database or Oracle software tools off the shelf at CompUSA.
lincoln
"Four score and seven years ago, I had a better sig"
New Re: Where to get Oracle?
[link|http://otn.oracle.com/software/products/oracle9i/content.html|Here].

Free for development:
We grant you a nonexclusive, nontransferable limited license to use the programs only for purposes of developing and prototyping your applications, and not for any other purpose.
Regards,

-scott anderson

"Welcome to Rivendell, Mr. Anderson..."
New Which is why I like Oracle
because they give developers a free copy to learn from. 9i is about three CD-ROMs to download. Hope you have a DSL or faster connection.

I am free now, to choose my own destiny.
New unless you count time
(* because they give developers a free copy to learn from... *)

I tried that once, and kept getting "listener" errors. Packaging a complex product with complex interprocess mechanisms meant for overpaid DBA's into a plug-n-play CD set does not seem to work too well.

Software that takes up 3 CD's is bound to be a monster.
________________
oop.ismad.com
Expand Edited by tablizer July 31, 2002, 11:06:26 PM EDT
New Overpaid DBAs?
Maybe.
Or maybe well valued.
Either way, it is a good skillset,
but with limited jobs open you
really have to work hard to get
a position.

I'm not a DBA (I pretend to be one
when the real DBA isn't around), but
it takes me about 10 minutes to install
and setup a sample running Oracle instance
with the current setup. You no longer
have to "create" a database, it copies
a precreated one for you.

Since I hand crafted my system, it
takes about 2 hours for a real one.
New One More Thing
(Favorite saying of Uncle from Jackie Chan Adventures, a cartoon that my kids watch)

It is niiicceee to be the overpaid DBA. I'm one! And certified, too!

One More Thing

Companies care about nothing but money. Government cares about data retention. Who do you think wins? Records must be kept. Too expensive to keep them in files, database perfect job! Programs come and go, but data stays around at least for government required retention period.

One More Thing

Do not badmouth my profffeeeessssiiiiooonnnn!

(I'm really getting into this Uncle thing...)

Glen Austin
(Aka Uncle)
(should I change my handle?)
     Unemployed programmer seeking advice... (Is that all <g>) - (rsteiner) - (62)
         Your list looks OK - (wharris2) - (2)
             Good thoughts... Thanks! - (rsteiner) - (1)
                 c and perl on solaris and linux - (boxley)
         The "in thing" now is canning programmers - (tablizer) - (9)
             IT Rust Belt - by Bob Lewis - (tablizer) - (8)
                 Key point - (broomberg)
                 Writing code is *FUN* for me... - (rsteiner) - (6)
                     Ditto here. - (inthane-chan)
                     I love coding, BUT... - (gdaustin)
                     No slider widget for $ - (tablizer) - (3)
                         Re: No slider widget for $ - (rsteiner) - (2)
                             It isn't whether you mind it more... - (ben_tilly) - (1)
                                 Heh... - (rsteiner)
         Re: Unemployed programmer seeking advice... - (admin) - (8)
             DB2 versus Oracle - (tablizer) - (1)
                 But tab - you're a shoe in! - (gdaustin)
             Where to get Oracle? - (lincoln) - (5)
                 Re: Where to get Oracle? - (admin) - (4)
                     Which is why I like Oracle - (orion) - (3)
                         unless you count time - (tablizer) - (2)
                             Overpaid DBAs? - (broomberg) - (1)
                                 One More Thing - (gdaustin)
         Not a bad list - (tuberculosis) - (2)
             nit fuel - (tablizer) - (1)
                 Yes but those people are wrong :-P -NT - (tuberculosis)
         Unsuprisingly I will suggest picking up a scripting language - (ben_tilly) - (5)
             Thanks, Ben... - (rsteiner) - (4)
                 Re: Thanks, Ben... - (broomberg) - (3)
                     Why not? - (ben_tilly) - (2)
                         Dunno - (broomberg) - (1)
                             Perhaps... - (ben_tilly)
         Teach? - (andread) - (1)
             Not for me, I'm afraid... - (rsteiner)
         Hi! - (deSitter) - (3)
             Requirements for the IT jobs - (orion)
             Hullo! - (rsteiner) - (1)
                 Boo Hoo OS/2 - (deSitter)
         My biased opinion: - (broomberg) - (16)
             Be Specific - (deSitter) - (2)
                 Re: Be Specific - (broomberg) - (1)
                     Danke -NT - (deSitter)
             Re: My biased opinion: - (rsteiner) - (3)
                 Re: My biased opinion: - (broomberg) - (2)
                     Only consider 'C' if you're interested in embedded prog. -NT - (tonytib) - (1)
                         C is still guts of lots of stuff - (wharris2)
             Don't master many, but at least be exposed to several? - (ben_tilly) - (8)
                 I wouldn't - (broomberg) - (7)
                     Query - (ben_tilly) - (6)
                         Poor example - (broomberg) - (5)
                             Haggling - (ben_tilly) - (4)
                                 It's in my blood, I have to - (broomberg) - (3)
                                     I think you missed my reference - (ben_tilly) - (2)
                                         Ahh, ye of little HR experience - (broomberg) - (1)
                                             I would like to believe... - (ben_tilly)
         Try SouthWest Airlines... - (gdaustin) - (5)
             Heh. - (rsteiner) - (4)
                 You might check out the Seagate & such - (tonytib) - (1)
                     It's a thought -- I'll check it out. - (rsteiner)
                 Might try ING or Wells Fargo - (gdaustin) - (1)
                     Not really... - (rsteiner)
         This made me think of you - (broomberg) - (1)
             Heh. :-) - (rsteiner)

It's only Monday, and that is already the dumbest question of the week.
116 ms