Skip to content
View anuragdevon's full-sized avatar
👨‍💻
🌌▶🎲
👨‍💻
🌌▶🎲

Organizations

@fossasia @TARC-IIITDM @WebOpsIIITDMK

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.

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
Anime Banner

Coding animation

anuragdevon

Typing SVG


Profile Views GitHub followers GitHub stars


Violet Evergarden
「 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


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


〔 GitHub Analytics 〕

Contribution graph



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


〔 Tech Stack 〕

Tech stack icons


〔 Connect With Me 〕

Gmail Website LinkedIn Twitter Youtube Leetcode



📜 Attributions

BSD-2 License

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 5

  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. campus-hire campus-hire Public

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

    Python 2

  5. ImageOps ImageOps Public

    Python image processing and computer vision techniques using opencv

    Python 1

  6. Instructables Instructables Public

    Contains Codes/Docs related to Instructables articles.

    C++ 1