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 3493 commits ██████░░░░░░░░░░░░░░░░░░░ 23.10 %
🌆 Daytime 4363 commits ███████░░░░░░░░░░░░░░░░░░ 28.86 %
🌃 Evening 4694 commits ████████░░░░░░░░░░░░░░░░░ 31.05 %
🌙 Night 2569 commits ████░░░░░░░░░░░░░░░░░░░░░ 16.99 %
📅 I'm Most Productive on Wednesday
Monday 1934 commits ███░░░░░░░░░░░░░░░░░░░░░░ 12.79 %
Tuesday 1964 commits ███░░░░░░░░░░░░░░░░░░░░░░ 12.99 %
Wednesday 2558 commits ████░░░░░░░░░░░░░░░░░░░░░ 16.92 %
Thursday 2114 commits ███░░░░░░░░░░░░░░░░░░░░░░ 13.98 %
Friday 2475 commits ████░░░░░░░░░░░░░░░░░░░░░ 16.37 %
Saturday 2258 commits ████░░░░░░░░░░░░░░░░░░░░░ 14.93 %
Sunday 1816 commits ███░░░░░░░░░░░░░░░░░░░░░░ 12.01 %
📊 This Week I Spent My Time On
💬 Programming Languages:
TypeScript 16 hrs 40 mins ██████████░░░░░░░░░░░░░░░ 41.75 %
PHP 10 hrs 39 mins ███████░░░░░░░░░░░░░░░░░░ 26.68 %
Blade Template 4 hrs 31 mins ███░░░░░░░░░░░░░░░░░░░░░░ 11.34 %
YAML 1 hr 54 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 04.79 %
Markdown 1 hr 51 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 04.64 %
🔥 Editors:
Zed 39 hrs 55 mins █████████████████████████ 100.00 %
💻 Operating System:
Linux 39 hrs 55 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 quirky Python snippet uses a lambda function and recursion to compute the nth Fibonacci number in a single line
fib = (lambda f: (lambda x: f(f, x)))(lambda self, n: n if n <= 1 else self(self, n-1) + self(self, n-2))
print(fib(10)) # Outputs 55Write a Python function that, given a list of integers, returns the indices of the two numbers that add up to a specific target number. You cannot use nested loops or the built-in 'index' method. Consider time and space efficiency.
- 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.







