Skip to content
View ftryyln's full-sized avatar

Block or report ftryyln

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ftryyln/README.md
Typing SVG

Hey, I'm Fitry

Full Stack Developer with a strong backend focus, building scalable APIs, cloud-native services, and modern web applications using Golang, Next.js, and cloud infrastructure.


About Me

package main

type SoftwareEngineer struct {
    Name       string
    Role       string
    Location   string
    Specialty  []string
    Experience []string
}

func main() {
    me := SoftwareEngineer{
        Name:     "Fitry Yuliani",
        Role:     "Full Stack Developer (Backend Focused)",
        Location: "Indonesia",
        Specialty: []string{
            "Scalable APIs & Backend (Golang, Node.js, Laravel)",
            "Modern Web (Next.js 15, React, TypeScript)",
            "Cloud Infrastructure (Google Cloud Run, Supabase)",
            "Multilingual SEO & Architectural Integrity",
        },
        Experience: []string{
            "Software Engineer @ Octobees (Niaga Tekno Asia)",
            "Backend Intern @ Jabar Digital Service",
            "Teacher's Award @ Hacktiv8 (Back End Golang)",
        },
    }
}

Featured Projects

Curated selection of my latest and most impactful work from my Portfolio Website.

Guild Management System Octobees Ecosystem
Supabase-first architecture for the Legend of Ymir guild, featuring RBAC and financial tracking. Full-stack features including Affiliate Systems, Voucher logic, and Multilingual SEO.
Leads Generator System Booktopia Microservices
Backend API with Python-based scraping workers deployed on Google Cloud Run. Scalable backend with 6 services communicating via gRPC and Kafka.

DMD Shoes Platform High-fidelity storefront and back-office with SEO automation and multi-language routing.


Tech Stack & Mastery

Languages Go TypeScript JavaScript Dart Python PHP
Backend Golang Node.js Laravel Drizzle gRPC Kafka
Frontend Next.js React Tailwind Flutter
Database/Infrastructure PostgreSQL Supabase GCP Docker

Full Portfolio Catalog

Extensive list of engineering challenges I've tackled.

View Mobile & Web Apps
View Specialized APIs & Internships

Engineering Excellence

GitHub Stats Top Languages

Let's Connect!

LinkedIn Instagram


Profile views
Engineering is the art of organizing design.

Popular repositories Loading

  1. kindergarten-mobile-app kindergarten-mobile-app Public

    A complete Kindergarten ecosystem built with Flutter. Featuring smart student registration (PPDB), integrated school shop (e-commerce), and interactive school facility showcases.

    HTML

  2. pokedex-mobile-app pokedex-mobile-app Public

    A high-performance Flutter Pokedex featuring infinite scroll pagination, lazy loading, and PokéAPI integration. Built with GetX and Dio.

    Dart

  3. blog-mobile-app blog-mobile-app Public

    A sleek, dark-themed Flutter blog app featuring full CRUD article management, GetX state handling, and Lottie animations.

    Dart

  4. contact-list-mobile-app contact-list-mobile-app Public

    A fundamental Flutter CRUD application demonstrating local state management, form validation, and efficient list rendering for contact management.

    C++

  5. bootstrap-basics bootstrap-basics Public

    Bootstrap 5 Technical Challenge: A modern sign-in UI featuring responsive layouts and custom CSS refinements. Part of the Hacktiv8/Introduction coding series.

    HTML

  6. modern-profile-card-css modern-profile-card-css Public

    A sleek and responsive user profile card with a built-in portfolio management form. Crafted with Pure HTML5 & CSS3 featuring advanced Flexbox layouts.

    CSS