IT Certifications and Careers (Official Discussion Thread)

intruder

SOHH Class of 2003 and CASUAL sports fan
Supporter
Joined
May 4, 2012
Messages
30,443
Reputation
4,506
Daps
58,165
Reppin
Love
I got a friend that works there :mjlol:
Their tier 1 support guys suck for the most part. I feel like i know more than most of them. These mofos seem to just look up articles of previously reported issues and regurgitate the words to you verbatim :dry:

Ask your boy if he can help me with a volume thats's getting out of control. We're using snapshots but we have deleted over 50G of data to make room yet the shyt never recuperates the space.
 

Silkk

Can't Change My Damn Avi :beli:
Joined
May 2, 2012
Messages
207,817
Reputation
21,819
Daps
525,756
2 interviews in houston on wednesday, fingers crossed cause i know thats where i need to be.

Network + to be completed in the next week or so.

Don't know what to start next tho: Security+, or CCNA(likely)
 

Silkk

Can't Change My Damn Avi :beli:
Joined
May 2, 2012
Messages
207,817
Reputation
21,819
Daps
525,756
Torrents are the only way to get CBT nugget videos?
 

Data-Hawk

I have no strings on me.
Joined
May 6, 2012
Messages
8,423
Reputation
1,995
Daps
16,330
Reppin
Oasis
i'll make one up from memory

var a = { x:1,y:2,z:3};
var b = {x:2,y1:2,z1:3};

function combine(a,b) {
for(prop in a) {
b[prop] = a[prop] ;
}
return b;
}

console.log(a,b);

x
1
y
2
y1
2
z
3
z1
3

is the result, see how b's x property is gone?

Breh, lookup up breakpoints..not only are they useful for debugging, but also learning. This way you can follow the execution of the code and see where the values are being change by stepping into them.
 

Fujiman

Rookie
Joined
Mar 7, 2013
Messages
206
Reputation
30
Daps
127
Reppin
NULL
2 interviews in houston on wednesday, fingers crossed cause i know thats where i need to be.

Network + to be completed in the next week or so.

Don't know what to start next tho: Security+, or CCNA(likely)

Good luck.I would say Security+ then CCNA.
 

Sonny Bonds

Superstar
Supporter
Joined
Apr 24, 2014
Messages
4,863
Reputation
1,055
Daps
13,790
Just finished a second video interview. It was like an hour long, but I feel good about my chances. I should hear back by next Tuesday at the latest.
 

Tony D'Amato

It's all about the inches
Joined
May 1, 2012
Messages
64,411
Reputation
-10,609
Daps
153,110
Reppin
Inches
2 interviews in houston on wednesday, fingers crossed cause i know thats where i need to be.

Network + to be completed in the next week or so.

Don't know what to start next tho: Security+, or CCNA(likely)


Dont u just have A+? What work are u trying to get?
 
Top