IT Certifications and Careers (Official Discussion Thread)

intruder

SOHH Class of 2003 and CASUAL sports fan
Supporter
Joined
May 4, 2012
Messages
30,483
Reputation
4,535
Daps
58,218
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
216,611
Reputation
22,790
Daps
544,112
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
216,611
Reputation
22,790
Daps
544,112
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,333
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
5,028
Reputation
1,126
Daps
14,225
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
66,250
Reputation
-11,780
Daps
156,405
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