Rastislav Kováč

Full Stack Developer for web, mobile and cloud products

I build production-ready web applications, mobile apps, APIs and cloud workflows for companies that need reliable software, clear delivery and measurable business outcomes.

View my work Book a call
Available for new projects
App Dashboard
Total Users
12.6K
↑ 12.5% vs last month
index.tsapi.tsdb.ts
1import { NextResponse } from 'next/server'
2import { prisma } from '@/lib/db'
3
4export async function GET() {
5 const users = await prisma.user.count()
6 const revenue = await prisma.order
7 .aggregate({ _sum: { amount: true } })
8 return NextResponse.json({
9 users, revenue: revenue._sum.amount
10 })
11}
</>Web apps
Automation
Integrations

{{ t.firstName }} {{ t.lastName }}

{{ t.roleLine }}

{{ t.heroSub }}

{{ t.status }}
App Dashboard
Total Users
12.6K
↑ 12.5% vs last month
index.ts api.ts db.ts
1import { NextResponse } from 'next/server'
2import { prisma } from '@/lib/db'
3
4export async function GET() {
5 const users = await prisma.user.count()
6 const revenue = await prisma.order
7 .aggregate({ _sum: { amount: true } })
8 return NextResponse.json({
9 users, revenue: revenue._sum.amount
10 })
11}
</>Web apps
Automation
Integrations

{{ t.skillsTitle }}

{{ t.skillsIntro }}

{{ it }}

{{ t.servicesTitle }}

{{ svc.n }} {{ svc.tag }}

{{ svc.title }}

{{ svc.desc }}

{{ pt }}

{{ t.workTitle }}

{{ w.name }}

{{ w.desc }}

{{ tg }}

{{ t.aboutTitle }}

{{ t.aboutP1 }}

{{ t.aboutP2 }}

{{ t.lblLoc }}{{ t.locVal }}
{{ t.lblEmail }}{{ email }}
{{ t.lblAvail }}{{ t.availVal }}
Rastislav Kováč
Rastislav Kováč
{{ t.roleLine }}
{{ t.nav.contact }}

{{ t.contactTitle }}

{{ t.contactSub }}

{{ t.ctaBook }}
{{ formStatusText }}