IT Certifications and Careers (Official Discussion Thread)

intruder

SOHH Class of 2003 and CASUAL sports fan
Supporter
Joined
May 4, 2012
Messages
30,377
Reputation
4,485
Daps
58,098
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

Thats My Quarterback :to:
Joined
May 2, 2012
Messages
194,671
Reputation
19,875
Daps
491,870
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

Thats My Quarterback :to:
Joined
May 2, 2012
Messages
194,671
Reputation
19,875
Daps
491,870
Torrents are the only way to get CBT nugget videos?
 

Data-Hawk

I have no strings on me.
Joined
May 6, 2012
Messages
8,420
Reputation
1,985
Daps
16,306
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,658
Reputation
936
Daps
13,352
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
Bushed
Joined
May 1, 2012
Messages
62,856
Reputation
-10,804
Daps
149,787
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