Skip to content
View samit22's full-sized avatar
♠️
👀
♠️
👀
Block or Report

Block or report samit22

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
samit22/README.md

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

Pinned

  1. calendarN calendarN Public

    CLI tool to generate Nepali calendar with today's details, supports both Nepali and English calendars.

    Go 5 3

  2. uuid uuid Public

    CLI tool to generate UUID

    Go 7 5

  3. rchat-cli rchat-cli Public

    Cli to interact with rocket chat

    Go 1

  4. json-go json-go Public

    CLI to convert JSON to go and vice versa.

    Go 8

  5. dashainaayo dashainaayo Public

    Dashain Aayo

    JavaScript 1 1

  6. interesting-go interesting-go Public

    Interesting questions and challenges in go

    Go 1