Skip to content
View Unseencoderz's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing

Block or report Unseencoderz

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
Unseencoderz/README.md

Header

Typing SVG

"Code is like humor. When you have to explain it, it's bad." โ€“ Cory House
Building tomorrow's solutions with today's passion ๐Ÿš€


๐Ÿ”— Connect With Me

Portfolio Email LinkedIn

GeeksforGeeks HackerRank


๐ŸŽฏ About Me

Coding
class Developer {
  constructor() {
    this.name = "Sahil Gautam";
    this.role = "Full-Stack Developer";
    this.education = "B.Tech CSE @ PSIT Kanpur";
    this.cgpa = "8.00/10.0";
    this.location = "Kanpur, India ๐Ÿ‡ฎ๐Ÿ‡ณ";
    this.mindset = "Creative Problem Solver";
  }

  getSkills() {
    return {
      frontend: ["React", "Next.js", "Vue.js", "TypeScript"],
      backend: ["Node.js", "Express.js", "REST APIs"],
      databases: ["MongoDB", "PostgreSQL", "Firebase"],
      tools: ["Docker", "Git", "AWS", "Vercel"]
    };
  }

  getCurrentFocus() {
    return ["MERN Stack Mastery", "DevOps Integration", "System Design"];
  }
}

const sahil = new Developer();
console.log(sahil.getSkills());

๐Ÿ› ๏ธ Tech Arsenal

Frontend Development

Frontend Skills

Backend & Database

Backend Skills

DevOps & Tools

Tools

Programming Languages

Languages


๐Ÿ† Achievements & Certifications

๐ŸŽฏ Competitive Programming

ICPC Badge GeeksforGeeks

๐ŸŽ“ Certifications

Salesforce Infosys

View All Certificates


๐Ÿ“Š GitHub Analytics

Activity Graph

Trophy


๐Ÿ Contribution Snake

github contribution grid snake animation

๐Ÿ’ญ Daily Motivation

Readme Quotes

๐ŸŽฏ Current Goals

mindmap
  root((Sahil's Journey))
    MERN Stack Mastery
      Advanced React Patterns
      Node.js Optimization
      Database Design
    System Design
      Scalable Architecture
      Microservices
      Load Balancing
    DevOps Integration
      Docker Containerization
      CI/CD Pipelines
      Cloud Deployment
    Open Source
      Contributing to Projects
      Building Community Tools
      Knowledge Sharing
Loading

๐Ÿ’ฌ Let's Build Something Amazing Together!

"The best time to plant a tree was 20 years ago. The second best time is now."
Ready to turn ideas into reality ๐ŸŒฑโžก๏ธ๐ŸŒณ


Footer

โญ Don't forget to star repositories you find interesting!

Pinned Loading

  1. DataVisualization-server DataVisualization-server Public

    This repository contains the Node.js/Express backend for our data visualization and management application.

    JavaScript

  2. Password-Manager Password-Manager Public

    A Basic Password Manager Website Using Html ,CSS and Javascript

    CSS

  3. vite-react-app vite-react-app Public

    This repository contains a React application created with Vite and TypeScript, designed as part of an internship assignment. The project demonstrates the use of PrimeReact for advanced DataTable fuโ€ฆ

    TypeScript

  4. chatBased_Ai_agent chatBased_Ai_agent Public

    TypeScript

  5. Gaming-website Gaming-website Public