Skip to content
View harshai07's full-sized avatar

Block or report harshai07

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
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