Skip to main content

Past Challenges

PK_ToDo: Maybe I could make youtube videos for all of these???

  • Gen Mills data upload API - silent fail, should have provided visual error to user
    • I should have tested this with the stakeholders in their environment.
  • Decommission of Andean Server
  • Tableau Upsert / REST API docs were wrong
  • Postman not uploading image, but frontend app did fine (when I added my content type header it was conflicting with the header postman added, but I couldn't actually see the headers sent in Postman)
  • SO - Angular tictactoe checkforwin()
  • SF/KL integration-edge case write custom attributes to KL, but didn't compare against existing, so if something was deleted on the SF side it wouldn't actually be deleted to the KL side
  • Camtasia - tscproj file -(it's just json...) isolate the offending object (through manual binary search) (and remove it)
  • Angular - Set template to an empty string and I solved the problem I was trying to solv, it was frsutrating I was really in the weeds, but I got it. Now afterwards I'm like why is my component not loading, the request is successful, what's going on? Well I forgot that when solving that other problem earlier I had set the template to an empty string :laugh_cry:
    • Moral of Story: If you are going to do something temporary, add a visual reminder that you did that