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 3836 commits ██████░░░░░░░░░░░░░░░░░░░ 23.41 %
🌆 Daytime 4733 commits ███████░░░░░░░░░░░░░░░░░░ 28.88 %
🌃 Evening 5105 commits ████████░░░░░░░░░░░░░░░░░ 31.15 %
🌙 Night 2715 commits ████░░░░░░░░░░░░░░░░░░░░░ 16.57 %
📅 I'm Most Productive on Wednesday
Monday 2177 commits ███░░░░░░░░░░░░░░░░░░░░░░ 13.28 %
Tuesday 2179 commits ███░░░░░░░░░░░░░░░░░░░░░░ 13.30 %
Wednesday 2669 commits ████░░░░░░░░░░░░░░░░░░░░░ 16.29 %
Thursday 2350 commits ████░░░░░░░░░░░░░░░░░░░░░ 14.34 %
Friday 2576 commits ████░░░░░░░░░░░░░░░░░░░░░ 15.72 %
Saturday 2408 commits ████░░░░░░░░░░░░░░░░░░░░░ 14.69 %
Sunday 2030 commits ███░░░░░░░░░░░░░░░░░░░░░░ 12.39 %
📊 This Week I Spent My Time On
💬 Programming Languages:
TypeScript 14 hrs 7 mins █████████████░░░░░░░░░░░░ 53.92 %
PHP 8 hrs 7 mins ████████░░░░░░░░░░░░░░░░░ 31.01 %
GraphQL 1 hr 13 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 04.65 %
SCSS 28 mins ░░░░░░░░░░░░░░░░░░░░░░░░░ 01.81 %
JavaScript 25 mins ░░░░░░░░░░░░░░░░░░░░░░░░░ 01.62 %
🔥 Editors:
Zed 26 hrs 11 mins █████████████████████████ 100.00 %
💻 Operating System:
Linux 26 hrs 11 mins █████████████████████████ 100.00 %
I Mostly Code in JavaScript
JavaScript 32 repos █████░░░░░░░░░░░░░░░░░░░░ 21.92 %
TypeScript 20 repos ███░░░░░░░░░░░░░░░░░░░░░░ 13.70 %
HTML 17 repos ███░░░░░░░░░░░░░░░░░░░░░░ 11.64 %
Rust 3 repos █░░░░░░░░░░░░░░░░░░░░░░░░ 02.05 %
Kotlin 3 repos █░░░░░░░░░░░░░░░░░░░░░░░░ 02.05 %
# Python's for-else: the 'else' runs only if the loop didn't break.
# Here we check if n is prime; the else runs when no divisor was found.
n = 97
for i in range(2, int(n**0.5) + 1):
if n % i == 0:
print(f'{n} is composite (divisible by {i})')
break
else:
print(f'{n} is prime')JS (Node): Write an async function fetchDisallows(domain) that downloads https:///robots.txt, extracts all Disallow rules into a deduplicated, sorted array of paths, and prints them; handle redirects, 404s, and network errors without using external packages.
- Submit a PR to answer.
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/
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
Get your link. Shorteeeeeen!
Website: https://go.melvinjonesrepol.com/







