Platform launching soon
Henry Jonathan
Available

Henry Jonathan

Software Engineer
Nganjuk, ID

I'm a Software Engineer with 2+ years of experience. Now Building, a secure digital e-commerce platform for game account trading with advanced automation. Launch soon!

Resume

Tech Stack

Bun

Bun

Fast all-in-one JavaScript runtime

bun run app.ts
Elysia

Elysia

Type-safe web framework for Bun

app.get('/', () => 'Hi')
Go

Go

Compiled language for backend systems

func main() { fmt.Println("Go") }
Qwik

Qwik

Resumable JavaScript framework

export default component$(() => (...))
PostgreSQL

PostgreSQL

Reliable relational database

SELECT * FROM users WHERE id = $1
Tailwind

Tailwind

Utility-first CSS framework

class="flex items-center gap-4"
TypeScript

TypeScript

Typed superset of JavaScript

interface User { id: number; name: string }
Node.js

Node.js

JavaScript runtime environment

const express = require('express')
Express

Express

Minimal web framework for Node

app.get('/api/users', handler)
Hono

Hono

Lightweight web framework

app.get('/', (c) => c.text('Hi'))
Astro

Astro

Static site builder with islands

---\nconst title = 'Home'\n---
Vue.js

Vue.js

Progressive JavaScript framework

<script setup>\nconst count = ref(0)\n</script>
MySQL

MySQL

Open-source SQL database

CREATE TABLE users (id INT PRIMARY KEY)
Supabase

Supabase

Open source Firebase alternative

const { data } = await supabase.from('users').select()
Docker

Docker

Container platform for apps

docker run -p 3000:3000 myapp
Flutter

Flutter

Cross-platform mobile framework

Text('Hello World')
Laravel

Laravel

PHP web application framework

Route::get('/', [HomeController::class])
Sentry

Sentry

Error tracking and monitoring

Sentry.captureException(error)
Kafka

Kafka

Distributed event streaming platform

producer.send({ topic: 'events', messages })
Drizzle

Drizzle

Lightweight ORM for TypeScript

db.select().from(users).where(...)
Redis

Redis

In-memory data store cache

redis.set('key', 'value', 'EX', 3600)
FrankenPHP

FrankenPHP

Modern PHP application server

<?php echo 'Hello World'; ?>
© 2026Henry Jonathan