Skip to content
View harizinside's full-sized avatar
๐Ÿ 
Working from home
๐Ÿ 
Working from home

Organizations

@nmwclinic

Block or report harizinside

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.

Content in all repositories owned by your account will be closed.
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
harizinside/README.md

๐Ÿ‘‹ Hi, I'm Muhammad Haaris Setiawan

About Me

I am a passionate developer with a keen interest in creating efficient and scalable solutions. My expertise spans across various programming languages, frameworks, and tools that empower me to deliver high-quality software. I thrive in dynamic environments, consistently learning and adapting to new technologies.

Tech Stack

package main

import "fmt"

type Profile struct {
	Pronouns  []string
	Code      []string
	Framework []string
	DB        []string
	Tools     []string
	Runtime   []string
}

func main() {
	harizinside := Profile{
		Pronouns:  []string{"he", "him"},
		Code:      []string{"Go", "Python", "TypeScript", "Vue", "React", "PHP"},
		Framework: []string{"Fiber", "FastAPI", "Hono", "Nuxt", "Next", "Tanstack Start", "Laravel"},
		DB:        []string{"PostgreSQL", "MySQL", "MongoDB", "Redis"},
		Tools:     []string{"Kubernetes", "Docker", "Firebase", "Git"},
		Runtime:   []string{"Bun", "Astral-UV"},
	}

	fmt.Printf("%+v\n", harizinside)
}

Contact Me

Feel free to connect with me on X (formerly Twitter) or check out my latest articles on Dev.to.

Pinned Loading

  1. doku doku Public

    DOKU Payment Gateway SDK for Node.js โ€” TypeScript, ESM, zero runtime dependencies

    TypeScript

  2. satusehat satusehat Public

    SATU SEHAT (Kemenkes) Platform SDK for Node.js โ€” TypeScript, ESM, zero runtime dependencies

    TypeScript

  3. share-lan share-lan Public

    Share files over WiFi/LAN from a browser โ€” just scan a QR code or type a 4-digit code, no cloud and nothing to install on the recipient's end.

    Python