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

LinkedIn Twitter Dev.to blog
package main

import "fmt"

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

func main() {
	harizinside := Profile{
		Pronouns: []string{"he", "him"},
		Code:     []string{"Go", "TypeScript", "NUXTJS", "VUE", "Laravel"},
		DB:       []string{"MongoDB", "MySQL"},
		Tools:    []string{"Firebase", "Git"},
	}

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

harizinside

Pinned Loading

  1. go.boilerplate go.boilerplate Public

    Boilerplate of Go lang with Fiber

    Go 1

  2. Laravel-Vite-Livewire Laravel-Vite-Livewire Public

    Sample project Laravel + Vite + Livewire

    PHP 1

  3. Laravel-Vite-React Laravel-Vite-React Public

    Sample project Laravel + Vite + React

    PHP 4 1

  4. Laravel-Vite-VUE Laravel-Vite-VUE Public

    Sample project Laravel + Vite + VUE 3

    JavaScript 1 1