
Hello,
I'm
Candra
Frontend Developer
I create beautiful, responsive, and user-friendly web applications with modern technologies. Let's build something amazing together.
Profile.ts
1
2type Profile = Readonly<{
3 name: string;
4 birthDate: string;
5 maritalStatus: "Single" | "Married";
6 gender: "Male" | "Female";
7 nationality: string;
8}>;
9
10const candraProfile: Profile = {
11 name: "Candra Wali Sanjaya",
12 birthDate: "Bandung, May 15, 2001",
13 maritalStatus: "Single",
14 gender: "Male",
15 nationality: "Indonesian",
16};
17
18console.log(candraProfile);
19
Make your websites look 10x better
better
Improve your UI with modern, structured, and well-typed code.
Tech Stack
The technologies I use to build awesome applications
React.js
Frontend library for building UI
Next.js
React framework with SSR & SSG
tRPC
End-to-end typesafe API calls
Node.js
Backend runtime for JavaScript
Bun
Super-fast JS runtime
Drizzle
Type-safe SQL ORM
Prisma
Modern database ORM
TypeScript
Typed superset of JavaScript
PostgreSQL
Powerful relational database
HTML5
Markup language for the web
CSS3
Styling language for web design
JavaScript
Main language for web dev
Loading...