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                3667 commits        ██████░░░░░░░░░░░░░░░░░░░   23.37 % 
🌆 Daytime                4533 commits        ███████░░░░░░░░░░░░░░░░░░   28.89 % 
🌃 Evening                4853 commits        ████████░░░░░░░░░░░░░░░░░   30.93 % 
🌙 Night                  2636 commits        ████░░░░░░░░░░░░░░░░░░░░░   16.80 % 

📅 I'm Most Productive on Wednesday

Monday                   2017 commits        ███░░░░░░░░░░░░░░░░░░░░░░   12.86 % 
Tuesday                  2055 commits        ███░░░░░░░░░░░░░░░░░░░░░░   13.10 % 
Wednesday                2649 commits        ████░░░░░░░░░░░░░░░░░░░░░   16.88 % 
Thursday                 2199 commits        ████░░░░░░░░░░░░░░░░░░░░░   14.02 % 
Friday                   2552 commits        ████░░░░░░░░░░░░░░░░░░░░░   16.27 % 
Saturday                 2321 commits        ████░░░░░░░░░░░░░░░░░░░░░   14.79 % 
Sunday                   1896 commits        ███░░░░░░░░░░░░░░░░░░░░░░   12.08 % 

📊 This Week I Spent My Time On

💬 Programming Languages: 
PHP                      11 hrs 37 mins      ██████████░░░░░░░░░░░░░░░   39.06 % 
TypeScript               11 hrs 27 mins      ██████████░░░░░░░░░░░░░░░   38.52 % 
JavaScript               3 hrs 2 mins        ███░░░░░░░░░░░░░░░░░░░░░░   10.22 % 
Markdown                 39 mins             █░░░░░░░░░░░░░░░░░░░░░░░░   02.22 % 
Blade Template           24 mins             ░░░░░░░░░░░░░░░░░░░░░░░░░   01.38 % 

🔥 Editors: 
Zed                      29 hrs 26 mins      █████████████████████████   98.93 % 
Android Studio           19 mins             ░░░░░░░░░░░░░░░░░░░░░░░░░   01.07 % 

💻 Operating System: 
Linux                    29 hrs 45 mins      █████████████████████████   100.00 % 

I Mostly Code in JavaScript

JavaScript               32 repos            █████░░░░░░░░░░░░░░░░░░░░   21.33 % 
PHP                      22 repos            ████░░░░░░░░░░░░░░░░░░░░░   14.67 % 
TypeScript               21 repos            ████░░░░░░░░░░░░░░░░░░░░░   14.00 % 
HTML                     17 repos            ███░░░░░░░░░░░░░░░░░░░░░░   11.33 % 
Python                   4 repos             █░░░░░░░░░░░░░░░░░░░░░░░░   02.67 % 

Code Snippet

/* This JavaScript snippet swaps two variables using destructuring assignment without a temporary variable. */
let a = 5, b = 10;
console.log(`Before swap: a = ${a}, b = ${b}`);
[a, b] = [b, a];
console.log(`After swap: a = ${a}, b = ${b}`);

Challenge

Write a Python function that takes a string and returns the first non-repeating character. If all characters repeat, return '_'. You must solve this without using Python's built-in Counter or collections module.

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 27 22

  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 17 5

  4. project-orion project-orion Public archive

    A Facebook Messenger Integrated Chatbot

    JavaScript 11 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