Skip to content

Instantly share code, notes, and snippets.

@csim
csim / JS1.js
Last active August 27, 2020 16:43
// Please name the data types available JavaScript.
@csim
csim / CS1.cs
Last active August 31, 2020 15:23
C# Interview Questions
using System;
public class Program
{
static string location = default(string);
static DateTime time = default(DateTime);
public static void Main()
{
Console.WriteLine(location == null ? "location is null" : location);

Clint Simon

me@clintsimon.com | (425) 785-8007 | pdf | linkedin | @clintsim

First and foremost I excel at using technology to solve business problems. I've worked in technology for over 19 years, delivering custom application development projects ranging from simple websites to complex enterprise systems, with various team sizes from 1 person all the way up to 120 people.