const person = {
pseudoName: "Blue",
lastname: "Edge",
age: "little more than the age of the earth",
gender: "Male",
hobbies: ["Breathing",
"Programming",
"Playing video Games",
"hiding dead bodies"],
state: "oblivion",
funFact: "sdrawkcab etirw nac I"
}
const projects = {
BlueBlogs: "A social blogging platform for nerds"
+"made in flask",
TheINTELLECTS: "A platform meant for engineering"
+"pupils made in expressJs, ejs & mongoDB",
codeblue:"Atom package to help during codeforces"
+"contest, made in ReactJs and Less.js",
BlueChats: "A desktop messaging application"
+"made in Electron, expressJs & MongoDB"
} // And that's just the tip of the iceberg
const socialLinks = {
github: "github.com/blueedgetechno",
twitter: "twitter.com/blueedgetechno",
codeforces: "codeforces.com/profile/blueedge",
gmail: "blueedgetechno@gmail.com",
spotify: "../user/62axxw0etmycj09el078cock0",
behance: "behance.net/blueedgetechno",
codepen: "codepen.io/blueedgetechno",
dev: "dev.to/blueedgetechno",
stackoverflow: "../users/12115721/blue-edge",
discord: "@blueedgetechno"
youtube: "../channel/UCozhS3MxzCGrPTffh0mqArw"
}
const skills = {
Python : "Intermediate",
React: "Intermediate",
NodeJs: "Intermediate",
Javascript: "Expert",
CSS: "Intermediate",
Git: "Expert",
Azure: "Intermediate",
MongoDB: "Expert",
Unity: "Beginner",
Blender: "Intermediate",
Life: "Beginner"
}