Skip to content

anuragdevon/anuragdevon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Get into it!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors