I’m constantly inspired by the fast-paced world of technology and love diving into new tools and frameworks that push the boundaries of what’s possible. Whether I’m learning something new or building creative solutions, I’m passionate about bringing fresh ideas to life and sharing what I discover with others. Let’s build something amazing together! 🚀
I'm an Early 🐤
🌞 Morning 3207 commits ██████░░░░░░░░░░░░░░░░░░░ 22.78 %
🌆 Daytime 4099 commits ███████░░░░░░░░░░░░░░░░░░ 29.11 %
🌃 Evening 4328 commits ████████░░░░░░░░░░░░░░░░░ 30.74 %
🌙 Night 2445 commits ████░░░░░░░░░░░░░░░░░░░░░ 17.37 %
📅 I'm Most Productive on Wednesday
Monday 1806 commits ███░░░░░░░░░░░░░░░░░░░░░░ 12.83 %
Tuesday 1791 commits ███░░░░░░░░░░░░░░░░░░░░░░ 12.72 %
Wednesday 2400 commits ████░░░░░░░░░░░░░░░░░░░░░ 17.05 %
Thursday 1963 commits ███░░░░░░░░░░░░░░░░░░░░░░ 13.94 %
Friday 2271 commits ████░░░░░░░░░░░░░░░░░░░░░ 16.13 %
Saturday 2100 commits ████░░░░░░░░░░░░░░░░░░░░░ 14.92 %
Sunday 1748 commits ███░░░░░░░░░░░░░░░░░░░░░░ 12.42 %
📊 This Week I Spent My Time On
💬 Programming Languages:
TypeScript 11 hrs 36 mins ████████████░░░░░░░░░░░░░ 46.76 %
PHP 7 hrs 37 mins ████████░░░░░░░░░░░░░░░░░ 30.72 %
GraphQL 2 hrs 58 mins ███░░░░░░░░░░░░░░░░░░░░░░ 12.01 %
JavaScript 26 mins ░░░░░░░░░░░░░░░░░░░░░░░░░ 01.80 %
Bash 23 mins ░░░░░░░░░░░░░░░░░░░░░░░░░ 01.61 %
🔥 Editors:
Zed 24 hrs 45 mins █████████████████████████ 99.69 %
Android Studio 4 mins ░░░░░░░░░░░░░░░░░░░░░░░░░ 00.31 %
💻 Operating System:
Linux 24 hrs 50 mins █████████████████████████ 100.00 %
I Mostly Code in JavaScript
JavaScript 32 repos ██████░░░░░░░░░░░░░░░░░░░ 22.07 %
TypeScript 20 repos ███░░░░░░░░░░░░░░░░░░░░░░ 13.79 %
HTML 16 repos ███░░░░░░░░░░░░░░░░░░░░░░ 11.03 %
Rust 3 repos █░░░░░░░░░░░░░░░░░░░░░░░░ 02.07 %
Kotlin 3 repos █░░░░░░░░░░░░░░░░░░░░░░░░ 02.07 %
# Quirky Python trick: a 2-line quine that prints its own source code without reading the file.
# It exploits %r for the exact string representation and %% to escape the percent sign.
s='s=%r;print(s%%s)';print(s%s)Write a function in JavaScript that returns the weekday name (Mon–Sun) for any 'YYYY-MM-DD' string using Zeller's congruence; do not use Date, Intl, or third-party libraries.
- Submit a PR to answer.







