Skip to content

samit22/samit22

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 

Repository files navigation

Hello, amazing people!

About Me

 package main

import "fmt"

type SoftwareEngineer struct {
	Name    string
	Role    string
	Work    string
	Country string
	Hobbies []string
}

func (se SoftwareEngineer) Hello() {
	fmt.Println("Hello there, thanks for the visit, hope you find my profile useful!!")
}

func main() {
	me := SoftwareEngineer{
		Name:    "Samit Ghimire",
		Role:    "Lead Engineer",
		Work:    "CloudFactory",
		Country: "Nepal",
		Hobbies: []string{"Photography", "Biking"},
	}
	me.Hello()
}

Certification

Google Cloud Professional Developer

Tech Stacks

📋 Language/Framework

Golang ¤ Rails ¤ Nodejs ¤ React ¤ Python


AWS

Amazon DynamoDB ¤ AWS Lambda ¤ Amazon API Gateway ¤ Amazon EC2 ¤ Amazon ECS ¤ Amazon RDS


💾 Database

MongoDB ¤ Postgres ¤ Redis ¤ ElasticSearch¤ My SQL


Devops

Docker¤ Kubernetes ¤ Helm¤ Github Action


Others

Git ¤ Jira ¤ Power BI



Projects

Blog Posts

My Streak

GitHub Streak

Releases

No releases published

Packages

No packages published