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
gaming is what made me want to get into programming. I wish I would have stuck at it when I was younger, but oh well. I know unity has a javascriptish variant called unityscript, but I'll probably have to pick up c# if i really want to delve deep into it.

What's pretty interesting about the javascript world now is webgl, which allows you to program 3d in the browser.


Yeah game programming is what got me into it also ( Well Doom,Quake and reading up on John carmack ). I seriously have to make the jump to full-time game programmer within the next 3 yrs. Writing business apps is extremely boring. lol
 

Pyrexcup

Superstar
Joined
Dec 30, 2012
Messages
4,746
Reputation
765
Daps
14,814
Reppin
NULL
so i've been testing the waters latley. saw one contractor job for google (not in it) and this recruiter told me he could get me an interview scheduled for next week. im abit tempted to apply but since it's only a 3 month contract with possibility of extension im not sure im ready for that. i don't live at home so i got bills to pay and shyt. on the otherhand one guy at work is leaving soon and i will be most likely taking over his role still 1st line support but ill be looking over our whole ticket system ect
 

kevm3

follower of Jesus
Supporter
Joined
May 2, 2012
Messages
16,298
Reputation
5,571
Daps
83,581
I've been delving into node.js/express a bit. Interesting stuff, but this MVC stuff is something I have to get used to.
 

69 others

Superstar
Joined
May 2, 2012
Messages
6,505
Reputation
716
Daps
24,036
Reppin
NULL
i wish there was more time in the day. There are so many subjects I'm attempting to learn, and this is just in the web development realm alone. Javascript, DOM, jQuery, AJAX, node.js, mongoDB, css, php, mySQL. I was thinking about adding c# somewhere in the mix, but I think my plate is full enough as is.

slow your roll a bit. are you just reading and running code fragments or are you working on real projects. you best bet is to focus on one or two languages and a db and learn software development concepts like object oriented programming, patterns, some low level stuff, and even asynchronous and multithreading programming, unit testing and working with repositories, and bug tracking systems. once you good with these and fully understand those concepts then all you'll have to do is understand the syntax and how those concepts are implemented in another language and it would be way easier to go from one language to the other. trying to learn multiple languages as a beginner on the other hand would just get you bogged down in grasping multiple syntaxes.

another thing join github search for projects in the langauge you settle with and look at the reported issues and try to tackle one of them.
 

kevm3

follower of Jesus
Supporter
Joined
May 2, 2012
Messages
16,298
Reputation
5,571
Daps
83,581
slow your roll a bit. are you just reading and running code fragments or are you working on real projects. you best bet is to focus on one or two languages and a db and learn software development concepts like object oriented programming, patterns, some low level stuff, and even asynchronous and multithreading programming, unit testing and working with repositories, and bug tracking systems. once you good with these and fully understand those concepts then all you'll have to do is understand the syntax and how those concepts are implemented in another language and it would be way easier to go from one language to the other. trying to learn multiple languages as a beginner on the other hand would just get you bogged down in grasping multiple syntaxes.

another thing join github search for projects in the langauge you settle with and look at the reported issues and try to tackle one of them.

More than anything, I'm focused on Javascript. I do a little PHP because it shares a c-style syntax and is fairly simple to get up and running with as a server-side language, which helps me understand node a bit more, which is a lot harder to use.. Javascript in and of itself has a ton to study, because you can do both front and back end development with it.
 

Data-Hawk

I have no strings on me.
Joined
May 6, 2012
Messages
8,420
Reputation
1,985
Daps
16,303
Reppin
Oasis
slow your roll a bit. are you just reading and running code fragments or are you working on real projects. you best bet is to focus on one or two languages and a db and learn software development concepts like object oriented programming, patterns, some low level stuff, and even asynchronous and multithreading programming, unit testing and working with repositories, and bug tracking systems. once you good with these and fully understand those concepts then all you'll have to do is understand the syntax and how those concepts are implemented in another language and it would be way easier to go from one language to the other. trying to learn multiple languages as a beginner on the other hand would just get you bogged down in grasping multiple syntaxes.

another thing join github search for projects in the langauge you settle with and look at the reported issues and try to tackle one of them.

Speaking of that....damn I hate JIRA's..lol
 

Sane

All Star
Joined
Dec 10, 2013
Messages
4,718
Reputation
1,320
Daps
8,477
Reppin
London Town
Clojurescript, Haskell and Elm have all caught my attention recently. :patrice:Gonna have to start getting into one of them soon enough.
 

Hernameiscole

Rookie
Supporter
Joined
Jun 28, 2014
Messages
22
Reputation
0
Daps
36
Reppin
Freeport, NY
This September I will be starting my data science certification course at Johns Hopkins. I am also in pursuit of my APICS certification. Taking it one step at a time, but I feel it's so necessary nowadays because advanced skill sets lead to the big bucks and in this economic state, I'm just trying to be great before 30.
 

havoc

Superstar
Joined
Jun 29, 2012
Messages
10,975
Reputation
1,009
Daps
26,296
Reppin
Live your own life
I'm kind of disturb how many hire managers don't know the difference between computer science, computer engineer, and help desk technician responsibilities. I have seen so many employers requiring a computer science degree to perform a pc support technician job such as managing servers :skip:Why da fukk a hiring manager would want a programmer to operate a nework when he or she can get some with a network specialist to efficiently perform the job? :snoop:
 

FreshFromATL

Self Made
Joined
May 1, 2012
Messages
19,644
Reputation
2,631
Daps
43,671
Reppin
ATL
This September I will be starting my data science certification course at Johns Hopkins. I am also in pursuit of my APICS certification. Taking it one step at a time, but I feel it's so necessary nowadays because advanced skill sets lead to the big bucks and in this economic state, I'm just trying to be great before 30.

My manager is doing something like that. I believe he say they do a lot of R programming
 
Top