Linux Command Line Workshop
Github Repository All engineers will eventually have to use the Linux command line either on the job or in classes; however, the command line is barely taught in classes. While a rudimentary understanding of the command line is needed to get most ……
Linux Dotfiles Workshop
Github Repository Everyone in engineering has to use a Linux terminal once in a while. Why not customize your experience? This workshop was conceived as a fast, easy workshop to run during midterms while also giving useful information on how to ……
Python Scripts for Parsing SPICE Output: A Workshop
Github Repository Python is particularly useful for writing quick scripts. I find myself reaching for Python whenever I need to parse output into more readable/processable forms like csv files or pandas DataFrames. Engineering students at UCI ……
Deep Learning Framework in C++
Github Repository Ever since I started learning PyTorch, I have been fascinated by the automatic gradient feature. In order to further understand it, I decided I would try to write my own version. At the time, I was also taking a C++ class, so I ……
MPI Workshop
Github Repository After my internship at Lawrence Livermore National Laboratory, I decided to write on workshop on MPI for parallel programming. As large servers become more ubiquitous in most computer science workplaces, being able to write and ……
Neural Networks with PyTorch Workshop
Github Repository For my first workshop for the IEEE@UCI, I wanted to talk about something I found interesting, so I decided to do a workshop on neural networks. Because of its recently growing popularity, most engineering students have heard of ……
HPCCEA Internship @ LLNL
For my first internship, I worked at the Lawrence Livermore National Laboratory (LLNL) as a part of the High Performance Computing Cluster Engineering Academy (HPCCEA) program. As a part of this program, I got to experience how the computing division ……