Available for freelance

Dio Wisnu
Atmawirata

8th-semester Software Engineering student at Pignatelli Triputra University, based in Yogyakarta. Specializing in backend development with Laravel & PHP, with a growing interest in full-stack development. Open to freelance projects and new opportunities.

UserController.php
// app/Http/Controllers
 
namespace App\Http\Controllers;
 
class UserController
extends Controller
{
public function index()
{
$users = User::query()
->paginate(15);
 
return response()->json([
'data' => $users,
'status' => 'ok'
]);
}
}

What I Work With

PHP PHP
Laravel Laravel
React.js React.js
Bootstrap Bootstrap
MySQL MySQL
Git Git
Python Python

Projects

A collection of web applications I have built — mostly backend-heavy with Laravel.

Bening Neer
🐟
E-Commerce
Laravel MySQL Bootstrap
Bening Neer Official Store
An e-commerce platform dedicated to betta fish sales, featuring product management, shopping cart, order processing, and an admin dashboard.
SIDAMIS
🏘️
Information System
Laravel MySQL React.js
Village Poverty & Health Data Information System
A data management system for registering residents in need of social assistance and healthcare services, simplifying the management of underprivileged community data at the village level.
Amanah
🧾
Payment System
Laravel MySQL Bootstrap
Amanah Tuition Fee Payment System
A tuition fee recording and management application covering payment entry, per-student transaction history, and periodic payment summaries.
Batik Marni Jaya
🧾
E-Commerce
Laravel MySQL Bootstrap
Batik Marni Jaya
An e-commerce platform dedicated to batik fabric sales, featuring product management and an admin dashboard.

Get In Touch

Open to freelance projects, collaboration, and full-time opportunities. Feel free to reach out!

📍
Location
Yogyakarta, Indonesia