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 3619 commits ██████░░░░░░░░░░░░░░░░░░░ 23.27 %
🌆 Daytime 4469 commits ███████░░░░░░░░░░░░░░░░░░ 28.74 %
🌃 Evening 4836 commits ████████░░░░░░░░░░░░░░░░░ 31.10 %
🌙 Night 2627 commits ████░░░░░░░░░░░░░░░░░░░░░ 16.89 %
📅 I'm Most Productive on Wednesday
Monday 2006 commits ███░░░░░░░░░░░░░░░░░░░░░░ 12.90 %
Tuesday 2049 commits ███░░░░░░░░░░░░░░░░░░░░░░ 13.18 %
Wednesday 2623 commits ████░░░░░░░░░░░░░░░░░░░░░ 16.87 %
Thursday 2170 commits ███░░░░░░░░░░░░░░░░░░░░░░ 13.95 %
Friday 2516 commits ████░░░░░░░░░░░░░░░░░░░░░ 16.18 %
Saturday 2304 commits ████░░░░░░░░░░░░░░░░░░░░░ 14.82 %
Sunday 1883 commits ███░░░░░░░░░░░░░░░░░░░░░░ 12.11 %
📊 This Week I Spent My Time On
💬 Programming Languages:
TypeScript 15 hrs 59 mins ███████████░░░░░░░░░░░░░░ 42.31 %
PHP 9 hrs 22 mins ██████░░░░░░░░░░░░░░░░░░░ 24.81 %
Blade Template 6 hrs 43 mins ████░░░░░░░░░░░░░░░░░░░░░ 17.81 %
JavaScript 2 hrs 26 mins ██░░░░░░░░░░░░░░░░░░░░░░░ 06.45 %
JSON 1 hr 14 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 03.30 %
🔥 Editors:
Zed 37 hrs 47 mins █████████████████████████ 100.00 %
💻 Operating System:
Linux 37 hrs 47 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 JavaScript snippet uses a Proxy to create a 'magic' object that logs every property access dynamically. */
const magic = new Proxy({}, {
get(target, prop) {
console.log(`Accessed property: ${String(prop)}`);
return `You accessed '${String(prop)}'`;
}
});
console.log(magic.foo); // Logs: Accessed property: foo
console.log(magic.bar); // Logs: Accessed property: barWrite a Python function that takes a list of integers and returns the longest substring of consecutive numbers (order matters) within it. For example, given [1, 2, 3, 2, 3, 4, 5], the longest consecutive substring is [2, 3, 4, 5].
- 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.







