██████╗ ██╗███╗ ██╗███████╗███████╗██╗ ██╗
██╔══██╗██║████╗ ██║██╔════╝██╔════╝██║ ██║
██║ ██║██║██╔██╗ ██║█████╗ ███████╗███████║
██║ ██║██║██║╚██╗██║██╔══╝ ╚════██║██╔══██║
██████╔╝██║██║ ╚████║███████╗███████║██║ ██║
╚═════╝ ╚═╝╚═╝ ╚═══╝╚══════╝╚══════╝╚═╝ ╚═╝
visitor@github:~$ cat ./about_me.txt
Name : Dinesh Chandra Pandey
Handle : 0-mstrmind
Focus : Full-Stack Web Development
Status : ▰▰▰▰▰▰▰▰▱▱ Always shipping something
Collab : OPEN — reach out anytime ✅Frontend
Backend
Database
Tools
const currentlyLearning = {
systemDesign : "Scalable architecture & design patterns",
devOps : ["Docker", "CI/CD pipelines"],
goal : "Sleep Early",
};const contact = {
github : "github.com/0-mstrmind",
status : "Open to collabs & opportunities 🟢",
};
console.log("Thanks for stopping by — let's build something great!");// building scalable web apps, one commit at a time


