Skip to content

Instantly share code, notes, and snippets.

@Joeao
Joeao / .zshrc
Last active February 5, 2025 08:28
Aider OpenRouter Model & Key Select
alias aide='~/aide.sh'
@Joeao
Joeao / index.ts
Last active September 5, 2024 12:02
Supabase Edge Functions - Resize, Tinify & Upload Image
import { serve } from "https://deno.land/std@0.168.0/http/server.ts";
import { crypto } from "https://deno.land/std@0.201.0/crypto/mod.ts";
import {
ImageMagick,
initialize,
MagickFormat,
} from "https://deno.land/x/imagemagick_deno@0.0.25/mod.ts";
import { Tinify } from "https://deno.land/x/tinify@v1.0.0/mod.ts";
import { createClient } from "https://esm.sh/@supabase/supabase-js@2.33.2";