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 3383 commits ██████░░░░░░░░░░░░░░░░░░░ 23.19 %
🌆 Daytime 4222 commits ███████░░░░░░░░░░░░░░░░░░ 28.94 %
🌃 Evening 4544 commits ████████░░░░░░░░░░░░░░░░░ 31.14 %
🌙 Night 2442 commits ████░░░░░░░░░░░░░░░░░░░░░ 16.74 %
📅 I'm Most Productive on Wednesday
Monday 1887 commits ███░░░░░░░░░░░░░░░░░░░░░░ 12.93 %
Tuesday 1906 commits ███░░░░░░░░░░░░░░░░░░░░░░ 13.06 %
Wednesday 2465 commits ████░░░░░░░░░░░░░░░░░░░░░ 16.89 %
Thursday 2057 commits ████░░░░░░░░░░░░░░░░░░░░░ 14.10 %
Friday 2351 commits ████░░░░░░░░░░░░░░░░░░░░░ 16.11 %
Saturday 2180 commits ████░░░░░░░░░░░░░░░░░░░░░ 14.94 %
Sunday 1745 commits ███░░░░░░░░░░░░░░░░░░░░░░ 11.96 %
📊 This Week I Spent My Time On
💬 Programming Languages:
PHP 10 hrs 24 mins █████████░░░░░░░░░░░░░░░░ 34.09 %
TypeScript 10 hrs 21 mins ████████░░░░░░░░░░░░░░░░░ 33.93 %
JavaScript 3 hrs 26 mins ███░░░░░░░░░░░░░░░░░░░░░░ 11.24 %
Blade Template 2 hrs 23 mins ██░░░░░░░░░░░░░░░░░░░░░░░ 07.84 %
Markdown 1 hr 27 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 04.77 %
🔥 Editors:
Zed 30 hrs 13 mins █████████████████████████ 98.96 %
Android Studio 19 mins ░░░░░░░░░░░░░░░░░░░░░░░░░ 01.04 %
💻 Operating System:
Linux 30 hrs 33 mins █████████████████████████ 100.00 %
I Mostly Code in TypeScript
JavaScript 14 repos █████░░░░░░░░░░░░░░░░░░░░ 20.90 %
PHP 13 repos █████░░░░░░░░░░░░░░░░░░░░ 19.40 %
Java 3 repos █░░░░░░░░░░░░░░░░░░░░░░░░ 04.48 %
Assembly 2 repos █░░░░░░░░░░░░░░░░░░░░░░░░ 02.99 %
C 1 repo ░░░░░░░░░░░░░░░░░░░░░░░░░ 01.49 %
// This code uses the fact that JavaScript functions are first-class objects and can store state.
// It demonstrates a simple counter function using closure and function properties.
const counter = (() => {
function count() {
count.value = (count.value || 0) + 1;
return count.value;
}
return count;
})();
console.log(counter()); // 1
console.log(counter()); // 2
console.log(counter()); // 3Write a Python function that, given a list of integers, returns the longest contiguous sublist where the absolute difference between any two elements is at most 1. For example, for [1, 3, 2, 2, 5, 2, 3, 7], the longest sublist is [3, 2, 2, 2, 3]. Focus on both correctness and efficiency.
- 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.







