Skip to content

Instantly share code, notes, and snippets.

View Zaid-maker's full-sized avatar
♥️
I Stand with Palestine 🇵🇸 💯

DevMirza Zaid-maker

♥️
I Stand with Palestine 🇵🇸 💯
View GitHub Profile
@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active May 28, 2024 16:20
Complete Recent Discord Quest

Complete Recent Discord Quest

Note

This no longer works in browser!

This no longer works if you're alone in vc! Somebody else has to join you!

Warning

There are now two quest types ("stream" and "play")! Pay attention to the instructions!

@adrianhajdin
adrianhajdin / CommunityCard.tsx
Last active May 28, 2024 17:39
Build and Deploy a Full Stack MERN Next.js 13 Threads App | React, Next JS, TypeScript, MongoDB
import Image from "next/image";
import Link from "next/link";
import { Button } from "../ui/button";
interface Props {
id: string;
name: string;
username: string;
imgUrl: string;