Skip to content
View Khizarshah01's full-sized avatar

Highlights

  • Pro

Organizations

@FearlessTech

Block or report Khizarshah01

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

πŸ’» KHIZAR SHAH - The Code Alchemist

πŸš€ About Me

Day Job: College & exploring Night Job: Debugging and learning new stuff
Superpower: Finding that one missing semicolon at 3 AM

"First solve the problem. Then, write the code." – John Johnson

πŸ”₯ Tech Arsenal

πŸ’Ό Core Stack

Java Python C++ Solidity

🌐 Web & Beyond

React JavaScript Node.js

βš™οΈ DevOps & Tools

Git Linux Docker

🎯 Currently

  • πŸ”— Building decentralized futures (literally)
  • πŸ“š Mastering the blockchain dark arts
  • πŸ•΅οΈβ€β™‚οΈ Debugging life like it's production code

🀝 Let's Connect

LinkedIn LeetCode HackerRank

GitHub Stats

Mark streak

"The computer was born to solve problems that did not exist before."
Now I create problems for computers to solve.

⚑ Portfolio: khizarshah01.me
⚑ Fun Fact: My IDE knows me better than my Dad.


// This code compiles with 0 warnings 
// (but might segfault your expectations)
#include <stdio.h>
int main() {
    printf("Let's build something revolutionary\n");
    return 0xDEADBEEF;
}

Pinned Loading

  1. WebServer WebServer Public

    This is a basic Java-based web server designed to serve static HTML files. For NOW

    Java 1

  2. web3-wallet web3-wallet Public

    A simple, client-side multi-chain Web3 wallet built to explore blockchain fundamentals. Supports Ethereum (Sepolia) and Solana (Devnet) with key management, encrypted storage, and transactions via …

    JavaScript

  3. SortingVisualizer SortingVisualizer Public

    Sorting. Visualizer is a web app for visualizing a bunch of different sorting algorithms Like Selection Sort, Bubble Sort, Insertion Sort, Merge Sort, Quick Sort, Heap Sort With the functionality o…

    JavaScript 4 1

  4. twitterClone twitterClone Public

    A simple Twitter-like app built with React, Firebase, and Material-UI. Users can sign up, log in, post tweets, and view a timeline of tweets from others. It features responsive design and secure au…

    JavaScript

  5. ChatWeb ChatWeb Public

    Real-Time Chat Application built with Spring Boot, MongoDB, and WebSocket to enable seamless user communication.

    Java