Rastislav Kováč

Fullstack vývojár pre web, mobilné aplikácie a cloud

Navrhujem a staviam webové aplikácie, mobilné appky a API, od prvého náčrtu až po nasadenie do prevádzky. Záleží mi na tom, aby výsledok spoľahlivo fungoval a dal sa ďalej rozvíjať.

Pozrieť moje projekty Dohodnúť si hovor
Aktuálne mám voľnú kapacitu
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 }}