Ahsan Azeemi (@m4lf0rm3d)
  • Stars
    star
    21
  • Global Rank 618,258 (Top 22 %)
  • Followers 7
  • Following 1
  • Registered over 4 years ago
  • Most used languages
    Python
    66.7 %
    JavaScript
    33.3 %
  • Location 🇵🇰 Pakistan
  • Country Total Rank 1,662
  • Country Ranking
    Python
    360

Top repositories

1

Ambulance-Karo

Ambulance Karo is a web application that aims to provide a convenient and efficient way to request an ambulance. The app is built with the PERN stack (PostgreSQL, Express.js, React, and Node.js) and uses JWT authentication for secure user login.
JavaScript
8
star
2

Data-Structures-and-Algorithms-in-Python

This repository contains implementations of various data structures and algorithms in Python. The goal of this project is to provide a comprehensive resource for studying and learning about data structures and algorithms in Python.
Python
5
star
3

DSA-00

Codes and Logic of different Data Structures and Algorithms on them
Python
2
star
4

Alohomora

Alohomora is a Python project that provides encryption and decryption functionality for files and directories using user-generated RSA key pairs. It ensures high security by utilizing 4096-bit encryption.
Python
2
star
5

Texting-Pro

This project was created when I was 16 years old and was my first experience with building a real-world application. I was motivated to build this chat app because I wanted to learn how to create something that people could actually use and interact with. I hope that this chat app can serve as a source of inspiration for other young developers!
JavaScript
2
star
6

BIJLI-Hash-Table-Database

In this project, I used CSV module to implement CRUD operations on CSV file using Python Programming Language. The CSV file has over 400,000 records of phone numbers. Searching them linearly may cause a lot of time. Therefore, I used Hash Table to search phone numbers in O(1).
Python
1
star