Skip to content
View Rahul0070050's full-sized avatar
๐ŸŽฏ
Learning new things
๐ŸŽฏ
Learning new things

Block or report Rahul0070050

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
Rahul0070050/README.md

๐Ÿ‘จโ€๐Ÿ’ป About Me

package main

import "fmt"

type Developer struct {
	Name         string
	Role         string
	Location     string
	Passion      []string
	CurrentFocus string
	FunFact      string
}

func main() {
	rahul := Developer{
		Name:     "Rahul O R",
		Role:     "Software Engineer",
		Location: "India ๐Ÿ‡ฎ๐Ÿ‡ณ",
		Passion: []string{
			"Building scalable microservices",
			"Crafting seamless UI/UX experiences",
			"Exploring distributed systems",
			"Writing clean, maintainable code",
		},
		CurrentFocus: "Cloud-native apps with Go & Kubernetes",
		FunFact:      "I debug with console.log and I'm not ashamed ๐Ÿ˜„",
	}
	fmt.Printf("Hey there! I'm %s ๐Ÿ‘‹\n", rahul.Name)
}

๐Ÿ› ๏ธ Tech Stack

โšก Languages

TypeScript JavaScript Go Python Shell Script

๐Ÿ–ฅ๏ธ Frontend

React React Native Svelte Redux TailwindCSS MUI Bootstrap SASS HTML5 CSS3

๐Ÿ”ง Backend & Databases

NodeJS Express PostgreSQL MongoDB MySQL Redis Firebase RabbitMQ

โ˜๏ธ DevOps & Cloud

AWS Docker Kubernetes Nginx Git GitHub Actions Ubuntu

๐ŸŽจ Tools & Design

Figma VS Code Postman


๐Ÿ“Š GitHub Analytics

Rahul O R's github activity graph

Popular repositories Loading

  1. words_and_examples words_and_examples Public

    This app randomly generates words and their meanings

    JavaScript 2

  2. calculator calculator Public

    simple calculator It performs basic mathematical operations like addition, subtraction, multiplication, and division.

    HTML

  3. todo todo Public

    Basic to do list app using html, css and js

    JavaScript

  4. new_year_countdown new_year_countdown Public

    new year

    CSS

  5. budget_app budget_app Public

    sample budget app

    HTML

  6. password-generator password-generator Public

    JavaScript