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 3636 commits ██████░░░░░░░░░░░░░░░░░░░ 23.27 %
🌆 Daytime 4507 commits ███████░░░░░░░░░░░░░░░░░░ 28.84 %
🌃 Evening 4847 commits ████████░░░░░░░░░░░░░░░░░ 31.02 %
🌙 Night 2635 commits ████░░░░░░░░░░░░░░░░░░░░░ 16.86 %
📅 I'm Most Productive on Wednesday
Monday 2011 commits ███░░░░░░░░░░░░░░░░░░░░░░ 12.87 %
Tuesday 2042 commits ███░░░░░░░░░░░░░░░░░░░░░░ 13.07 %
Wednesday 2637 commits ████░░░░░░░░░░░░░░░░░░░░░ 16.88 %
Thursday 2191 commits ████░░░░░░░░░░░░░░░░░░░░░ 14.02 %
Friday 2531 commits ████░░░░░░░░░░░░░░░░░░░░░ 16.20 %
Saturday 2316 commits ████░░░░░░░░░░░░░░░░░░░░░ 14.82 %
Sunday 1897 commits ███░░░░░░░░░░░░░░░░░░░░░░ 12.14 %
📊 This Week I Spent My Time On
💬 Programming Languages:
TypeScript 19 hrs ███████████░░░░░░░░░░░░░░ 42.56 %
PHP 13 hrs 7 mins ███████░░░░░░░░░░░░░░░░░░ 29.41 %
Blade Template 4 hrs 7 mins ██░░░░░░░░░░░░░░░░░░░░░░░ 09.23 %
YAML 1 hr 55 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 04.30 %
Markdown 1 hr 52 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 04.20 %
🔥 Editors:
Zed 44 hrs 38 mins █████████████████████████ 100.00 %
💻 Operating System:
Linux 44 hrs 38 mins █████████████████████████ 100.00 %
I Mostly Code in JavaScript
JavaScript 32 repos █████░░░░░░░░░░░░░░░░░░░░ 21.48 %
PHP 21 repos ████░░░░░░░░░░░░░░░░░░░░░ 14.09 %
TypeScript 21 repos ████░░░░░░░░░░░░░░░░░░░░░ 14.09 %
HTML 17 repos ███░░░░░░░░░░░░░░░░░░░░░░ 11.41 %
Python 4 repos █░░░░░░░░░░░░░░░░░░░░░░░░ 02.68 %
// This snippet creatively swaps two variables without a temporary variable using bitwise XOR in Python
x, y = 7, 10
print(f'Before swap: x = {x}, y = {y}')
x = x ^ y
y = x ^ y
x = x ^ y
print(f'After swap: x = {x}, y = {y}')Write a Python function that takes a string containing only parentheses ("(" and ")") and determines if the parentheses are balanced. Use a stack-based approach without using Python's built-in list pop method.
- Submit a PR to answer.
The Fastest, The Lightest and The Tightest android web browser.
Website: melvinjonesrepol.com/webvium-browser
AI Driven blog spot about technology, businesses and related topics.
*website: projectdeep.vercel.app
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: devpulse-waka.vercel.app
A browser extension that provides a floating console for developers to easily access logs while browsing the web.
Website: melvinjonesrepol.com/floating-console-extension
Get your link. Shorteeeeeen!
Website: go.melvinjonesrepol.com
If you have an idea, let's make that idea come true! From development, production to deployment. We can do that.







