Skip to content
View rishisingh34's full-sized avatar

Highlights

  • Pro

Block or report rishisingh34

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

Hey there, I'm Rishi πŸ‘‹

About Me

Gopher

package main

import "fmt"

type Developer struct {
	Name       string
	Languages  []string
	Currently  string
	AskMeAbout []string
}

func (d Developer) Introduce() {
	fmt.Printf("Hey, I'm %s πŸ‘‹\n", d.Name)
	fmt.Println("I love creating performant systems and scalable apps.")
	fmt.Printf("Currently exploring: %s\n", d.Currently)
	fmt.Printf("Ask me about: %v\n", d.AskMeAbout)
}

func main() {
	rishi := Developer{
		Name:       "Rishi Raj Singh",
		Languages:  []string{"Go", "TypeScript", "JavaScript"},
		Currently:  "Next.js and Golang internals",
		AskMeAbout: []string{"Node.js", "React", "Express", "MongoDB", "Redis"},
	}

	rishi.Introduce()
}

πŸ“Š GitHub Stats




Pinned Loading

  1. Pixx-Server Pixx-Server Public

    Express Backend for Pixx - React Native App

    JavaScript 1

  2. acadmate acadmate Public

    TypeScript

  3. bits-go bits-go Public

    Go

  4. cine_student cine_student Public

    TypeScript

  5. codeforces codeforces Public

    codeforces problems

    C++

  6. LinkUp LinkUp Public

    A video conferencing app using Next Js, Stream, Taiwlind CSS

    TypeScript 2