IT Certifications and Careers (Official Discussion Thread)

Data-Hawk

I have no strings on me.
Joined
May 6, 2012
Messages
8,420
Reputation
1,985
Daps
16,303
Reppin
Oasis
You also need to get some (complete) projects under your belt (which is VERY important). Learn how to program an ATM application that Banks use. Learn about the Tower of Hanoi. Learn about manipulating data to and from files. Just find projects and learn them. This books has some good projects in it...

I don't know how easy of a read it will be to you though....

61nCYUPnflL._SL500_SS500_.jpg

hah. As soon as you mention the example projects I knew exactly where you got them from. lol. only non-college books i spent over $100 on. Their C# 2008 video is pretty good.
 

↓R↑LYB

I trained Sheng Long and Shonuff
Joined
May 2, 2012
Messages
44,204
Reputation
13,743
Daps
171,152
Reppin
Pawgistan
:salute:

I appreciate all this information brehs. I'm finally getting to a stage in my life where i'm willing to put in the work. I'm just lucky that this process is happening sooner rather than later. I'm still young and ready to go get it. It's funny how life works, but I'm glad everything happened the way it did...

Stay focused and have a plan you'll be aight breh :obama:
 

Kid McNamara

'97 Mike Bibby
Joined
Jan 24, 2013
Messages
3,632
Reputation
-625
Daps
5,760
Reppin
Freshman Year
True. I was only thinking about learning C because people say it makes learning C++ a smoother process.

I'm not sure what field you plan on working in but C is more beneficial for security, reverse engineering, and so on. Most Operating Systems are written in C and Assembly.

Pick those two up and maybe Python, you'll be feasting.
 
  • Dap
Reactions: Czr

IronFist

⛩️ 18 Arhat ⛩️
Supporter
Joined
Jun 15, 2012
Messages
47,953
Reputation
49,252
Daps
118,529
You also need to get some (complete) projects under your belt (which is VERY important). Learn how to program an ATM application that Banks use. Learn about the Tower of Hanoi. Learn about manipulating data to and from files. Just find projects and learn them. This books has some good projects in it...

I don't know how easy of a read it will be to you though....

61nCYUPnflL._SL500_SS500_.jpg

going to check this out.
 

FastEddie215

Rookie
Joined
May 6, 2012
Messages
191
Reputation
30
Daps
128
Reppin
Philly
Quick Update...been a while since I posted in here but I finally landed my first IT Job...Tier 1 Tech Support at Comcast...thanks @bdizzle and a bunch of others for helping me get my foot in the door:salute: I remember alot of you guys saying to stay in helpdesk for one year the most and then get out, if that still stands then what should be next as far as certs and career options? I already have my A+ and MCTS Windows 7 Config cert
 
Last edited by a moderator:

69 others

Superstar
Joined
May 2, 2012
Messages
6,505
Reputation
716
Daps
24,036
Reppin
NULL
True. I was only thinking about learning C because people say it makes learning C++ a smoother process.

usually older heads would recommend that cause that's what they first learned and in general it's a good idea cause with C you'll learn how the computer and software works below the hood and since most higher level languages abstracts most of what it does it would definitely make the transition and understanding of other languages easier. So depending on your learning style (C can seem scary to some first timers) and your time constraints, how fast you want to become proficient in a higher level language with more job prospects, then stick with C++ where you can still learn low level stuff but also abstract concepts like object oriented programming which would make you more marketable and you can still pickup C later on.


As far as beginner C++ Books i highly recommend either (or both) of these books cause unlike most C++ books out there that basically teach C with objects these teach what a lot of C++ programmers consider modern C++, they go right into the STL, templates, algorithms, iterators, etc from the start which would teach you how to be very productive with C++ quickly. Accelerated C++ is more demanding cause it's compact and basically covers what the second does in a fraction of the space and C++ primer 5th Ed go over the material in a much slower pace plus it covers the new features of C++11.

51XZZ9RV4BL.jpg

[ame="http://www.amazon.com/Accelerated-C-Practical-Programming-Example/dp/020170353X"]Accelerated C++: Practical Programming by Example[/ame]

9780321714114.jpg

[ame="http://www.amazon.com/Primer-5th-Edition-Stanley-Lippman/dp/0321714113/ref=pd_bxgy_b_img_z"]C++ Primer (5th Edition)[/ame]

the first one like the name
 

↓R↑LYB

I trained Sheng Long and Shonuff
Joined
May 2, 2012
Messages
44,204
Reputation
13,743
Daps
171,152
Reppin
Pawgistan
Quick Update...been a while since I posted in here but I finally landed my first IT Job...Tier 1 Tech Support at Comcast...thanks @bdizzle and a bunch of others for helping me get my foot in the door:salute: I remember alot of you guys saying to stay in helpdesk for one year the most and then get out, if that still stands then what should be next as far as certs and career options? I already have my A+ and MCTS Windows 7 Config cert

:salute: breh

Learn all you can while you there. It's more than just getting experience, get used to going around and talking to the cats in the other departments. Make friends with guys that do networking, unix, wintel, security, database, programming, analysts, PMs, etc. Get in close with them and ask em if there's anything you can do to help because you're just trying to learn. They'll probably give you a bunch of bytch work, but typically if they know you're good at what you do, they'll continue to throw work your way.

That way you'll know which area of IT you like the most. Once you figure that out, get the certs that line up with what you wanna do.

Hustle hard, hustle fast, and in 5-7 years you can be part of the 6 figure, 6 cert, 6 foot, 6 pack, 6 series IT coli club :obama:
 
Last edited by a moderator:

FastEddie215

Rookie
Joined
May 6, 2012
Messages
191
Reputation
30
Daps
128
Reppin
Philly
Hustle hard, hustle fast, and in 5-7 years you can be part of the 6 figure, 6 cert, 6 foot, 6 pack, 6 series IT coli club :obama:

:damn: damn, are you serious when you say within 5-7 yrs in IT someone can makes 6 figures? :whew: if thats the case I will be grinding like my life depended on it
 

Data-Hawk

I have no strings on me.
Joined
May 6, 2012
Messages
8,420
Reputation
1,985
Daps
16,303
Reppin
Oasis
Honestly I would look to learn C# or Java over C++. After you've done a couple of projects and feel comfortable with either one go to C++.


The reason for this is, you want to learn how to design programs( at this stage you shouldn't concern yourself managing memory or looking for libraries to use ) Plus you are more likely to stick with programming if you pick up a easier language.

Both Languages have a lot of pre-written stuff to help you.


For C, unless you will be doing low-level programming you'll be wasting your time.
 

FreshFromATL

Self Made
Joined
May 1, 2012
Messages
19,644
Reputation
2,631
Daps
43,671
Reppin
ATL
:salute: breh

Learn all you can while you there. It's more than just getting experience, get used to going around and talking to the cats in the other departments. Make friends with guys that do networking, unix, wintel, security, database, programming, analysts, PMs, etc. Get in close with them and ask em if there's anything you can do to help because you're just trying to learn. They'll probably give you a bunch of bytch work, but typically if they know you're good at what you do, they'll continue to throw work your way.

That way you'll know which area of IT you like the most. Once you figure that out, get the certs that line up with what you wanna do.

Hustle hard, hustle fast, and in 5-7 years you can be part of the 6 figure, 6 cert, 6 foot, 6 pack, 6 series IT coli club :obama:

:deadmanny:

I don't have any certs but I definitely fit the mold for the rest of the qualifications (and sub the 6 series for a g35 and g37 coupe) :smugdraper:
 
Top