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!
Tech Stack
Bun
Fast all-in-one JavaScript runtime
bun run app.tsElysia
Type-safe web framework for Bun
app.get('/', () => 'Hi')Go
Compiled language for backend systems
func main() { fmt.Println("Go") }Qwik
Resumable JavaScript framework
export default component$(() => (...))PostgreSQL
Reliable relational database
SELECT * FROM users WHERE id = $1Tailwind
Utility-first CSS framework
class="flex items-center gap-4"TypeScript
Typed superset of JavaScript
interface User { id: number; name: string }Node.js
JavaScript runtime environment
const express = require('express')Express
Minimal web framework for Node
app.get('/api/users', handler)Hono
Lightweight web framework
app.get('/', (c) => c.text('Hi'))Astro
Static site builder with islands
---\nconst title = 'Home'\n---Vue.js
Progressive JavaScript framework
<script setup>\nconst count = ref(0)\n</script>MySQL
Open-source SQL database
CREATE TABLE users (id INT PRIMARY KEY)Supabase
Open source Firebase alternative
const { data } = await supabase.from('users').select()Docker
Container platform for apps
docker run -p 3000:3000 myappFlutter
Cross-platform mobile framework
Text('Hello World')Laravel
PHP web application framework
Route::get('/', [HomeController::class])Sentry
Error tracking and monitoring
Sentry.captureException(error)Kafka
Distributed event streaming platform
producer.send({ topic: 'events', messages })Drizzle
Lightweight ORM for TypeScript
db.select().from(users).where(...)Redis
In-memory data store cache
redis.set('key', 'value', 'EX', 3600)FrankenPHP
Modern PHP application server
<?php echo 'Hello World'; ?>