Skip to content
View gedearyarp's full-sized avatar
πŸ“Ί
Watching Prime Video
πŸ“Ί
Watching Prime Video

Block or report gedearyarp

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
gedearyarp/README.md

Typing SVG

Profile views


πŸ‘¨β€πŸ’» About Me

package main

import "fmt"

type Engineer struct {
    Name        string
    Role        string
    Company     string
    Education   string
    Interests   []string
    CurrentFocus string
}

func main() {
    me := Engineer{
        Name:      "I Gede Arya Raditya Parameswara",
        Role:      "Software Engineer",
        Company:   "Amazon",
        Education: "Computer Science @ ITB",
        Interests: []string{
            "Backend Engineering",
            "Distributed Systems",
            "Competitive Programming",
            "Engineering Management",
        },
        CurrentFocus: "Building things that scale πŸš€",
    }
    fmt.Printf("Hello, World! I'm %s\n", me.Name)
}

🏒 Experience

Role Company Duration
🟒 Software Engineer Amazon Jan 2025 – Present
Software Engineer Grab Mar 2024 – Dec 2024
Software Engineer Xendit Sep 2023 – Feb 2024
Software Engineer (Part-Time) Xendit Aug 2022 – Sep 2023
SWE Intern Pintarnya May 2022 – Aug 2022
SWE Intern Mekari Jan 2022 – Jul 2022
SWE Intern Xendit Oct 2021 – Jan 2022
SDE Intern Sayurbox Jul 2021 – Oct 2021

πŸš€ Tech Stack

🧩 Languages

Go Java TypeScript JavaScript Python C++ C C# Rust Haskell Ruby GraphQL Shell

πŸ› οΈ Frameworks & Libraries

Node.js Express.js NestJS Spring Boot FastAPI Flask .NET gRPC Rails React Next.js Vue.js Nuxt.js Svelte

πŸ—„οΈ Databases & Infrastructure

Postgres Redis MongoDB MySQL MariaDB SQLite Docker Firebase

🧰 Tools & Others

Git GitHub Bitbucket Postman Figma Android Studio


πŸ“Š GitHub Stats

GitHub Stats Top Langs
GitHub Streak

πŸ† GitHub Trophies

GitHub Trophies

πŸ“ˆ Contribution Activity

Contribution Graph

🐍 Contribution Snake

snake animation

πŸ’¬ Random Dev Quote


Popular repositories Loading

  1. Fabelio-Technical-Test Fabelio-Technical-Test Public

    JavaScript 1

  2. Simple-Google-Searchbar Simple-Google-Searchbar Public

    CSS

  3. ARC-Interview-Website ARC-Interview-Website Public

    HTML

  4. Foreign-Exchange-Currency-Website Foreign-Exchange-Currency-Website Public

    JavaScript

  5. My-Website My-Website Public

    JavaScript

  6. Mobita-Delivery-Game Mobita-Delivery-Game Public

    C