loading…
$ cat ~/projects/devconnect.md
A social platform for developers to showcase projects, discover collaborators, and exchange technical insights.
DevConnect is a social platform built for developers, a place to showcase projects, find collaborators, and exchange technical knowledge. Think of it as a portfolio network tailored to how engineers actually work.
I chose Next.js App Router for streaming + RSC to keep the feed snappy, PostgreSQL + Prisma for relational integrity across users/projects/collaborations, and a thin Redis layer for caching hot feed queries.
$ next project
CodeVault
A personal code snippet manager with tagging, syntax highlighting, and instant search for daily dev workflows.