Skip to content

Instantly share code, notes, and snippets.

View ACPK's full-sized avatar
🤓

Andrew Kelley ACPK

🤓
  • Boston, MA
  • 13:08 (UTC -04:00)
View GitHub Profile
@lateau
lateau / models.js
Last active February 26, 2022 10:54
kriasoft/react-starter-kit with mongoosejs
// src/data/models/index.js
import mongo from '../mongo';
import User from './User';
import UserLogin from './UserLogin';
import UserClaim from './UserClaim';
import UserProfile from './UserProfile';
async function sync() {
await mongo.disconnect();
@harlow
harlow / golang_job_queue.md
Last active April 24, 2024 10:21
Job queues in Golang
@joost
joost / ruby_google_analytics_server_to_server.md
Last active November 27, 2023 15:43
Google Analytics API (server-to-server) using Ruby