Skip to content
View ArdiSasongko's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report ArdiSasongko

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
ArdiSasongko/README.md

Hi πŸ‘‹, I'm Ardi Sasongko

A passionate Backend Developer specializing in Go

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

package main

type Developer struct {
    Name         string
    Role         string
    Languages    []string
    Frameworks   []string
    Tools        []string
}

func main() {
    me := Developer{
        Name:       "Ardi Sasongko",
        Role:       "Backend Developer",
        Languages:  []string{"Go", "SQL"},
        Frameworks: []string{"Chi", "Fiber"},
        Tools:      []string{"Docker", "PostgreSQL", "MongoDB", "Redis", "SQLC", "GitHub Actions"},
    }
}

πŸ“Œ Pinned Repositories

Project-Backend

πŸ› οΈ Tech Stack

πŸ“ˆ GitHub Stats

GitHub Stats

🀝 Connect with me

ardi-sasongko email


πŸ’Ό Open for collaborations and interesting projects

Pinned Loading

  1. Projects-Backend Projects-Backend Public

    πŸš€ A curated collection of backend projects showcasing my expertise in Go development. This repository serves as a comprehensive portfolio featuring various implementations of backend services and A…