Skip to content
View uz1pk's full-sized avatar
🚀
Focusing
🚀
Focusing

Organizations

@conda-forge

Block or report uz1pk

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

Hi, I'm Usman 👋

⚡ Work Experience:

  • Software Engineer at REDACTED [Denver. August 2024 - Present]
  • Software Engineer Intern at RBC [Toronto. September 2023 - April 2024]
  • Software Engineer Intern at REDACTED [New York City. May 2023 - August 2023]
  • Software Developer at University of Guelph [Guelph. January 2023 - April 2023]
  • Software Engineer Intern at ProNavigator [Kitchener. September 2022 - December 2022]
  • Software Developer Intern at TigerCat [Cambridge. May 2022 - August 2022]

🔭 Current:

  • Reading DDIA

🌱 Interests: Distributed Systems, Networking, Infrastructure (Compute, Deployment, Network)

💬 Reach by either of the following: uzaheer.work@gmail.com || linkedin.com/in/usman-zaheer-pk/

Popular repositories Loading

  1. Donkey-Kong Donkey-Kong Public

  2. Hash-Map Hash-Map Public

    Fully functional hash map library in C using a given user made memory allocation library (memsys)

    C

  3. Text-Readability Text-Readability Public

    By giving the name of a file that contains some text in the command line arguments when running the code. The driver function will use a library (fleschIndex.c) to calculate and output multiple dat…

    C

  4. Mini-Database-Reader Mini-Database-Reader Public

    Given a mini database in class and a few helper functions. This program will print all the classes for a given two command lines parameters, being: building and room number at the University of Gue…

    C

  5. Mock-Twitter Mock-Twitter Public

    This is a mock twitter like system which runs using command line. The system will keep track of all posted and deleted tweets and allow the user to perform functions on them. It is created using th…

    C

  6. ePortfolio ePortfolio Public

    A java program which tracks user stocks and mutual funds which are entered. To compile cd to the src folder in terminal and use the following command. javac eportfolio/Portfolio.java then do java e…

    Java