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: []string{"Html", "CSS","Javascript","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()
}-
Notifications
You must be signed in to change notification settings - Fork 0
π 2nd-year Engineering Student | Aspiring Software Developer π¨βπ» Turning coffee into code & ideas into products π» Passionate about App Development, Open-Source & Problem Solving π Currently learning: Java, React, Node.js, Python] π Exploring real-world projects to build scalable solutions β¨ Always curious, always coding!
Rugved-dev18/Rugved-dev18
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Β | Β | |||
Repository files navigation
About
π 2nd-year Engineering Student | Aspiring Software Developer π¨βπ» Turning coffee into code & ideas into products π» Passionate about App Development, Open-Source & Problem Solving π Currently learning: Java, React, Node.js, Python] π Exploring real-world projects to build scalable solutions β¨ Always curious, always coding!
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published