Skip to content
View EuclidStellar's full-sized avatar
:electron:
On my way πŸ’ͺ🏻
:electron:
On my way πŸ’ͺ🏻

Highlights

  • Pro
Block or Report

Block or report EuclidStellar

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
EuclidStellar/README.md
package main

import "fmt"

type Explorer struct {
	Name            string
	Role            string
	LanguageSpoken  []string
	Learning        string
	FunFact         string
}

func (e *Explorer) SayHi() {
	fmt.Println("Thanks for dropping by, hope you find some of my work interesting.")
}

func main() {
	me := Explorer{
		Name:           "Gaurav Singh",
		Role:           "Backend developer in Go and Nodejs",
		LanguageSpoken: []string{"hn_In", "en_US"},
		Learning:       "Server security",
		FunFact:        "I'm a Stoic",
	}

	me.SayHi()
}

Open Source Love

🌐 Socials:

Discord Instagram LinkedIn Medium Twitter website

πŸ’» Tech Stack:

C++ Go Dart Python Vercel Flutter ANDROID SASS MySQL NumPy

πŸ“Š GitHub Stats:

EuclidStellar's GitHub | Stats

Codeforces Badge


Pinned

  1. Team-Management-App Team-Management-App Public

    A Flutter team management app that can be used for multiple purpose of managing workflow between teams to make it efficient : web version below

    Dart 10 1

  2. to_do_rust to_do_rust Public

    A to-do exe built with rust that can be operated through CLI and everything you will type in list will get stored in your notepad or desired path

    Rust 4

  3. twitter-cli-golang twitter-cli-golang Public

    Twitter CLI written in golang to make tweets directly from your terminal

    Go 6

  4. booking_app booking_app Public

    Booking app built in Golang that supports concurrency through which you can understand concept of concurrency in Golang

    Go 6

  5. CRUD-API-Go CRUD-API-Go Public

    A Beginner friendly repo through which open-source people can understand CRUD operations in Golang

    Go 4

  6. beforeIgetoutofthiscollege beforeIgetoutofthiscollege Public

    A fun flutter app to let my intrusive thoughts win with an end to end encryption so that only you and your local storage know what you want out of this college

    C++ 2