What kind of developer are you according to StackOverflow?



  • Tried that -- no dice. Do you need to strip the outermost object layer off the data though?



  • @tarunik said:

    Tried that -- no dice. Do you need to strip the outermost object layer off the data though?

    You need to strip it to the level of those 5 keys. So the final product is like this:

    window.DATA = {
    "MajorDeveloperKinds": {},
    "MinorWebDeveloperKinds": {},
    "MinorMobileDeveloperKinds": {},
    "MinorOtherDeveloperKinds": {},
    "TechStacks": {}
    }
    


  • Did that and it worked...not terribly surprising, datawise -- I'm a desktop guy at work who occasionally strays off into other places when browsing SO -- my specialty there, though, has been answering wacky C++ questions.



  • My data was in some cases spot on but in some cases completely wrong, though the tag views piece was pretty spot on for things I've looked into recently:

    Majority of my work is in the Microsoft camp with only a bit of work in Android, iOS, and Oracle.

      "MajorDeveloperKinds": {
      },
      "MinorWebDeveloperKinds": {
       "BackEnd": 0.325952589511871,
       "FrontEnd": 0.447808384895325,
       "FullStack": 0.542241454124451
      },
      "MinorMobileDeveloperKinds": {
       "Android": 0.00862389430403709,
       "IOS": 9.99999997475243E-07,
       "WindowsPhone": 9.99999997475243E-07
      },
      "MinorOtherDeveloperKinds": {
       "BusinessIntelligenceOrDataWarehousing": 9.99999997475243E-07,
       "DatabaseAdministration": 0.039114311337471,
       "Design": 9.99999997475243E-07,
       "Desktop": 0.048784114420414,
       "Embedded": 9.99999997475243E-07,
       "GraphicsProgramming": 9.99999997475243E-07,
       "MachineLearning": 9.99999997475243E-07,
       "ProductManager": 9.99999997475243E-07,
       "QualityAssurance": 9.99999997475243E-07,
       "StatsOrMathBackground": 9.99999997475243E-07,
       "SystemAdministration": 0.0136355748400092
      },
      "TechStacks": {
       "FullStackWebPHP": 0.0467216856777668,
       "FullStackWebRubyOnRails": 0.0920857638120651,
       "FullStackWebMicrosoft": 0.897420406341553,
       "FullStackWebNodeJS": 0.0920857638120651,
       "FullStackWebPython": 0.0920857638120651,
       "FullStackWebJava": 0.128596678376198,
       "FullStackWebWordpress": 0.0920857638120651,
       "BackEndWebCloud": 9.99999997475243E-07,
       "IntegrationSalesforce": 9.99999997475243E-07,
       "IntegrationSharePoint": 0.0514268912374973,
       "DesktopWindows": 0.0689911544322968,
       "DesktopOSX": 9.99999997475243E-07,
       "DesktopLinux": 9.99999997475243E-07,
       "DatabaseAdministrationOracle": 0.0171422977000475,
       "DatabaseAdministrationSQLServer": 0.0514268912374973,
       "DatabaseAdministrationMySQL": 9.99999997475243E-07
      }
    

  • โ™ฟ (Parody)

    @accalia said:

    hey! that's my schtick!

    So you don't want anyone to pull it?


  • FoxDev

    @boomzilla said:

    So you don't want anyone to pull it?

    Well, no, clearly she doesn't want just anyone to pull itโ€ฆ ๐Ÿ˜ˆ



  • ๏€ If a problem comes along, you must Whip It....


  • FoxDev

    @boomzilla said:

    So you don't want anyone to pull it?

    ๐Ÿ‘ผ


Log in to reply