Skip to content
View wi5nuu's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report wi5nuu

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
wi5nuu/README.md

header

Typing SVG

Profile Views GitHub followers GitHub stars GitHub repos GitHub gists


Coding

> cat about.json

{
  "name"      : "Wisnu Alfian Nur Ashar",
  "nickname"  : "wi5nuu",
  "location"  : "Bekasi Kota, West Java",
  "education" : "Software Engineering Student",
  "role"      : "Full-Stack Developer",
  "interests" : ["Web Dev", "AI/ML", "Cloud Arch", "Open Source"],
  "available" : true
}

Currently...

  • Building scalable microservices with Go & Spring Boot
  • Exploring AI/ML integration in web applications
  • Deep diving into cloud architecture on AWS & GCP
  • Mastering DevOps practices with Docker & CI/CD

Ask me about...

Go · Laravel · Next.js · Java/Spring · Docker · REST APIs · PostgreSQL

Fun fact

"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." — Martin Fowler



Connect With Me

Discord LinkedIn X GitHub


Time Made in Indonesia Open Source


Tech Stack & Tools

Languages

My Skills

Frameworks & Libraries

My Skills

Cloud & DevOps

My Skills

Databases & ORM

My Skills

Design & Dev Tools

My Skills


GitHub Analytics — Live Stats



GitHub Streak


Live Contribution Graph

Activity Graph


GitHub Trophies — Live

trophy


Weekly Coding Time — Live via WakaTime

WakaTime

Wakatime Stats


Top Contributed Repos — Live

Repos Per Language Most Commit Language

Featured Projects

Readme Card


Advanced Stats

Profile Details
Stats Productive Time (WIB UTC+7)


Skills Overview

╔══════════════════════════════════════════════════════════╗
║                  BACKEND DEVELOPMENT                     ║
╠══════════════════════════════════════════════════════════╣
║  Go / Golang        ████████████████████░░   88%        ║
║  Java / Spring      ███████████████████░░░   82%        ║
║  PHP / Laravel      ██████████████████░░░░   78%        ║
║  Node.js            ████████████████░░░░░░   70%        ║
║  FastAPI / Python   █████████████░░░░░░░░░   58%        ║
╠══════════════════════════════════════════════════════════╣
║                  FRONTEND DEVELOPMENT                    ║
╠══════════════════════════════════════════════════════════╣
║  React / Next.js    ████████████████████░░   85%        ║
║  TypeScript         ██████████████████░░░░   78%        ║
║  JavaScript         ██████████████████░░░░   76%        ║
║  Flutter / Dart     ████████████░░░░░░░░░░   52%        ║
╠══════════════════════════════════════════════════════════╣
║                  DEVOPS & CLOUD                          ║
╠══════════════════════════════════════════════════════════╣
║  Docker             ████████████████░░░░░░   68%        ║
║  AWS                ██████████████░░░░░░░░   60%        ║
║  GCP / Firebase     ████████████░░░░░░░░░░   52%        ║
╠══════════════════════════════════════════════════════════╣
║                  AI / ML INTEGRATION                     ║
╠══════════════════════════════════════════════════════════╣
║  PyTorch / NumPy    ████████░░░░░░░░░░░░░░   38%        ║
║  LLM Integration    ███████░░░░░░░░░░░░░░░   32%        ║
╚══════════════════════════════════════════════════════════╝

Current Focus

Backend Engineering

// What I'm building in Go
type Developer struct {
    Name     string
    Focus    []string
    Building []string
}

me := Developer{
    Name: "Wisnu Alfian",
    Focus: []string{
        "Microservices",
        "REST & gRPC APIs",
        "Clean Architecture",
    },
    Building: []string{
        "Go services",
        "Spring Boot apps",
        "Laravel platforms",
    },
}

Frontend & Mobile

// What I'm crafting
interface MyStack {
  web: string[]
  mobile: string[]
  styling: string[]
  state: string[]
}

const stack: MyStack = {
  web: ["Next.js 14", "React 18"],
  mobile: ["Flutter", "Dart"],
  styling: ["Tailwind", "shadcn/ui"],
  state: ["Zustand", "React Query"],
}

Contribution Calendar — Live

Contribution Calendar

Dev Joke of the Day

Jokes Card


Support My Work

If my work helped you, consider supporting!

PayPal Ko-Fi Saweria


Footer Typing

All stats on this profile update automatically in real-time

Last updated: auto · Powered by: GitHub API + OSS services

Pinned Loading

  1. colonyai colonyai Public

    Official submission for AI Open Innovation Challenge 2026. ColonyAI is a high-fidelity AI-powered laboratory management system and automated plate count reader for microbiology labs, ensuring ISO-1…

    TypeScript 1

  2. asharparfummanagementsystem asharparfummanagementsystem Public

    APMS (Ashar Parfum Management System) is the proprietary enterprise management platform of Ashar Grosir Parfum Bekasi — Indonesia's premier fragrance wholesale and retail distributor.

    Blade 1

  3. InvenTrack InvenTrack Public

    Enterprise Inventory & Monitoring System — A production-grade .NET 8 application demonstrating ETL pipelines, REST API design, Docker containerization, CI/CD, OWASP security, and modern software ar…

    C#

  4. SENTINEL-X-X-Domain-Threat-Fusion-Platform SENTINEL-X-X-Domain-Threat-Fusion-Platform Public

    SENTINEL-X adalah proof-of-concept platform yang dikembangkan sebagai simulasi dan demonstrasi konsep untuk sistem threat intelligence dan monitoring multi-domain. Proyek ini berawal dari ide untuk…

    Python 21 8

  5. Truthlayer Truthlayer Public

    Ekstensi browser dan platform web berbasis AI untuk mengungkap niat tersembunyi, dark pattern, dan skor kepercayaan (trust score) dari setiap website yang Anda kunjungi.

    JavaScript

  6. VortexOS VortexOS Public

    VortexOS — sebuah Operating System real-time berkinerja ekstrem dari bare metal menggunakan C++23 modern.

    C++