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 3654 commits ██████░░░░░░░░░░░░░░░░░░░ 23.34 %
🌆 Daytime 4521 commits ███████░░░░░░░░░░░░░░░░░░ 28.88 %
🌃 Evening 4844 commits ████████░░░░░░░░░░░░░░░░░ 30.94 %
🌙 Night 2635 commits ████░░░░░░░░░░░░░░░░░░░░░ 16.83 %
📅 I'm Most Productive on Wednesday
Monday 2015 commits ███░░░░░░░░░░░░░░░░░░░░░░ 12.87 %
Tuesday 2049 commits ███░░░░░░░░░░░░░░░░░░░░░░ 13.09 %
Wednesday 2639 commits ████░░░░░░░░░░░░░░░░░░░░░ 16.86 %
Thursday 2195 commits ████░░░░░░░░░░░░░░░░░░░░░ 14.02 %
Friday 2541 commits ████░░░░░░░░░░░░░░░░░░░░░ 16.23 %
Saturday 2321 commits ████░░░░░░░░░░░░░░░░░░░░░ 14.83 %
Sunday 1894 commits ███░░░░░░░░░░░░░░░░░░░░░░ 12.10 %
📊 This Week I Spent My Time On
💬 Programming Languages:
TypeScript 18 hrs 19 mins ████████░░░░░░░░░░░░░░░░░ 32.99 %
PHP 14 hrs 44 mins ███████░░░░░░░░░░░░░░░░░░ 26.53 %
JavaScript 9 hrs 54 mins ████░░░░░░░░░░░░░░░░░░░░░ 17.83 %
Blade Template 9 hrs 23 mins ████░░░░░░░░░░░░░░░░░░░░░ 16.91 %
JSON 54 mins ░░░░░░░░░░░░░░░░░░░░░░░░░ 01.64 %
🔥 Editors:
Zed 55 hrs 33 mins █████████████████████████ 100.00 %
💻 Operating System:
Linux 55 hrs 33 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 demonstrates the "Y combinator" in JavaScript, a functional programming trick
// that allows for recursion without explicitly naming the recursive function.
const Y = f => (x => f(y => x(x)(y)))(x => f(y => x(x)(y)));
const factorial = Y(f => n => (n <= 1 ? 1 : n * f(n - 1)));
console.log(factorial(5)); // Outputs: 120Write a Python function that, given a list of integers, finds the length of the longest consecutive elements sequence. The sequence elements must appear consecutively in the list (not necessarily sorted). For example, in [2, 3, 4, 7, 8, 9, 1], the longest consecutive sequence is 3 (for 7,8,9). You cannot use built-in sorting functions.
- 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.







