Profile
[ IDENTITY_VERIFIED ]

Hi, I'm Dylan Edlyano

Full-Stack Web Developer & Data Analyst

Undergraduate student at Gunadarma University. I engineer secure, responsive, and intelligent digital ecosystems using modern technologies. Passionate about clean code, high-tech UI/UX, and data-driven solutions.

My Skills

Commanding a diverse arsenal of programming languages, frameworks, and tools to build seamless cross-platform applications and secure databases.

Laravel / PHP90%
HTML / CSS / JS95%
Flutter / Firebase80%
MySQL / Database Management85%

Operative Experience

@forelse($experiences as $exp)

{{ $exp->role }}

{{ $exp->duration }}

{{ $exp->company }}

{{ $exp->description }}

@empty
[ NO_DATA_FOUND_IN_SERVER ]
@endforelse
// RECENT WORKS

My Portfolio

@forelse($projects as $project)
@if($project->image) {{ $project->title }} @else
NO_IMAGE_DATA
@endif
{{ $project->year }}
{{ $project->category }}

{{ $project->title }}

{{ $project->description }}

@foreach(explode(',', $project->tech_stack) as $tech) {{ trim($tech) }} @endforeach
@empty

// INITIALIZE_PROJECT_DATA_FROM_ADMIN_DASHBOARD

@endforelse