Completed Projects and Coursework:
Web Scraping & Parsing
• Retrieved details of all outdoor sculptures in the US from Smithsonian Institution
• Created a method in Python that served as a generator that returns all the records and seamlessly
iterates through all the pages, until there are no more results
• Transformed records into JSON strings
CMOS 4-bit Shift Register
• Created electric circuit schematics for a 4-bit shift register using CMOS transistors in Electric CAD tool
• Made the layout out of the created circuit.
• Tested both schematics and layouts by doing the simulations in LTSpice and IRSIM
• Measured chip area, time rise, and time fall of the output signal
Compiler-Generated Code Optimization
• Wrote a function to sort and print the array in C and MIPS Assembly programming languages
• Generated compiler code in X86 Assembly using terminal in MAC
• Analyzed and optimized the compiler-generated code
The Game of Life
• Created Conway’s Game of Life in C++
• Developed iterative game based on user input and rules.