calvyn — zsh
skills — zsh
projects — zsh
about — zsh
contact — zsh
Full-Stack Developer  ·  calvyn.dev Welcome to my portfolio.
Scroll

The Full Stack

JS
index.js ES2024
const build = () => ({
  frontend: 'React',
  magic:    true
})
JavaScript

Dynamic, event-driven, everywhere.

Py
api.py 3.11
def build(idea: str):
    return deploy(idea)
Python

Back-end, scripting, data & APIs.

N
server.js 20 LTS
app.listen(3000,
  () => ready())
Node.js

Fast, event-driven, non-blocking I/O.

D
Dockerfile
FROM node:20
COPY . .
RUN npm build
Docker

Containerise and ship apps anywhere.

G
.gitconfig
git commit -m
  "ship it"
git push origin
Git

Branch, merge, and ship.

H
index.html 5
<section
  id="hero"
  role="banner">
HTML

Semantic, accessible markup engines use.

C
styles.css 3
display: grid;
gap: 24px;
opacity: 1;
CSS

Animations & pixel-perfect layouts.

TS
types.ts 5
type Dev = {
  name: string
  level: 'freelance'
}
TypeScript

Typed JS for robust, scalable codebases.

Nx
page.tsx 14
export default async
function Page() {}
Next.js

SSR, routing, API routes, App Router.

Pg
schema.sql
SELECT * FROM
  users
WHERE active=true
PostgreSQL

Relational DB, powerful and battle-tested.

R
App.tsx 18
const [data, set] =
  useState([])
React

Component-driven UI with hooks.

T
tailwind.config.js
"flex gap-4 p-6
 rounded-2xl
 bg-zinc-900"
Tailwind CSS

Utility-first, fast, endlessly scalable.

GS
animate.js
gsap.to('.el', {
  y: 0,
  ease: 'power4'
})
GSAP

Pro-grade animation, buttery smooth.

3
scene.js
new THREE
  .Scene()
  .add(mesh)
Three.js

WebGL 3D graphics in the browser.

P
schema.prisma
await prisma
  .user
  .findMany()
Prisma

Type-safe ORM for full-stack apps.

Scroll
JavaScriptReact Next.jsNode.js PythonDjango PostgreSQLTypeScript DockerAWS GraphQLThree.js JavaScriptReact Next.jsNode.js PythonDjango PostgreSQLTypeScript DockerAWS GraphQLThree.js

This site can’t be previewed here due to its security policy.

Open in new tab ↗
Press ESC to close

Work I've Created

Scroll to explore — click any card to preview it live.

01
curaterps.com
CuraTerps — TerPOP website

CuraTerps

Product landing page for TerPOP — the world's first humidity control packet infused with premium botanical terpenes.

ReactTypeScriptTailwindSupabase
click here to preview
02
zazagpt.com
ZaZa GPT website

ZaZa GPT

AI-powered cannabis expert — browse strains, save favorites, and chat with your ZaZa GPT buddy for personalized recommendations.

ReactNext.jsAI
click here to preview
03
bandy-productions.com
Bandy Productions website

Bandy Productions

Premium car photography portfolio — cinematic automotive visuals, rolling shots, and scroll-stopping content.

ReactTypeScriptTailwindSupabase
click here to preview
04
zazacoding.com
ZaZa Coding by Calvyn

ZaZa Coding

Personal dev portfolio and coding blog — showcasing projects, sharing tutorials, and documenting the journey.

ReactTypeScriptTailwindSupabase
click here to preview

I’m Calvyn, a freelance developer based in New York specializing in full-stack development, automation, and system design. I build websites, applications, back-end infrastructure, and custom software solutions tailored to your needs.

AI helps streamline my workflow, but the work itself is built on actual programming experience, technical understanding, and execution.

calvyn@dev: ~
$ whoami
calvyn
$ cat profile.json
{
  "role": "Full-Stack Developer",
  "location": "New York",
  "age": 25,
  "status": "● Available"
}
$ skills --top
HTMLCSSJS TSPythonReact Three.jsGSAPTailwindPrisma
$