Skip to content

Instantly share code, notes, and snippets.

@kvothemosser
kvothemosser / checkmark_good.png
Created June 20, 2023 21:41 — forked from WganMe/checkmark_good.png
checkmark_good.png
You are in a sales team meeting with a company whose information technology (IT) department is not very familiar with what is cloud technology. What is the best way to describe cloud technology to the customer?
Choose an answer:
Cloud technology occurs when a company shifts to virtual machines.
Cloud technology is where the company stores its data and files.
Cloud technology is all of the technology and processes needed to store, manage, and access data running on programs that are transferred to the cloud.
Cloud technology is the process of migrating a company from on-premises to a data center.
@kvothemosser
kvothemosser / README.md
Created May 21, 2019 14:42 — forked from CodingDoug/README.md
Copying Data from a Google Sheet into Firebase Realtime Database in real time via Apps Script
@kvothemosser
kvothemosser / README.md
Created May 21, 2019 14:42 — forked from CodingDoug/README.md
Copying data from Firebase Realtime Database to a Google Sheet in real time via Cloud Functions
<!--- Param our hashable string. --->
<cfparam name="form.hashable" type="string" default="" />
<!--- Check to see if we have a hashable string. --->
<cfif len( form.hashable )>
<!--- Create an MD5 hash of the string. --->
<cfset hashedString = hash( form.hashable, "MD5" ) />