Skip to content

Instantly share code, notes, and snippets.

View rheckart's full-sized avatar

Rob Heckart rheckart

View GitHub Profile
@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;
@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.

@tonysneed
tonysneed / windows-terminal-setup.md
Last active November 17, 2024 13:50
Windows Terminal Setup
@GuiBibeau
GuiBibeau / 1.txt
Last active April 25, 2025 06:11
Vibe architecting prompts
I want you to refine this brainstorming document into a prompt for a deep research system that will be tasked with writing a technical spike
research document on a software engineering project. The goal of this research is to help guide future agentic coding systems into
having a good understanding of the technical landscape around the software the user wants to create.
<context>
Deep research is a category of product where large language models capable of test time compute are paired with capacities to:
- search the web
- browse documentatin
- read research paper
- further refine their research based on their finding