- 3rd Year IT Undergrad
- Learning Full Stack Development
- Currently learning React
- I enjoy building real-world projects
function buildDeveloper(name) {
return {
curiosity: Infinity,
consistency: true,
techStack: {
frontend: ["HTML", "CSS", "JavaScript", "React", "Tailwind CSS"],
backend: ["Node.js", "Express.js"],
databases: ["MongoDB","SQL"],
tools: ["Git", "Postman", "Linux", "Bash"]
},
mode: "Always Learning"
};
}
const pratham = buildDeveloper("Pratham");
console.log("Building. Failing. Improving. Repeating.");
