Full-stack web app developer.
I use Go (no frameworks) for backends, Next.js for frontends, and distributed SQL/CQL databases making my apps fast, scalable and convenient to use.
Scaling cleanly from day 1 - optimized schemas, efficient queries, distributed databases, and smart caching keep everything fast even under load.
I avoid using pre-made templates, that way your app is 100% unique and matched exactly to your preferences.
I never cut corners when it comes to security. Password hashing, email verification, password resets - whatever you need, it’s included by default.
I focus on building full-featured multi-tenant SaaS apps that handle real users and real data.
1<div className="w-full">
2 <section className="rounded-xl bg-zinc-800 border border-zinc-700 p-2 shadow-xl">
3 <section className="flex items-center">
4 <div className="flex gap-2 z-10">
5 <div className="rounded-xl w-4 h-4 bg-orange-700" />
6 <div className="rounded-xl w-4 h-4 bg-yellow-600" />
7 <div className="rounded-xl w-4 h-4 bg-green-700" />
8 </div>
9
10 <div className="ml-4 flex items-center">
11 <ChevronLeft />
12 <ChevronRight />
13 </div>
14 </section>
15
16 <hr className="my-2 border-zinc-700 mb-2" />
17
18 <div>
19 <SyntaxHighlighter language="html" style={oneDark} showLineNumbers wrapLongLines>
20 {`
21 ...
22 `}
23 </SyntaxHighlighter>
24 </div>
25 </section>
26</div>I hate messy code and workarounds as much as anyone else. Everything I write is clean, optimized, and easy for future devs to follow.
My frontends are responsive by default, meaning they adapt smoothly to any screen size - mobile, tablet, desktop, or a smart fridge. Just try it out with this website - open it on your PC and phone, see the difference.
Forgot your password?
Don't expect anything to happen when you click Sign In - it's just a layout demo.
SQL is nice and all, to a certain point. I use ScyllaDB when projects need real-time speeds and can't afford lag - things like live chat, analytics, or high-traffic APIs. It handles millions of operations per second effortlessly.
If you’re wondering - No, I don’t ALLOW FILTERING. I play fair: Lookup tables, no indexes - proper masochist optimization set.