Skip to content
View mrepol742's full-sized avatar
:shipit:
meow
:shipit:
meow

Highlights

  • Pro

Block or report mrepol742

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
mrepol742/README.md

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                3197 commits        ██████░░░░░░░░░░░░░░░░░░░   23.24 % 
🌆 Daytime                3932 commits        ███████░░░░░░░░░░░░░░░░░░   28.58 % 
🌃 Evening                4307 commits        ████████░░░░░░░░░░░░░░░░░   31.31 % 
🌙 Night                  2322 commits        ████░░░░░░░░░░░░░░░░░░░░░   16.88 % 

📅 I'm Most Productive on Wednesday

Monday                   1737 commits        ███░░░░░░░░░░░░░░░░░░░░░░   12.63 % 
Tuesday                  1757 commits        ███░░░░░░░░░░░░░░░░░░░░░░   12.77 % 
Wednesday                2326 commits        ████░░░░░░░░░░░░░░░░░░░░░   16.91 % 
Thursday                 1942 commits        ████░░░░░░░░░░░░░░░░░░░░░   14.12 % 
Friday                   2177 commits        ████░░░░░░░░░░░░░░░░░░░░░   15.82 % 
Saturday                 2118 commits        ████░░░░░░░░░░░░░░░░░░░░░   15.39 % 
Sunday                   1701 commits        ███░░░░░░░░░░░░░░░░░░░░░░   12.36 % 

📊 This Week I Spent My Time On

💬 Programming Languages: 
TypeScript               23 hrs 23 mins      ████████████████░░░░░░░░░   64.77 % 
Markdown                 2 hrs 45 mins       ██░░░░░░░░░░░░░░░░░░░░░░░   07.63 % 
JSON                     2 hrs 37 mins       ██░░░░░░░░░░░░░░░░░░░░░░░   07.27 % 
JavaScript               1 hr 42 mins        █░░░░░░░░░░░░░░░░░░░░░░░░   04.73 % 
YAML                     1 hr 40 mins        █░░░░░░░░░░░░░░░░░░░░░░░░   04.66 % 

🔥 Editors: 
Zed                      31 hrs 24 mins      ██████████████████████░░░   86.96 % 
Claude Code              4 hrs 37 mins       ███░░░░░░░░░░░░░░░░░░░░░░   12.79 % 
VS Code                  5 mins              ░░░░░░░░░░░░░░░░░░░░░░░░░   00.25 % 

💻 Operating System: 
Linux                    36 hrs 7 mins       █████████████████████████   100.00 % 

I Mostly Code in TypeScript

PHP                      13 repos            █████░░░░░░░░░░░░░░░░░░░░   19.40 % 
JavaScript               13 repos            █████░░░░░░░░░░░░░░░░░░░░   19.40 % 
Assembly                 2 repos             █░░░░░░░░░░░░░░░░░░░░░░░░   02.99 % 
C                        1 repo              ░░░░░░░░░░░░░░░░░░░░░░░░░   01.49 % 
Java                     1 repo              ░░░░░░░░░░░░░░░░░░░░░░░░░   01.49 % 

Code Snippet

// This quirky Python snippet swaps two variables without a temporary variable using tuple unpacking.
# It's a neat trick to cleanly swap values in a single line.

x, y = 5, 10
print("Before swap:", "x =", x, ", y =", y)
x, y = y, x
print("After swap:", "x =", x, ", y =", y)

Challenge

Write a Python function that determines whether a given string is a palindrome, but instead of directly comparing characters, use a stack and a queue to simulate the process.

Features Projects

Webvium Browser

The Fastest, The Lightest and The Tightest android web browser.

URL: melvinjonesrepol.com/webvium-browser


Point of Sale System

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


Axleshift Freight Management

A comprehensive freight management solution designed to streamline logistics operations for businesses of all sizes.

URL: melvinjonesrepol.com/axleshift-freight-management


Ulisha Store Laravel

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


Discussion Platform

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


Canis Chatbot

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


DevPulse

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


Floating Console Extension

A browser extension that provides a floating console for developers to easily access logs while browsing the web.

URL: melvinjonesrepol.com/floating-console-extension


Shortlink

The only shortlink you will ever need. Simple, lightweight and utilize Redis for transactions.

URL: go.melvinjonesrepol.com

Need help?

If you have an idea, let's make that idea earn money! From planning, building to production. We can do that.

Pricing - Contact me

Popular repositories Loading

  1. mrepol742.github.io mrepol742.github.io Public

    This portfolio website was made from scratch using vanilla PHP features to streamline code and enhance maintainability.

    PHP 29 20

  2. valentines valentines Public

    A simple valentine day card made using flipbook.

    JavaScript 20 7

  3. SMS-Bomber SMS-Bomber Public archive

    Open Source Code of SMS Bomber Android APK

    Java 18 5

  4. project-orion project-orion Public archive

    A Facebook Messenger Integrated Chatbot

    JavaScript 12 43

  5. facebook-chatgpt-bot facebook-chatgpt-bot Public archive

    Facebook chatbots based on Node.js

    JavaScript 10 9

  6. project-canis project-canis Public template

    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, …

    TypeScript 10 13