Click here to Skip to main content
15,888,527 members

Survey Results

What are the hardest parts of learning a new technology or framework?

Survey period: 18 Mar 2019 to 25 Mar 2019

New tech can be a blessing and a curse all in one. For the good of your soul (and your resume) it's always worth expanding your repertoire.

OptionVotes% 
Getting started with new tools, library managers, and build / deploy processes38144.82
Wrapping your head around a new way of completing old familiar tasks35742.00
Potentially learning new languages in order to use the new tech13415.76
Having to constantly refer to docs instead of having it all in your head32237.88
Understanding what functionality is - and is not - available to you30135.41
Learning new design patterns15418.12
Finding the time to practice36042.35
Other465.41
I never have to learn new technologies161.88
Respondents were allowed to choose more than one answer; totals may not add up to 100%



 
GeneralBummer!! when discovering that alternate better technology exists Pin
Nitin S21-Mar-19 23:01
professionalNitin S21-Mar-19 23:01 
GeneralMissing option: "trying not to be angry" Pin
  Forogar  20-Mar-19 7:48
professional  Forogar  20-Mar-19 7:48 
GeneralFear of it Becoming Obsolete and Unsupported (Silverlight, Anyone?) Pin
Kirk 1038982119-Mar-19 10:33
Kirk 1038982119-Mar-19 10:33 
GeneralRe: Fear of it Becoming Obsolete and Unsupported (Silverlight, Anyone?) Pin
wmjordan19-Mar-19 20:11
professionalwmjordan19-Mar-19 20:11 
GeneralSilverlight, Anyone? Anyone? Pin
MacSpudster20-Mar-19 6:04
professionalMacSpudster20-Mar-19 6:04 
GeneralGetting corporate buy-in for a project to use it Pin
MSBassSinger19-Mar-19 5:26
professionalMSBassSinger19-Mar-19 5:26 
GeneralTo many languages Pin
John R. Shaw19-Mar-19 5:16
John R. Shaw19-Mar-19 5:16 
GeneralYou left out "All of the Above and more" Pin
Slow Eddie19-Mar-19 2:32
professionalSlow Eddie19-Mar-19 2:32 
GeneralTime is the critical factor Pin
BryanFazekas19-Mar-19 1:18
BryanFazekas19-Mar-19 1:18 
GeneralUnderstanding the "need" for it Pin
kalberts19-Mar-19 0:01
kalberts19-Mar-19 0:01 
GeneralRe: Understanding the "need" for it Pin
John R. Shaw19-Mar-19 5:55
John R. Shaw19-Mar-19 5:55 
GeneralTime is the major problem Pin
Afzaal Ahmad Zeeshan18-Mar-19 6:38
professionalAfzaal Ahmad Zeeshan18-Mar-19 6:38 
GeneralHead Wrap and Other Pin
W Balboos, GHB18-Mar-19 2:15
W Balboos, GHB18-Mar-19 2:15 
GeneralYet Another Pin
PeejayAdams18-Mar-19 1:51
PeejayAdams18-Mar-19 1:51 
GeneralOther : Documentation Pin
Ralf Meier17-Mar-19 22:14
mveRalf Meier17-Mar-19 22:14 
GeneralRe: Other : Documentation Pin
Johnny J.17-Mar-19 23:09
professionalJohnny J.17-Mar-19 23:09 
GeneralRe: Other : Documentation Pin
John R. Shaw19-Mar-19 4:20
John R. Shaw19-Mar-19 4:20 
GeneralLearning WHEN to use the technology... Pin
Sander Rossel17-Mar-19 21:31
professionalSander Rossel17-Mar-19 21:31 
GeneralRe: Learning WHEN to use the technology... Pin
CodeWraith18-Mar-19 5:07
CodeWraith18-Mar-19 5:07 
GeneralRe: Learning WHEN to use the technology... Pin
Sander Rossel18-Mar-19 7:12
professionalSander Rossel18-Mar-19 7:12 
A database as a queue is not the end of the world, but there are better alternatives like... Well, I don't know, a queue? Wink | ;)
If you need multi-threading, start up a new thread, don't put something on a queue, read it from another thread, and process it, that's madness.
It might make sense to you NOW, but will it make sense to the people that come after you?
Is it maintainable in the long term (or even in the short term)?

Just because you have a hammer doesn't mean every problem is a nail.

Maybe a better example, at my previous job they wanted to use Docker to deploy some front-end applications to customers who each got their own VM.
Docker isn't for front-end applications... It's possible, but it's hard, you need to do quite a bit of work and it isn't supported by Docker even when you get it working.
It also makes little sense when you give each customer their own custom VM with their own custom Docker container.
Someone read about Docker and thought of a wrong use case.
Some people then see the error of their ways and find a better alternative (like, in this example, DSC or some such), others push and press on until the solution fits the problem.
In this particular case I didn't stick out long enough to see what they did Smile | :)

GeneralRe: Learning WHEN to use the technology... Pin
John R. Shaw19-Mar-19 3:52
John R. Shaw19-Mar-19 3:52 
GeneralRe: Learning WHEN to use the technology... Pin
kalberts19-Mar-19 0:05
kalberts19-Mar-19 0:05 
GeneralOther. Pin
GKP199217-Mar-19 19:08
professionalGKP199217-Mar-19 19:08 
GeneralRe: Other. Pin
Agent__00717-Mar-19 22:18
professionalAgent__00717-Mar-19 22:18 
GeneralRe: Other. Pin
GKP199217-Mar-19 22:58
professionalGKP199217-Mar-19 22:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.