IT Certifications and Careers (Official Discussion Thread)

krexzen

All Star
Joined
May 4, 2012
Messages
1,940
Reputation
135
Daps
2,683
i been reading this whole thread and props to everybody who contributing in this and doing their thing in IT

here's my situation, just looking for a little insight on what i can expect:

i got a bachelor's in it/computer science (completed last year), i'm going to be starting a front end web developer/ programmer analyst training as of august 4th (i tested and was awarded a paid scholarship for it). i did some testing for my aptitude and i scored in the upper 10 percentile for it. it's a pretty detailed and will run up into the middle of december. we are gonna be in training Monday through friday from 9 am to 4:30 pm.

the training also will include insurance fundamentals and general insurance for IT support- once it's completed, we test and complete a certification for an AINS 24 General Insurance for IT and Support Professionals exam. we will also be trained in a programming language- C#

After all the training we hopefully should get an opportunity to work a paid internship with a local company for 8 weeks, to prove if we are a fit for the company.

i understand all the work that's ahead of me but i'm just wondering with all the training, does it put me in a good place for the future and will companies still downplay me- once i'm done with the training. just wanna know the chances i have. either way i'm gon grind it out- we just did an interview and an exercise for web designing and i actually enjoyed it so i'm looking forward to it

thanks in advance for any advice or feedback

Not exactly sure what you mean by down play, but companies only respect experience. Training may qualify you for an entry level position, but experience and projects completed is the only sure fire thing that's respected and gets you paid.
 
Last edited:

Skillz

Rookie
Joined
May 12, 2014
Messages
205
Reputation
30
Daps
246
The program is at Midlands Tech the Northeast campus . don't know anybody who did the program. I did a paid internship last year for the SC health and human services department (Medicaid). It was help desk basically resetting passwords and unlocking accounts, only did it for 2 months cause I switched jobs at the time
They had a Big Data/Data Analysis intern at my school & a system analysis internship for DHHS. That's a lengthy program, but good luck my man.
 

kevm3

follower of Jesus
Supporter
Joined
May 2, 2012
Messages
16,288
Reputation
5,551
Daps
83,469
i been reading this whole thread and props to everybody who contributing in this and doing their thing in IT

here's my situation, just looking for a little insight on what i can expect:

i got a bachelor's in it/computer science (completed last year), i'm going to be starting a front end web developer/ programmer analyst training as of august 4th (i tested and was awarded a paid scholarship for it). i did some testing for my aptitude and i scored in the upper 10 percentile for it. it's a pretty detailed and will run up into the middle of december. we are gonna be in training Monday through friday from 9 am to 4:30 pm.

the training also will include insurance fundamentals and general insurance for IT support- once it's completed, we test and complete a certification for an AINS 24 General Insurance for IT and Support Professionals exam. we will also be trained in a programming language- C#

After all the training we hopefully should get an opportunity to work a paid internship with a local company for 8 weeks, to prove if we are a fit for the company.

i understand all the work that's ahead of me but i'm just wondering with all the training, does it put me in a good place for the future and will companies still downplay me- once i'm done with the training. just wanna know the chances i have. either way i'm gon grind it out- we just did an interview and an exercise for web designing and i actually enjoyed it so i'm looking forward to it

thanks in advance for any advice or feedback

With programming, either you can do the job or you can't. You can't cleverly answer your way around questions and hide behind paperwork as you can in some other fields. When it comes down to it, either the stuff you make will work or it won't. For front end web development, you will have to learn HTML/CSS and Javascript. With programming, you HAVE to pursue things on your own time and practice, practice, practice. Also, if they are teaching you C#, you need to be very careful, because although Javascript has C-style syntax, Javascript behaves very differently, especially in how it deals with object orientation. C#, Java and C++ are class-based, while Javascript is prototype-based. So if you're going to be a web developer first and foremost, do not expect Javascript to behave like C# or Java. It will save you a lot of trouble later.
 

Type Username Here

Not a new member
Joined
Apr 30, 2012
Messages
16,368
Reputation
2,385
Daps
32,640
Reppin
humans
With programming, either you can do the job or you can't. You can't cleverly answer your way around questions and hide behind paperwork as you can in some other fields. When it comes down to it, either the stuff you make will work or it won't.

I can't stress this enough, especially for the bigger companies. If you don't know your data structures and algorithms, just don't even try.

It not only has to work, it has to be the most optimal solution and you have to explain what makes it so. Of course, there are a lot of programming jobs that are essentially like data entry, code review or debugging and they might require less knowledge of the theoretical and mathematical side.
 

↓R↑LYB

I trained Sheng Long and Shonuff
Joined
May 2, 2012
Messages
44,204
Reputation
13,723
Daps
171,123
Reppin
Pawgistan
Damn I need to go on a sabbatical. January 1, I'm quitting my job and taking like 6 months off. I'm stressed as fukk mayne :damn:

I be just wanting to stay, home, smoke weed, and drink all day. Is that so wrong :beli:
 

ReggieFlare

Superstar
Joined
May 1, 2012
Messages
10,314
Reputation
496
Daps
23,691
Reppin
#ITGang
Brehs, I've been working on this pretty big software project recently. At the start, I was primarily coming up with my own methods for solving some problems the company is having, so I was pretty much doing my own thing and having them integrate the solutions.

Now, I'm working on a different part of the project which requires me to understand the inner workings of a large portion of their code, but I've been pretty much given zero direction on where I should actually begin on this shyt. I mean, there are literally thousands of lines of code that I have to look through. There is no documentation that I know of to help me out either. Any of you brehs been in this situation and have some advice to offer? This is an internship btw
 

kevm3

