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

Block or report DebugDragon18

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
DebugDragon18/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. Achievement-Management-System Achievement-Management-System Public template

    Forked from Eswaramuthu/Achievement-Management-System

    Python 1

  2. OpenMath OpenMath Public

    Forked from AshChadha-iitg/OpenMath

    Fine-tuning a Small Language Model (SLM) for Step-by-Step Math Reasoning

    1

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

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

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