Skip to content
View MPALONDON's full-sized avatar

Block or report MPALONDON

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
MPALONDON/README.md

Hi, I'm Bello-Pluto Salvatore

Software Developer with experience building Fullstack, Network and Multithreading applications.
Based in London, UK.


Tech Stack

  • Languages: Python, C++, JavaScript
  • Cloud & DevOps: AWS (EC2, S3, Lambda, IAM, DynamoDB), Docker, CI/CD (GitHub Actions) , Databricks
  • Data & Automation: Web Scraping (BeautifulSoup, Selenium), Data Analysis, Data Science, Automation.

Projects

Here are a few of my highlighted projects (more on my repository):

  • Media Sharing Platform (Work in Progress)
    Full-stack media platform where users can upload videos or images, interact through comments and likes, and browse user profiles. Features include secure JWT authentication with HTTP-only cookies, media uploads handled through external storage, and a REST API backend.

    Tech Stack: React · Vite · FastAPI · JWT Authentication · SQLAlchemy · ImageKit · REST API

Architecture

flowchart TD

A[React Frontend] --> B[FastAPI Backend]

B --> C[JWT Authentication]
B --> D[(Database - SQLAlchemy)]

B --> E[Upload Media to ImageKit]

E --> F[ImageKit Storage]
F --> G[CDN Delivery]

G --> A
Loading
  • Coding Knowledge Tester
    Fullstack assessment platform built with FastAPI and React, featuring secure authentication and role-based access.
    Provides REST APIs for question generation, scoring, and history tracking, backed by SQLAlchemy.
    Integrated AI-driven question generation and automated feedback using the OpenAI API.

    Tech Stack: React · FastAPI · SQLAlchemy · OpenAI API · Clerk · REST API

  • Black-Scholes P/L & Heatmap Explorer
    Streamlit app for calculating Black-Scholes option prices, simulating P/L based on purchase prices, visualizing interactive heatmaps, and saving results for future reference.
    Streamlit · Pandas · NumPy · SciPy · Matplotlib · Seaborn · SQLAlchemy

  • Amazon Product Scraper & Tracker
    Flask web app to scrape Amazon products, track price changes, mark favourites, and visualize price history with interactive charts. Flask · SQLAlchemy · SQLite · Pandas · Matplotlib · Bootstrap 5 · Bright Data API

  • Python GUI Chat Application
    Client-server chat app with a Tkinter GUI, supporting multiple clients, broadcast/private messaging, and administrative controls for managing connected users.
    TKinter · Socket · Threading · JSON

  • Discord Bot
    A feature-rich bot with moderation, music playback, polls, and role management.
    Python · discord.py · SQLAlchemy · FFmpeg


Connect with Me


Pinned Loading

  1. BeautifulSoup-Selenium-Automation BeautifulSoup-Selenium-Automation Public

    Python

  2. discordbot discordbot Public

    Basic Discordbot with simple commands, youtube music, moderating etc, SQLITE Database

    Python

  3. Flask-SQLAlchemy-Blog Flask-SQLAlchemy-Blog Public

    A website where users can post, edit and comment on blogs. also has simple user authentication. uses SQLAlchemy sqlite for database

    CSS

  4. Shelfscanner Shelfscanner Public

    Bookshelf Scanner is a Flask web application that lets users scan their bookshelves, track reading preferences, and get AI-powered book recommendations.

    HTML