package main
import "fmt"
type Explorer struct {
Name string
Role string
PrimaryStack string
LearningFocus string
OpenSourceGoal string
FunFact string
Reachme string
}
func (e Explorer) SayHi() {
fmt.Println("Hey there π")
fmt.Printf("I'm %s.\n", e.Name)
fmt.Println("I enjoy building reliable systems and contributing to open source.")
}
func main() {
me := Explorer{
Name: "Rugved Narkar",
Role: "Golang Backend Developer",
PrimaryStack: {"Go", "MongoDB", "REST APIs"},
LearningFocus: "Distributed systems fundamentals, backend reliability, and secure API design in Go",
OpenSourceGoal: "Contribute consistently to Go-based open-source projects and earn a GSoC opportunity by delivering reliable, well-reviewed code",
FunFact: "Practices Stoicism and applies its principles to learning, coding, and decision-making",
Reachme : "narkarrugved100@gmail.com"
}
me.SayHi()
}
- Pune
-
19:55
(UTC -12:00) - in/rugved-narkar-22000b314
Popular repositories Loading
-
Achievement-Management-System
Achievement-Management-System Public templateForked from Eswaramuthu/Achievement-Management-System
Python 1
-
OpenMath
OpenMath PublicForked from AshChadha-iitg/OpenMath
Fine-tuning a Small Language Model (SLM) for Step-by-Step Math Reasoning
-
DebugDragon18
DebugDragon18 Publicπ 2nd-year Engineering Student | Aspiring Software Developer π¨βπ» Turning coffee into code & ideas into products π» Passionate about App Development, Open-Source & Problem Solving π Currently learninβ¦
-
Shy-Speak-Connect
Shy-Speak-Connect PublicShy Speak Connet is a user-friendly app that helps shy individuals improve communication skills, build confidence, and connect with others in a comfortable, pressure-free environment.
TypeScript
-
SAMUDRA-INDIA
SAMUDRA-INDIA PublicAn AI-powered oceanography web app connecting fishermen, scientists, and policy makers with real-time marine data, advisories, and molecular biodiversity insights.
TypeScript
-
Marine-Detection18
Marine-Detection18 Public"Marine Detection Repository ππ This repository contains code, models, and resources for detecting objects, anomalies, or patterns in marine environments using computer vision, machine learning, anβ¦
Python
If the problem persists, check the GitHub status page or contact support.

