Skip to content

πŸš€ 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!

Notifications You must be signed in to change notification settings

Rugved-dev18/Rugved-dev18

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

13 Commits
Β 
Β 

Repository files navigation

Hi πŸ‘‹, I'm Rugved Narkar

Code. Learn. Build. Repeat.

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()
}

🌐 Socials:

Instagram LinkedIn email

πŸ’» Tech Stack:

C++ HTML5 Markdown PowerShell CSS3 Netlify Vercel Go Firebase MongoDB Adobe Photoshop Canva Gimp JavaScript

πŸ“Š GitHub Stats:




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

No packages published