Skip to content

Instantly share code, notes, and snippets.

@ricky-bruner
ricky-bruner / TechInterviewQuestions.md
Last active April 1, 2020 01:54
Here is a list of Technical Questions asked during Technical Interviews around Nashville
  1. What does inheritance mean to me

  2. What is polymorphism in c#

  3. How does abstraction help development?

  4. What does overloading a method do for us?

  5. What is object oriented programming and what does it mean to me?

@ricky-bruner
ricky-bruner / CreateManagedConfigListTemplate.js
Last active November 20, 2023 06:12
CreateManagedConfigListTemplate Documentation
//Documentation in CreateManagedConfigListTemplateDocumentation.md
var collectionName = "configlists"
var configurationListName = "ConfigList Name"; //input name of configlist (configlist.name)
var genericConfigDescriptor = "Generic Descriptor" //input generic value for configuration descriptor, maps to configlist.configurations[].descriptor.
var genericDetailDescriptor = "Generic Detail Descriptor" //input generic value for configuration detail descriptor, maps to configlist.configurations[].details[].descriptor.
var logs = [];
var bulkOps = [];
//key is codelist.code value, and value is array that translates to codelist.code.details.