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 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 %
// Trick: Using Python's walrus operator to perform assignment inside a list comprehension for readability and efficiency.
# This example reads lines from a file and keeps only those with length > 10 without multiple reads.
lines = ['short', 'this is a longer line', 'tiny', 'another long line']
long_lines = [line for line in lines if (n := len(line)) > 10]
print(long_lines) # Output: ['this is a longer line', 'another long line']Write a Python function that, given a list of integers, returns the longest consecutive subsequence of numbers sorted in ascending order (e.g., input: [2, 1, 3, 5, 4, 6], output: [1, 2, 3] or [4, 5, 6]). The challenge requires research on subsequence algorithms and careful handling of order.
- 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.







