Code Monkey home page Code Monkey logo

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

Samit Ghimire's Projects

b64 icon b64

Base64 encode decode

calendarn icon calendarn

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

code2race icon code2race

Let's celebrate HacktoberFest.🎉 Solve the problem. 😊 If you like ❤ give us a star⭐.

coding-challenges icon coding-challenges

A repo for fun coding challenges to learn code tricks in different programming languages.

go-ddb icon go-ddb

A collection of DynamoDB helpers written in Golang

granitic icon granitic

Web/micro-services and IoC framework for Golang developers

httprequest icon httprequest

Simple PHP HttpRequest class that mimics jQuery's $.ajax function

hubot icon hubot

A customizable life embetterment robot.

hubot-scripts icon hubot-scripts

DEPRECATED, see https://github.com/github/hubot-scripts/issues/1113 for details - optional scripts for hubot, opt in via hubot-scripts.json

hubot-wikirandom icon hubot-wikirandom

Hubot script. Tells a 'story' by scraping a topic paragraph from the random article function of Wikipedia.

json-go icon json-go

CLI to convert JSON to go and vice versa.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.