follower of Jesus
Supporter
Joined
May 2, 2012
Messages
16,288
Reputation
5,551
Daps
83,469
Do you have access to any of the people who wrote the original code?
 

ReggieFlare

Superstar
Joined
May 1, 2012
Messages
10,314
Reputation
496
Daps
23,691
Reppin
#ITGang
Do you have access to any of the people who wrote the original code?

Unfortunately no. There is only one senior engineer here that I can ask questions, but even he seems to be lost sometimes and just tells me to try and figure it out.
 

kevm3

follower of Jesus
Supporter
Joined
May 2, 2012
Messages
16,288
Reputation
5,551
Daps
83,469
Unfortunately no. There is only one senior engineer here that I can ask questions, but even he seems to be lost sometimes and just tells me to try and figure it out.

What you should do is start reading over the code and doing the best you can to 'document it' yourself. It'll probably take you several iterations of going over the code and slowly figuring out what everything does. The first time through the code, try to get the big picture of what each section is doing. The second time, third time, etc. through, figure out what some of the finer details are doing. You won't initially understand everything your first pass through the code, but when you get the big picture, you will start understanding how those sections you didn't understand before work.

Start commenting in the code and comment as if YOU wrote the code. After you get a general understanding of how everyone works, you can start rewriting sections of the code to make everything much more organized, readable and documented.

Does it sound like a lot of work? It might be, but it's way better than developer after developer coming in and throwing around code everywhere that no one but the original developer understands how it works. This process will save YOU a lot of headache in the future as well, especially if you're going to be working with this code for a long time.
 

ReggieFlare

Superstar
Joined
May 1, 2012
Messages
10,314
Reputation
496
Daps
23,691
Reppin
#ITGang
What you should do is start reading over the code and doing the best you can to 'document it' yourself. It'll probably take you several iterations of going over the code and slowly figuring out what everything does. The first time through the code, try to get the big picture of what each section is doing. The second time, third time, etc. through, figure out what some of the finer details are doing. You won't initially understand everything your first pass through the code, but when you get the big picture, you will start understanding how those sections you didn't understand before work.

Start commenting in the code and comment as if YOU wrote the code. After you get a general understanding of how everyone works, you can start rewriting sections of the code to make everything much more organized, readable and documented.

Does it sound like a lot of work? It might be, but it's way better than developer after developer coming in and throwing around code everywhere that no one but the original developer understands how it works. This process will save YOU a lot of headache in the future as well, especially if you're going to be working with this code for a long time.

I hear you. I already decided to do all that but I was looking for an easier way out :lolbron:
 

kevm3

follower of Jesus
Supporter
Joined
May 2, 2012
Messages
16,288
Reputation
5,551
Daps
83,469
I've been gaining a fairly solid understanding of Javascript over the months, but a few points still need sharpening. It's time for me to master the harder parts of the language, such as closures, currying, and prototypical inheritance. Functional programming is quite strange. After that, I can begin learning the DOM thoroughly, then JQuery/AJAX and finally start working on my own web apps...
 

el_oh_el

Bulls On Parade...
Supporter
Joined
Aug 23, 2012
Messages
10,312
Reputation
1,910
Daps
26,039
Reppin
H-Town
I've been gaining a fairly solid understanding of Javascript over the months, but a few points still need sharpening. It's time for me to master the harder parts of the language, such as closures, currying, and prototypical inheritance. Functional programming is quite strange. After that, I can begin learning the DOM thoroughly, then JQuery/AJAX and finally start working on my own web apps...
You ain't lied about functional programming. Been doing some things with LISP and scheme for the last couple weeks as part of class.
One thing I'll say is these classes are completely boring. I really need to start on some of my own projects
 

Beegio

You ni66as don't exist we eat filet mignon
Joined
May 29, 2012
Messages
3,443
Reputation
1,170
Daps
7,983
You ain't lied about functional programming. Been doing some things with LISP and scheme for the last couple weeks as part of class.
One thing I'll say is these classes are completely boring. I really need to start on some of my own projects

Help me design this Website I'm working on then.:sas1:

I have a wedding website somebody wants me to do, and I'll break you off 50/50 for your help.:sas2:

@kevm3 I know you know your html and css, so if you're able to help, let me know.
 
Last edited:

Ricky43

Whats up
Joined
May 25, 2012
Messages
613
Reputation
110
Daps
1,491
Reppin
Gentrification City
I quit my job as a janitor and started interning in the IT department at a local hospital since October 2013 for 10.00 an hour, about 2 weeks ago I got offered and accepted the position of basically the same thing I was already doing but with benefits and Full Time pay 26.50 an hour. I want to finish school I only have my associates degree, and possibly get into a leadership position. We do a lot of projects and I have my hands in basically everything, but I know in a few months I will get tired/bored of this and need to do more. I'm interested in possibly being a project manager. Besides what I did at my house and for my friends, I had no prior business experience in IT just personal.
 

King Sun

Big Boss
Supporter
Joined
May 11, 2012
Messages
30,101
Reputation
2,957
Daps
71,559
Reppin
323,904,480,817,614
I quit my job as a janitor and started interning in the IT department at a local hospital since October 2013 for 10.00 an hour, about 2 weeks ago I got offered and accepted the position of basically the same thing I was already doing but with benefits and Full Time pay 26.50 an hour. I want to finish school I only have my associates degree, and possibly get into a leadership position. We do a lot of projects and I have my hands in basically everything, but I know in a few months I will get tired/bored of this and need to do more. I'm interested in possibly being a project manager. Besides what I did at my house and for my friends, I had no prior business experience in IT just personal.
:ohhh: congrats breh.
 
Top