Skip to content
View harizinside's full-sized avatar
🛠️
Chat GPT
🛠️
Chat GPT

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.

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
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
}

func main() {
	harizinside := Profile{
		Pronouns:  []string{"he", "him"},
		Code:      []string{"Go", "TypeScript", "Vue", "React", "PHP"},
		Framework: []string{"Fiber", "Nuxt", "Next", "Laravel"},
		DB:        []string{"MongoDB", "MySQL"},
		Tools:     []string{"Firebase", "Git"},
	}

	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. go.boilerplate go.boilerplate Public

    Boilerplate of Go lang with Fiber

    Go 1

  2. react.boilerplate react.boilerplate Public

    Boilerplate of Go lang with Fiber

    TypeScript

  3. vue.boilerplate vue.boilerplate Public

    Vue