Skip to content
View Rugved-dev18's full-sized avatar
πŸ’­
Exploring the exciting world of open-source contributions ✨.
πŸ’­
Exploring the exciting world of open-source contributions ✨.

Block or report Rugved-dev18

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

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:   {"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

πŸ“Š GitHub Stats:




Popular repositories Loading

  1. SAMUDRA-INDIA SAMUDRA-INDIA Public

    An AI-powered oceanography web app connecting fishermen, scientists, and policy makers with real-time marine data, advisories, and molecular biodiversity insights.

    TypeScript 1

  2. SoulMate-AI SoulMate-AI Public

    AI-powered youth mental wellness platform with features like Mind Log, Mood History, Vibe Match, Soul Connect, and ThriveTrack. Includes empathetic voice mode, growth avatars, and three AI personal…

    TypeScript 1

  3. Rugved-dev18 Rugved-dev18 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…

  4. Shy-Speak-Connect Shy-Speak-Connect Public

    Shy 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

  5. 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

  6. SoulMate-AI-2.0 SoulMate-AI-2.0 Public

    AI-powered youth mental wellness platform with features like Mind Log, Mood History, Vibe Match, Soul Connect, and ThriveTrack. Includes empathetic voice mode, growth avatars, and three AI personal…

    TypeScript