Skip to content
View harshai07's full-sized avatar

Block or report harshai07

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
harshai07/README.md

Typing SVG


</> About Me

Backend developer, loves problematic life


package main

import "fmt"

type Developer struct {
	Name     string
	Title    string
	Location string
	Stack    []string
}

func main() {
	me := &Developer{
		Name:     "Harsha",
		Title:    "Backend Developer",
		Location: "Bangalore",
		Stack: []string{
			"Spring boot", "Go", "Java", "SQL", "NoSQL",
			"Microservices",
		},
	}
	
	fmt.Println("Welcome to my GitHub!")
	_ = me
}

Pinned Loading

  1. Portfolio-Website Portfolio-Website Public

    HTML

  2. weather-application weather-application Public

    this application based on weather which update accoding to the user input by the help of api.

    JavaScript

  3. Meal-React-App Meal-React-App Public

    JavaScript

  4. desktop-notifier desktop-notifier Public

    in this application which used the node js and which give the notification of live wheather

    JavaScript