|
21 | 21 | <hr/>
|
22 | 22 |
|
23 | 23 |
|
24 |
| -<h2 align="center">⚒️ Languages-Frameworks-Tools ⚒️</h2> |
| 24 | +<h2 align="center"> Languages-Frameworks-Tools </h2> |
25 | 25 |
|
26 | 26 | <div align="center">
|
27 | 27 |
|
|
68 | 68 | </div>
|
69 | 69 |
|
70 | 70 | <br/>
|
| 71 | +<br/> |
71 | 72 |
|
72 |
| -<details> |
73 |
| - <summary align="center"><b>TECH STACK</b></summary> |
74 | 73 |
|
75 |
| -## 🚀 Tech Stack |
76 | 74 |
|
| 75 | +<details> |
| 76 | + <summary align="center"><b> Tech Stack</b></summary> |
77 | 77 |
|
78 | 78 | <table>
|
79 | 79 | <!-- Tools & Technologies Section -->
|
|
348 | 348 | </details>
|
349 | 349 |
|
350 | 350 | <hr/>
|
| 351 | +<br/> |
351 | 352 |
|
352 | 353 | <details>
|
353 |
| - <summary align="center"><b>GITHUB STATS</b></summary> |
354 |
| - |
355 |
| -## ⚡ GitHub Stats |
| 354 | + <summary align="center"><b>GitHub Stats</b></summary> |
356 | 355 |
|
357 | 356 | <table>
|
358 | 357 | <tr>
|
|
407 | 406 |
|
408 | 407 | <hr/>
|
409 | 408 | <div align="center">
|
410 |
| - <h2>🐍 My Contributions 🐍</h2> |
| 409 | + <h2> My Contributions </h2> |
411 | 410 | <br>
|
412 | 411 | <img alt="snake eating my contributions" src="https://raw.githubusercontent.com/Kirito666coder/Kirito666coder/output/github-contribution-grid-snake.svg" />
|
413 | 412 |
|
|
416 | 415 | </details>
|
417 | 416 |
|
418 | 417 | <hr/>
|
| 418 | +<br/> |
419 | 419 |
|
420 | 420 |
|
421 | 421 | <details>
|
422 | 422 | <summary align="center"><b>About</b></summary>
|
423 | 423 |
|
424 |
| -<div align="center"> |
425 |
| - |
426 |
| -## 🔚 In the End |
427 |
| - |
428 |
| -I'm **Kirito** — full-stack MERN developer. |
429 |
| - |
430 |
| -**Eat. Sleep. Code. Repeat.** |
431 |
| -**Think deep. Build clean. Ship fast.** |
432 |
| -**Pixels to logic — I do it all.** |
433 |
| -**Not just a dev — a problem solver.** |
434 |
| -**Code hard. Debug harder.** |
435 |
| -**From idea to execution — I live the process.** |
436 |
| -**Beyond MERN: Docker, CI/CD, REST, GraphQL, TypeScript, Angular, Django, MySQL — no limits.** |
437 |
| - |
438 |
| -</div> |
| 424 | +<h3 align="center">🔚 In the End</h3> |
| 425 | + |
| 426 | +```js |
| 427 | +class Kirito { |
| 428 | + constructor() { |
| 429 | + this.stack = ["MongoDB", "Express", "React", "Node.js"]; |
| 430 | + this.traits = ["Problem Solver", "Pixel Perfect", "Clean Coder"]; |
| 431 | + this.motto = "Eat. Sleep. Code. Repeat."; |
| 432 | + } |
| 433 | + |
| 434 | + think() { |
| 435 | + return "Think deep. Build clean. Ship fast."; |
| 436 | + } |
| 437 | + |
| 438 | + build() { |
| 439 | + return "From idea to execution — I live the process."; |
| 440 | + } |
| 441 | + |
| 442 | + code() { |
| 443 | + return "Pixels to logic — I do it all."; |
| 444 | + } |
| 445 | + |
| 446 | + debug() { |
| 447 | + return "Code hard. Debug harder."; |
| 448 | + } |
| 449 | + |
| 450 | + expandSkills() { |
| 451 | + return [ |
| 452 | + "Docker", |
| 453 | + "CI/CD", |
| 454 | + "REST", |
| 455 | + "GraphQL", |
| 456 | + "TypeScript", |
| 457 | + "Angular", |
| 458 | + "Django", |
| 459 | + "MySQL" |
| 460 | + ]; |
| 461 | + } |
| 462 | +} |
| 463 | + |
| 464 | +const me = new Kirito(); |
| 465 | +me.code(); // "Pixels to logic — I do it all." |
| 466 | +me.debug(); // "Code hard. Debug harder." |
| 467 | +me.expandSkills(); // [ ...no limits ] |
| 468 | + |
| 469 | +``` |
439 | 470 |
|
440 | 471 | </details>
|
441 | 472 | <hr/>
|
0 commit comments