Logoconsole.log("Hello, bright and wonderful person");

FullStack
Web Developer

I'm an Indonesian programmer with 3 years of experience in code, bugs, and caffeine.
I love Laravel, TailwindCSS, React.js, Next.js, badminton, and Chicken noodles.

Coding

More Than Just Hello World

140public function handleWebhook(Request $request)
141{
142    $payload = $request->getContent();
143    $sigHeader = $request->header('Stripe-Signature');
144
145    $secrets = [
146        config('services.stripe.webhook_secret_platform'),
147        config('services.stripe.webhook_secret_connected'),
148    ];
149
150    $event = null;
151    $validSecretUsed = null;
152
153    foreach ($secrets as $secret) {
154        try {
155            $event = Webhook::constructEvent($payload, $sigHeader, $secret);
156            $validSecretUsed = $secret;
157
158            break;
159        } catch (StripeExceptionSignatureVerificationException $e) {
160            continue;
161        }
162    }
163    
164    ...
165}
166    

Hello There,

I'm Arya Tjiutanto

I have nearly 3 years of experience in web development. I'm also a freelancer working with international clients. I understand how a high-quality website can boost user satisfaction and engagement. If you're looking to build a website, feel free to contact me โ€” especially if it's with Laravel or React. I'm practically married to both of them!

See more,

My Specialties

I'm familiar with various types of website projects, including portfolios, business profiles, marketplaces, and customized web applications. I regularly build features like CRUD operations, payment gateway integration, user authentication (via email/password, phone number, or Google), OTP verification, and much more.

I also offer design-to-code services, primarily from Figma (which I absolutely love), but Iโ€™m flexible with other formats like JPG, PDF, etc.

Donโ€™t worry about your project โ€” Iโ€™m a professional Google searcher. If I ever get stuck, you can bet Iโ€™ll find the answer (probably on Stack Overflow at 3 AM ๐Ÿ˜„).

Fullstack

Web Development

aryatjiutanto.my.id

My Skills

languages.json

  • "html": "latest",
    "css": "latest",
    "javascript": "latest",
    "php": "latest",

databases.json

  • "my-sql": "latest",
    "firestore": "latest",

technologies.json

  • "git": "latest",
    "tailwind-css": "latest",
    "react-js": "latest",
    "next-js": "latest",
    "laravel": "latest",
    "alpine-js": "latest",

Repository

Every project has its GitHub repo!

Not convinced yet?

Take a quick look at my skills

I share some of my coding experiments on my YouTube channel. Itโ€™s not a big channel, but itโ€™s where I show what I enjoy building. If you're curious about what I can actually do, thatโ€™s a good place to start.

Let's see