Skills & Tools
Learned by coding all night and debugging all day!
As a Full-Stack Software Engineer, I specialize in designing and developing scalable, high-performance web applications using modern technologies like Next.js, React, Tailwind CSS, Node.js, and PostgreSQL. With expertise across frontend and backend, I focus on creating responsive user interfaces, efficient APIs, and robust database-driven systems while leveraging tools like Git, Vercel, and Netlify for seamless deployment and CI/CD.
Languages
C++CPythonSQLJavaScript
Frontend
HTMLCSSBootstrapReact.jsTypeScriptNext.jsTailwind CSS
Backend
Node.jsMongoDBExpress.jsDrizzle ORMPrismaPostgreSQLNeonAPIs
Tools
GitGitHubVercelNetlifyVS Code
Soft Skills
Team LeadershipTeam CoordinationCommunicationProblem SolvingTime ManagementMentoringCollaborationAdaptability
Other
OOPData AnalyticsGenerative AIMCPComputer NetworksCI/CD
skills.ts
const mySkills = [
// Languages
"C++", "C", "Python", "SQL", "JavaScript",
// Frontend
"HTML", "CSS", "Bootstrap", "React.js", "TypeScript", "Next.js", "Tailwind CSS",
// Backend
"Node.js", "MongoDB", "Express.js", "Drizzle ORM", "Prisma", "PostgreSQL", "Neon", "APIs",
// Tools & Platforms
"Git", "GitHub", "Vercel", "Netlify", "VS Code",
// Other technical skills
"OOP", "Data Analytics", "Generative AI", "MCP", "Computer Networks", "CI/CD",
// Soft skills
"Team Leadership", "Team Coordination", "Communication", "Problem Solving", "Time Management", "Mentoring", "Collaboration", "Adaptability",
];
const getSkills = () => {
return mySkills.length > 0
? `I have skills in: ${mySkills.join(", ")}! 💻🚀`
: "Skills not found... Panic!";
};
console.log(getSkills());