Skip to content
View rzmk's full-sized avatar

Organizations

@HackRU @zero-to-mastery @dathere
Block or Report

Block or report rzmk

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
rzmk/README.md

Mueez Khan

Software engineer.

  • πŸ“‚ Portfolio: mueezkhan.com
  • πŸ’Ό Building qsv pro at datHere as Software Engineer (Sep. 2023 - Present)
    • Software Engineer Intern - datHere (Summer 2023)
    • Intern - Rearc (Summer 2022)
  • πŸŽ“ Bachelor's in Computer Science from Rutgers University (2020-2024)
LinkedIn RSS

Pinned

  1. dathere/qsvpro.dathere.com dathere/qsvpro.dathere.com Public

    🌐 Promo website for qsv pro, a spreadsheet data wrangling desktop app. Includes download links for Windows, macOS, & Linux. Website built with Astro as a static site.

    JavaScript 5

  2. fformat fformat Public

    πŸ–‡ fformat is a desktop app to identify potential file content types by using Google's deep learning model Magika. Built with Tauri, Next.js, TypeScript, Rust, Tailwind CSS, & shadcn/ui.

    TypeScript 3 1

  3. discord-palm-bot discord-palm-bot Public

    🌴 A Discord bot that integrates with LangChain to provide an ongoing chat. Currently supports Google PaLM & Docker setup.

    Python 5 1

  4. ladderz ladderz Public

    πŸ”¬ Implementations of math & tech concepts. Run concepts as code using the ladderz Rust library crate & in the terminal using the lz CLI tool. Additionally explore with Rust/Python Jupyter Notebooks.

    Rust 1

  5. commit-helper commit-helper Public

    🏹 A CLI tool to either run multiple git commit related commands in one go, or use an interactive commit UI to follow a commit convention.

    Rust 2

  6. https://www.mueezkhan.com/blog/build... https://www.mueezkhan.com/blog/building-a-ckan-release-timeline. Converting CHANGELOG.rst from the https://github.com/ckan/ckan to CSV format with HTML descriptions for use with TimelineJS.
    1
    import csv
    2
    import markdown
    3
    
                  
    4
    # Generate a list from a file for importing into a CSV
    5
    def extract_data(file_path):