FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Original HTTPS Page]

anuragdevon (Anurag Kar) Β· GitHub

πŸ‘¨β€πŸ’»
πŸŒŒβ–ΆπŸŽ²
πŸ‘¨β€πŸ’»
πŸŒŒβ–ΆπŸŽ²

Organizations

Block or report anuragdevon

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.

Close all issues, pull requests, and discussions opened by this user Content in all repositories owned by your account will be closed.
Add an optional note
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
anuragdevon/README.md

anuragdevon



γ€Œ I want to know what "I love you" means. 」— Violet Evergarden


γ€” About Me 〕

package main

import "fmt"

type Developer struct {
    Name     string
    Aliases  []string
    Stack    []string
    Hobbies  []string
    Quote    string
}

func main() {
    me := Developer{
        Name:    "Anurag",
        Aliases: []string{"anuragdevon", "Space Geek", "Linux Enjoyer"},
        Stack:   []string{"Python", "Golang", "Django", "FastAPI", "Docker", "K8s"},
        Hobbies: []string{"Football ⚽", "Sketching 🎨", "Space Science 🌌"},
        Quote:   "In this world, the strong ship and the weak debug.",
    }
    fmt.Printf("Hi, I'm %s πŸ‘‹\n", me.Name)
    fmt.Println("Backend-focused, always building, always learning.")
}
  • πŸ‘¨β€πŸ’» Building backend modules and scalable service components.
  • πŸ’» Frequently tweaking Linux setups and learning systems internals.
  • 🌌 Football, sketching, and space science keep me inspired.
  • πŸ“ Currently Tinkering β€” Arch Rice Blog


γ€Œ If you want to be reborn... start right now. 」— Rudeus Greyrat, Mushoku Tensei


γ€” GitHub Analytics 〕



γ€Œ If you're tormented by pain, don't bear it alone. 」— Ken Kaneki, Tokyo Ghoul


γ€” Tech Stack 〕



γ€” Connect With Me 〕



πŸ“œ Attributions

Popular repositories Loading

  1. data-structures101 data-structures101 Public

    Data structures and Algorithmic codes

    C 10 25

  2. virtual-car-automation virtual-car-automation Public

    Using termux, shell scripting and python sockets communication to create a real-time simulation of car networking inside android-mobiles

    Python 6

  3. goprompt-repo goprompt-repo Public

    A Custom interactive shell developed using golang, featuring basic functionality and offering a streamlined and efficient interface for everyday use.

    Go 3

  4. anuragdevon anuragdevon Public

    Get into it!

    2

  5. campus-hire campus-hire Public

    "Placement Management System: A Django-based REST API for managing student job placements and employer job postings."

    Python 2

  6. ImageOps ImageOps Public

    Python image processing and computer vision techniques using opencv

    Python 1


Back | FazBrowse Home | New Git URL