π LeetCode Profile:
https://leetcode.com/u/abhi-saurav-saroya/
Secure file locker supporting authentication, encrypted storage, and file recovery.
π Repository: https://github.com/abhi-saurav-saroya/CipherSafe
Local-first password manager with encrypted credential storage and session-based security.
π Repository: https://github.com/abhi-saurav-saroya/VaultX
Hackathon-built Flask application that generates summaries, quizzes, and explanations from text.
π Repository: https://github.com/abhi-saurav-saroya/EduGenie
Python utility that automatically scans directories and organizes files into categorized folders based on their extensions, and intelligent file renaming.
π Repository: https://github.com/abhi-saurav-saroya/Sortify
High-performance duplicate file scanner that combines file-size filtering with SHA-256 hashing for efficient duplicate detection. By eliminating unnecessary hash computations, TwinScan reduced scan time on a real-world directory from 2 minutes 3 seconds to 2.34 seconds, demonstrating the impact of algorithmic optimization.
π Repository: https://github.com/abhi-saurav-saroya/TwinScan
Terminal-based dashboard that displays live CPU usage, memory consumption, and active process information through a continuously updating interface.
π Repository: https://github.com/abhi-saurav-saroya/Pulse
class Abhi:
def __init__(self):
self.focus = "Data Science"
self.languages = ["C", "C++", "Python"]
self.approach = "Learn fundamentals first, scale later"
def mindset(self):
print("Consistency > Motivation")
def main():
me = Abhi()
me.mindset()
if __name__ == "__main__":
main()Correctness first. Optimization follows...


