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 3835 commits ██████░░░░░░░░░░░░░░░░░░░ 23.43 %
🌆 Daytime 4729 commits ███████░░░░░░░░░░░░░░░░░░ 28.89 %
🌃 Evening 5098 commits ████████░░░░░░░░░░░░░░░░░ 31.15 %
🌙 Night 2705 commits ████░░░░░░░░░░░░░░░░░░░░░ 16.53 %
📅 I'm Most Productive on Wednesday
Monday 2177 commits ███░░░░░░░░░░░░░░░░░░░░░░ 13.30 %
Tuesday 2179 commits ███░░░░░░░░░░░░░░░░░░░░░░ 13.31 %
Wednesday 2669 commits ████░░░░░░░░░░░░░░░░░░░░░ 16.31 %
Thursday 2341 commits ████░░░░░░░░░░░░░░░░░░░░░ 14.30 %
Friday 2568 commits ████░░░░░░░░░░░░░░░░░░░░░ 15.69 %
Saturday 2403 commits ████░░░░░░░░░░░░░░░░░░░░░ 14.68 %
Sunday 2030 commits ███░░░░░░░░░░░░░░░░░░░░░░ 12.40 %
📊 This Week I Spent My Time On
💬 Programming Languages:
TypeScript 11 hrs 19 mins ███████████░░░░░░░░░░░░░░ 45.10 %
PHP 8 hrs 25 mins ████████░░░░░░░░░░░░░░░░░ 33.54 %
GraphQL 2 hrs 40 mins ███░░░░░░░░░░░░░░░░░░░░░░ 10.68 %
JavaScript 25 mins ░░░░░░░░░░░░░░░░░░░░░░░░░ 01.69 %
Bash 23 mins ░░░░░░░░░░░░░░░░░░░░░░░░░ 01.59 %
🔥 Editors:
Zed 25 hrs 5 mins █████████████████████████ 100.00 %
💻 Operating System:
Linux 25 hrs 5 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 %
Code Snippet
# 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)
Challenge
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.
Updates
DevPulse
Monitor your coding activity, create custom leaderboards, and compete with your team or the community.
DevPulse brings WakaTime stats into a sleek, collaborative leaderboard experience.
Website: https://devpulse-waka.vercel.app/
Floating Console Extension
A browser extension that provides a floating console for developers to easily access logs while browsing the web.
Website: http://melvinjonesrepol.com/floating-console-extension
Deploy Your Own Shortlink App
Get your link. Shorteeeeeen!
Website: https://go.melvinjonesrepol.com/
