Skip to content

Repository files navigation

Hi, I'm Akmal Sindarov 👋

package main

import "fmt"

type Developer struct {
	Name     string
	Age      int
	Role     string
	Location string
}

func main() {
	akmal := Developer {
		Name: "Akmal Sindarov",
		Age:  27,
		Role: "Junior Go Backend Developer",
	}

	fmt.Printf("Building scalable and efficient backend services.\n")
}

🛠️ Tech Stack & Skills

package techstack

var (
	Languages = []string{"Go (Golang)", "SQL", "HTML/CSS"}
	
	FrameworksAndLibs = []string{
		"Gin", 
		"Fiber", 
		"Gorilla/Mux", 
		"GORM",
	}
	
	Databases = []string{"PostgreSQL", "Redis", "MySQL"}
	
	Tools = []string{"Docker", "Docker Compose", "Git"}
)

🎯 Beyond Coding (Hobbies)

package hobbies

func GetHobbies() []string {
	return []string{
		"Reading tech blogs & learning new things",
		"Listening to music",
		"Playing games",
		"Watching movies",
	}
}

📬 Connect with me

Gmail Badge Telegram Badge

🔶 Telegram Portfolio:

About

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages