Skip to content

kirito666coder/Kirito666coder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 

Repository files navigation


Discord


Languages-Frameworks-Tools

Tools


AI Tools


Programming Languages


Frameworks


Libraries & UI Libraries


Dev Tools & Build Tools


Databases


Cloud & Deployment


Testing




Tech Stack
Tools & Technologies

Windows
Development on Windows OS

Linux
Preferred OS for development

VS Code
Daily driver editor

Git
Confident with version control

GitHub
Actively pushing projects

Node.js
Building backend APIs

Figma
Proficient in UI/UX designing

Postman
API testing tool
Programming Languages

HTML
Used in 50+ projects

CSS
Intermediate level

JavaScript
Core language, confident

TypeScript
Used with React & Node

Python
Used in backend applications
Frameworks

Next.js
SSR, fullstack app framework

Angular
Component-based frontend framework

Express
Used in MERN projects

Django
Web framework for Python
Libraries

React
Used in 40+ projects

Tailwind CSS
Preferred UI styling

React Router DOM
Declarative routing for React apps – I use it to handle dynamic pages and navigation.

Redux
State management for JavaScript apps

Axios
Promise-based HTTP client for the browser and Node.js

Framer Motion
I use Framer Motion daily for smooth, interactive animations in React.

GSAP
Powerful animation library for modern web interfaces

Three.js
3D web experiences with WebGL

JWT
Secure token-based authentication for APIs

Passport.js
Simple, modular authentication middleware for Node.js

OAuth
Authorization protocol for secure third-party access

Socket.IO
Real-time, bidirectional communication between web clients and servers

shadcn UI
Component library built on top of Radix UI & Tailwind CSS
Material UI Logo
Material UI
React components for faster web development
Databases

MongoDB
Database for most apps

MySQL
Relational database knowledge

Redis
In-memory database
AI Tools

ChatGPT
AI Assistant for development

Cursor
AI-based code editor

Pieces
AI-powered dev assistant & workflow
Dev Tools & Build Tools

NPM
JavaScript package manager

pnpm
Fast, disk space-efficient package manager

Vite
Frontend build tool & dev server

Docker
Containerization tool

Webpack
Module bundler & build tool

Clerk
Authentication & user management
Cloud & Deployment

Cloudinary
Media management & image hosting

AWS
Cloud computing platform

Vercel
Frontend deployment platform
Testing Tools

Jest
Testing framework for JavaScript


GitHub Stats
Github Stats Graph

GitHub Streak LeedCode Stats
GitHub Streak My Contributions snake eating my contributions
Most Used Languages Waka Time
Total time coded since Apr 28 2025


About Me
class Kirito {
  constructor() {
    this.stack = ["MongoDB", "Express", "React", "Node.js"];
    this.traits = ["Problem Solver", "Pixel Perfect", "Clean Coder"];
    this.motto = "Eat. Sleep. Code. Repeat.";
  }

  think() {
    return "Think deep. Build clean. Ship fast.";
  }

  build() {
    return "From idea to execution — I live the process.";
  }

  code() {
    return "Pixels to logic — I do it all.";
  }

  debug() {
    return "Code hard. Debug harder.";
  }

  expandSkills() {
    return [
      "Docker",
      "CI/CD",
      "REST",
      "GraphQL",
      "TypeScript",
      "Angular",
      "Django",
      "MySQL"
    ];
  }
}

const me = new Kirito();
me.code();        // "Pixels to logic — I do it all."
me.debug();       // "Code hard. Debug harder."
me.expandSkills(); // [ ...no limits ]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published