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
- π Building decentralized futures (literally)
- π Mastering the blockchain dark arts
- π΅οΈββοΈ Debugging life like it's production code
|
|
"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;
}