Stuff I worked on

Personal Blog/Notes


Github Projects

Test Github Post

This is a placeholder for Github Projects category.

Continue reading…


Notes

Technical Interview Notes

Sorting

  • Divide and conquer: Splitting a problem into smaller problems similar to the initial until a point is reached where the problem is small enough that it can be solved on its own. Aftwerards, the solution is propogated back up to help solve the higher problem.
  • Inplace: Elements in the ...

Continue reading…

Fourier Transform Notes

These are just notes I put on this website so that I will be able to remeber the content and be able to review it easly for later exams. This is not meant to go into full detail about the Fourier Transform, so stuff like derivations and proofs will not ...

Continue reading…


Python

Adding Custom Builtin Functions to the Python Interpreter

When I have a few minutes of spare time, like if I’m on the bus heading to work or waiting for class to start, one of the things I like to do is explore the cpython source code. I want to learn how the Python interpreter works as a ...

Continue reading…

About
Greetings! I am a student at Drexel University studying Computer and Electrical Engineering. This website will primarily serve as a blog/personal notebook. My hobbies include Python, TF2, and memes.