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 3649 commits ██████░░░░░░░░░░░░░░░░░░░ 23.31 %
🌆 Daytime 4517 commits ███████░░░░░░░░░░░░░░░░░░ 28.86 %
🌃 Evening 4850 commits ████████░░░░░░░░░░░░░░░░░ 30.99 %
🌙 Night 2635 commits ████░░░░░░░░░░░░░░░░░░░░░ 16.84 %
📅 I'm Most Productive on Wednesday
Monday 2011 commits ███░░░░░░░░░░░░░░░░░░░░░░ 12.85 %
Tuesday 2055 commits ███░░░░░░░░░░░░░░░░░░░░░░ 13.13 %
Wednesday 2643 commits ████░░░░░░░░░░░░░░░░░░░░░ 16.89 %
Thursday 2198 commits ████░░░░░░░░░░░░░░░░░░░░░ 14.04 %
Friday 2531 commits ████░░░░░░░░░░░░░░░░░░░░░ 16.17 %
Saturday 2316 commits ████░░░░░░░░░░░░░░░░░░░░░ 14.80 %
Sunday 1897 commits ███░░░░░░░░░░░░░░░░░░░░░░ 12.12 %
📊 This Week I Spent My Time On
💬 Programming Languages:
TypeScript 15 hrs 36 mins ████████░░░░░░░░░░░░░░░░░ 33.65 %
PHP 12 hrs 37 mins ███████░░░░░░░░░░░░░░░░░░ 27.22 %
JavaScript 7 hrs 33 mins ████░░░░░░░░░░░░░░░░░░░░░ 16.30 %
Blade Template 6 hrs 44 mins ████░░░░░░░░░░░░░░░░░░░░░ 14.52 %
JSON 1 hr █░░░░░░░░░░░░░░░░░░░░░░░░ 02.17 %
🔥 Editors:
Zed 46 hrs 23 mins █████████████████████████ 100.00 %
💻 Operating System:
Linux 46 hrs 23 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 Python snippet swaps two variables without a temporary variable or tuple unpacking.
// It uses arithmetic operations to achieve the swap.
// Note: Only works for numeric types.
a = 5
b = 10
print("Before swap:", a, b)
a = a + b
b = a - b
a = a - b
print("After swap:", a, b)Write a function in Python that takes an integer n and returns the nth Fibonacci number. However, you cannot use any loops or built-in memoization techniques. Try to think recursively and optimize your solution.
- 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-olive.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
The only shortlink you will ever need. Simple, lightweight and utilize Redis for transactions.
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.







