Skip to content

Instantly share code, notes, and snippets.

View rheckart's full-sized avatar

Rob Heckart rheckart

View GitHub Profile
@tonysneed
tonysneed / windows-terminal-setup.md
Last active September 17, 2024 12:15
Windows Terminal Setup
@kerryboyko
kerryboyko / README.md
Last active April 26, 2023 16:08
VueJS Best Practices Guide

Deverus Vue.js Style Guide

Guide for developing Vue.js applications.

v. 0.0.1

Vue.js is an amazing framework, which can be as powerful as Angular or React, the two big heavy hitters in the world of front-end frameworks.

However, most of Vue's ease-of-use is due to the use of Observables - a pattern that triggers re-renders and other function calls with the reassignment of a variable.

@thomashagstrom
thomashagstrom / DropBoxService.cs
Last active April 7, 2024 15:51
Xamarin.Forms DropboxService API v2
using System;
using System.Collections.Generic;
using System.IO;
using System.Threading.Tasks;
using Dropbox.Api;
using Dropbox.Api.Files;
using HLI.Forms.Services;