Skip to content

Instantly share code, notes, and snippets.

View timrourke's full-sized avatar
🇺🇦

Tim Rourke timrourke

🇺🇦
View GitHub Profile
import Ember from 'ember';
export default Ember.Controller.extend({
field: Ember.computed(function() {
return Ember.Object.create({
fieldCategoryFields: [
Ember.Object.create({
fieldCategory: Ember.Object.create({
name: 'Category 1'
})
" Use /bin/bash for executing shell commands
set shell=/bin/bash
" Do not save swp files in project
set directory=$HOME/.vim/swapfiles//
set nocompatible " be iMproved, required
filetype off " required
" set the runtime path to include Vundle and initialize
@timrourke
timrourke / ai-chat-architecture.html
Created April 16, 2026 14:57
Freshpaint AI Chat Architecture - Interactive Reveal.js Presentation
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Freshpaint AI Chat: A Love Story Between Go and React</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/reveal.js@5.1.0/dist/reveal.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/reveal.js@5.1.0/dist/theme/black.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/reveal.js@5.1.0/plugin/highlight/monokai.css">
<style>