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 3293 commits ██████░░░░░░░░░░░░░░░░░░░ 23.39 %
🌆 Daytime 4006 commits ███████░░░░░░░░░░░░░░░░░░ 28.46 %
🌃 Evening 4399 commits ████████░░░░░░░░░░░░░░░░░ 31.25 %
🌙 Night 2378 commits ████░░░░░░░░░░░░░░░░░░░░░ 16.89 %
📅 I'm Most Productive on Wednesday
Monday 1787 commits ███░░░░░░░░░░░░░░░░░░░░░░ 12.70 %
Tuesday 1801 commits ███░░░░░░░░░░░░░░░░░░░░░░ 12.79 %
Wednesday 2373 commits ████░░░░░░░░░░░░░░░░░░░░░ 16.86 %
Thursday 1989 commits ████░░░░░░░░░░░░░░░░░░░░░ 14.13 %
Friday 2222 commits ████░░░░░░░░░░░░░░░░░░░░░ 15.79 %
Saturday 2160 commits ████░░░░░░░░░░░░░░░░░░░░░ 15.35 %
Sunday 1744 commits ███░░░░░░░░░░░░░░░░░░░░░░ 12.39 %
📊 This Week I Spent My Time On
💬 Programming Languages:
TypeScript 18 hrs 42 mins ██████████████░░░░░░░░░░░ 55.06 %
Markdown 3 hrs 8 mins ██░░░░░░░░░░░░░░░░░░░░░░░ 09.25 %
JavaScript 3 hrs 1 min ██░░░░░░░░░░░░░░░░░░░░░░░ 08.89 %
JSON 2 hrs 23 mins ██░░░░░░░░░░░░░░░░░░░░░░░ 07.04 %
Vue 1 hr 11 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 03.49 %
🔥 Editors:
Zed 32 hrs 19 mins ████████████████████████░ 95.11 %
Unknown Editor 1 hr 26 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 04.23 %
Claude Code 13 mins ░░░░░░░░░░░░░░░░░░░░░░░░░ 00.66 %
💻 Operating System:
Linux 33 hrs 59 mins █████████████████████████ 100.00 %
I Mostly Code in TypeScript
JavaScript 14 repos █████░░░░░░░░░░░░░░░░░░░░ 20.90 %
PHP 12 repos ████░░░░░░░░░░░░░░░░░░░░░ 17.91 %
Assembly 2 repos █░░░░░░░░░░░░░░░░░░░░░░░░ 02.99 %
C 1 repo ░░░░░░░░░░░░░░░░░░░░░░░░░ 01.49 %
Java 1 repo ░░░░░░░░░░░░░░░░░░░░░░░░░ 01.49 %
/* This snippet demonstrates a one-liner 'FizzBuzz' in Python using a dictionary and the modulo operator */
print('
'.join(['FizzBuzz'*(i%3==0 and i%5==0) or 'Fizz'*(i%3==0) or 'Buzz'*(i%5==0) or str(i) for i in range(1, 21)]))Write a Python function that, given a list of integers, returns the length of the longest consecutive elements sequence. For example, given [100, 4, 200, 1, 3, 2], the longest consecutive sequence is [1, 2, 3, 4], so the function should return 4. Use efficient time complexity to handle large inputs.
- Submit a PR to answer.
The Fastest, The Lightest and The Tightest android web browser.
URL: melvinjonesrepol.com/webvium-browser
A lightweight, web-based and offline-capable POS system built for flawless performance, supporting multi-department roles and full functionality.
URL: melvinjonesrepol.com/point-of-sale
A comprehensive freight management solution designed to streamline logistics operations for businesses of all sizes.
URL: melvinjonesrepol.com/axleshift-freight-management
A modern and efficient e-commerce solutions tailored for small to medium-sized businesses specifically built with Laravel, enabling seamless setup and cost effective web hosting.
URL: melvinjonesrepol.com/ulisha-store-laravel
A content-first discussion platform where users can post structured protocols, create discussion threads, and engage through comments, reviews, and voting.
URL: melvinjonesrepol.com/protocol-discussion-platform
A scalable, modular WhatsApp chatbot built in TypeScript. It leverages modern best practices, lean architecture, Prisma ORM, Dockerization, and environment-based configuration to deliver a robust, flexible successor to Orion.
URL: melvinjonesrepol.com/canis-chatbot
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.
URL: devpulse-olive.vercel.app
A browser extension that provides a floating console for developers to easily access logs while browsing the web.
URL: melvinjonesrepol.com/floating-console-extension
The only shortlink you will ever need. Simple, lightweight and utilize Redis for transactions.
If you have an idea, let's make that idea earn money! From planning, building to production. We can do that.







