2nd Year Electrical Engineering and Computer Science Student!
Date: April 6, 2022
Only Headshot I could Find
Most kids inherit a similar eye color or a similar nose from their parents, however I've acquired much more than most,
an energy for learning and a voracious curiosity which has ignited an entrepreneurial spirit within me at a young age.
My dad, an engineer, taught me to investigate the world with curious eyes, always seeking new adventures to learn. I
watched him for a considerable length of time as he chipped away at elevator schematics, thinking about what all the
different images and lines meant. I was interested in technology and needed to know how and why things worked the way
they did. "How does this toaster work?" "what's inside the VCR?"
However, I was forever discontent with the streamlined answers that my parents provided me for these questions. So, I
found responses for myself by investigating and testing, thus one test prompted another and, with every day my interest
in math and science, in general, began to prosper. And question after question the fire within my young soul began to
grew, and so I began to get involved in research programs and clubs at my high school. With these experiences, I was
even more excited about what the world of math and science had to offer me, and so I took and finished the first three
math courses of my engineering degree at the age of 16 in high school. Once I entered the University of Calgary, I began
joining all the technical clubs that interested me and I continued to learn more and more about the science which
initially fascinated me as a child.
I joined as a software member into technical clubs like:
Engineering Student Society Dinner Event
I also joined other causes that peeked my personal passion:
Date: April 6, 2022
What I Look For in a Job
Short Term
Long Term
Date: April 8, 2022
Microarcheticure Design from ENCM 369
My Biggest Takeaway
What intrigued me the most, was bridging the gap between how software and hardware communicate, and the architectural design that is required for a microcontroller to be a cohesive unit. Computer architecture acts as the interface between hardware and software. It deals with the components of a connection in a system. Computer Architecture helped me to understand the functionalities of a system. Computer Organization taught me how exactly all the stages in the controller are arranged and interconnected. This spoke to my previous experience in technical clubs at Schulich, where in a team there were multiple different subteams working on different aspects of the project, and how this division into subteams is required to make the full project come to life, as smoothly as possible.What surprised me? What was the Relation to the inner workings of everyday objects?
While it seems necessary and obvious for the recent major shifts in technological advancements, the idea of pipelining and caching was the most intriguing to me. Delving deeper into the inner workings of the clever, and efficient, operation on multiple assembly instructions concurrently, while minimizing the elapsing of clock cycles by storing urgent data closer to the CPU fascinated me as an individual who has always found fast algorithms appealing. Furthermore, the analogy to cookies and library books made these concepts of pipelining and caching even more real and accessible.5 Stage Pipeline Processor Illustration
Application to personal Project/Experience
In my previous involvement with SOAR Satellite, I attempted to work on an stm32 to develop different functionalities for an on-board-computer for a nanosatellite, such us working with interrupts to monitor radioactive decay. While working on this project, I had to write the most efficient code to save on the time and power that was used by the computer, and this was heavily talked about in ENCM 369. In this project I utilized the clock frequency instead of hard-coding in delays, which we covered in lab 3 of ENCM 369. This was an important lesson to learn as a hard-code delay is a "blocking" task that takes up 100% of the processor's time. Utilizing the clock frequency is a "non-blocking" task and takes less power for the processor to operate. This difference is not evident in our small programs that we used in class, but was essential in appropritely delegating many different tasks to be done in a short amount of time on the nanosatellite.Date: April 9, 2022
Device and Material Perspectives of a Diode
My Biggest Takeaway
Over the past 2 years it seemed like my engineering degree was more abstract than I had thought, without any in-person or hands on experiences it seemed purely theoretical and not an “applied” science degree. However, with the implementation of the ILS kits and as well as the videos provided by Dr. Kartik on the usage of bench equipment, I am finally feeling like I am truly part of an engineering degree. During the past 2 years when times got tough academically I questioned my enrollment in the engineering degree, but with all of the hands-on experiences we are beginning to receive in ENEL 361 it is nothing but motivating and enriching the spark inside of me that initially interested me to pursue engineering.What surprised me? What was the Relation to the inner workings of everyday objects?
I was quite shocked when I saw the harmony between how a diode, a bipolar junction transistor (BJT) and a metal oxide semiconductor field effect transistor (MOSFET) were very much similar when represented in a physical and material perspective. Two sides of the same coin really. This catalyzed my critical thinking ability, as it showed me that there realistically are multiple ways to attack the same problems. And, while I thought science was a subject of pure axioms, where there is only one right answer, ENEL 361 proved this otherwise by convincing me that an engineer should sometimes get creative and visualize the solution in multiple forms instead of just one, as this helps with fully comprehending the applications, as well as fully understanding the limitations of a specific device.How I Would Explain This Course To A First Year Student
This course delves into the finer details of how electrons navigate their way through different forms of semiconductors. You will learn about what diodes are, and how they could be used in different applications such as LEDs and solar cells. And, if you’re one for derivations and why equations are the way they are, then you will get a lot of that in this course. Be assured, you will walk in the path of electrons and completely see and understand why they operate in the way they do in semiconductors, through mathematical derivations and physical phenomenons. Also, have you been hearing a lot of buzz about transistors and why they are the source of modern technology? Well, you also get a solid introduction to what and how transistors work under the hood on top of everthying else, in ENEL 361.Relation to Real-Life
Completing the ADC and DAC lab provided me with the theoratical and practical experience of how ADC's work under the hood. This was useful, especially to my team, becuase our tuner device used an analog comparator to analyze the input signal's frequency. In our hands-on lab we built a slope(integrating) ADC, where it was my first time using a transistor in a crcuit!! We experimented with the different parameters of the circuit, like the counter period, and observed the effect on the output of the ADC using Matlab.Slope-ADC Implementation using ADALM Counter
Date: April 9, 2022
Bode Plot of our ENEL 300 Band Pass Filter
My Biggest Takeaway
Learning and understanding why circuits and some electronics are delayed was quite enlightening, this was because most circuits acquire a parasitic resistor, capacitor, or inductor which could form some sort of RLC circuit. And, based on the transient and steady state responses of RLC circuits this all clicks in my mind very clearly now. This outreaches to the idea of inherent limitations that a design might face, and how to overcome these limitations by anticipating their occurrence in the planning phase of a project.Schulich Ignite's 2022 Annual General Meeting
What surprised me? What was the Relation to the inner workings of everyday objects?
What was mind boggling to me is how useful the Laplace transform is, while it seemed very abstract and obsolete as to why we were learning about it in MATH 375(Differential Equations), everything made sense as soon as we reached module 7(Laplace Analysis of Circuits) of ENEL 343. The pure ingenuity to transform all circuit elements into the s domain then inverse the resultant to get a proper transfer function in the time domain was a surprise, to say the least. Furthermore, with the help of the derivation of these transfer functions, we later learned about how they could be manipulated to create all types of different filters with different use-cases. And, filters are basically utilized everywhere in the world of signals, like in networks and communications.Application to personal Project/Experience
Most recently, we have tried to implement a bandpass filter and an amplifier onto our ENEL 300 final project, using a combination of a passive RC low-pass filter, a passive RC high-pass filter, and an inverting amplifier. We hope to use the high-pass filter to remove any DC voltage offset from our input signal that will be received from our guitar. Then, the low-pass filter will cut-out the audio frequency that is played by our speaker, which is played at 1000Hz. Next, the non-inverting amplifier will attempt to provide a gain of about 100 to our input signal, which will be passed on to our AVR for further ADC-sampling and anlysis. Lastly, after the computation is finished on the microcontroller we will output visual and verbal feedback to the user to assist with their tuning process. Therefore, without the presence of the amplifier and filter on our device none of the later steps would be possible, hence our project would have been a disaster.Date: April 10, 2022
Overview of Scrum
What is Scrum?
Throughtout the course of the semester, my peers often thought scrum and agile were the same thing because scrum is centered around continuous improvement, which is a core principle of agile. However, scrum is a framework for getting work done, whereas agile is a mindset. A team can’t really implement "agileness”, as it takes dedication from the whole team to change the way they think about delivering value to the customers’ needs. But a team can certainly use a framework like scrum to help them start thinking that way and to practice building agile principles into their everyday communication and work.Hardest Part About Scrum
When it comes to the agile process the most difficult aspect for me was not what I needed to learn, but what I needed to unlearn. I needed to unlearn previous beliefs and the behaviors that were rooted in me from my previous experience with the waterfall design process. For example:Waterfall vs. Agile Development
Most Rewarding Part of Scrum
As second year students, at the beginning of the semester my team were completely and utterly clueless regarding how to go on about creating a useful and achievable project within the span of 3 months. However, the central theme of Agile is flexibility. So, when we learned new materials from other concurrent courses, and realized how unrealistic some of our initial functionalities were(like tunning every instrument) we were responsive to change, even at the last minute, and adapted to it without much disruption. Also, because project deliverables were not set in stone, we were easily capable of reassessing our plans and adjusting our priorities to align with updated goals. Being adaptable meant that we could deliver consistently and manage clients’ changing requirements(user-stories) effectively. Because of agile’s methodology to continuously iterate and improve, our team was more and more motivated throughout the period of the semester as we got closer and closer to achieving a minimal viable product. This consistent focus on improvement and quality control is one of the core principles of agile, and it helped us to recenter ourselves continously to achieve our deadlines.My Biggest Takeaway
I learned what isn't a retrospective. An agile retrospective is mainly run for the team to discuss what went well and what didn't during the past sprint. Project retrospectives are an important component of healthily functioning teams. In order to fully benefit from retrospectives, I learned to keep in mind the following limitations and guidelines:Date: April 10, 2022
Prototyping Mentality
But, Why Scrum?
Prototyping is the First Step to Success
Detailed User Personas are the Foundations…
A deep understanding of a target audience is fundamental to creating exceptional products. User personas helped our team find the answer to one of our most important questions, “Who are we designing for?” By understanding the expectations, concerns, and motivations of target users, it made it possible to design a product that satisfies the users’ needs and therefore is successful. The first step to identifying the user’s needs is empathizing with them. Empathy is a core value if a team wants to make something that is good for the people who are going to use it. Personas enabled us to create an understanding and empathize with the end-users, guitar owners:User-Personas For My ENEL300 Guitar-Tuner Project
Consumers Want to Save the Earth…
According to research conducted by Accenture, Over the past five years, there has been a 71% rise in online searches for sustainable goods globally, according to The Economist Intelligence Unit. Consumers are engaging with sustainable businesses in ways that they previously ignored. This trend isn't just in first-world countries. Consumer satisfaction in developing and emerging economies is also tied to concerns around climate change, and many want businesses to commit to protecting nature and natural systems. Correspondingly, in ENEL 300 we discussed the utilization of cards and categories of sustainability to better optimize our guitar tuner device for sustainability:
Date: April 11, 2022
Website For The Beat Box
Sprint 4 Prototype of the Guitar-Tuner
What changed about your product, what iterations did you make and why?
Our Initial Idea: The microphone captures noise from an instrument and this noise is converted to an electrical impulse and then compared to ideal frequencies of musical notes and then using the blue, red, yellow, and green LED lights, the device displays visual and verbal feedback of how close the note played on the instrument is to the ideal frequency. The speaker plays a chime when a frequency matching that of a musical note is played and volume can be adjusted with the potentiometer. The default setting with none of the buttons pressed is that the device compares what is being played to the closest ideal note and then lights that corresponding light, but with one of the buttons pressed the device only compares what is being played to the note corresponding to the button pressed as seen from the top view.First Prototype
My Biggest Takeaway
I really began to improve my prioritization skills in this project. With all the deliverables from one sprint to another, I had to manage my time and my plans in the most efficient way possible. I did this by allocating and delegating the tasks to the best-fitted group-members for the tasks. For example, when allocating the 3D-CAD design of our casing we choose the person with the most experience in solid-works to accomplish this job so as to not increase our tasks and assign it to a member who still has to brush-up or even learn CAD from scratch. Of course, prioritization is a necessary and fundamental skill to have as an engineer, especially when the workload gets heavier than usual at times. I am sure that I will need this skill in making sure that deadlines are still met while also submitting my best work. For example, next year, I will be taking at least 5 courses per semester, doing extracurriculars, while also having to handle the pressures of finding, applying and preparing for job applications. With all of these tasks, prioritization will be my best friend and asset.Date: April 11, 2022
Helping Each Other When In Need
Toughest and Most Rewarding Part of Teamwork
Consistently looking at our product and not seeing how innovative or “world-changing” it was, always dampened our spirits and our motivation to make it exceptional. However, realistically, how innovative, yet achievable, could a group of second year students really make their product, on top of 4 other extensive courses, extracurriculars, and even personal manners outside of school. So, whenever we felt discouraged by how much of an impact we were really making in the world, we tried to ground our vision and began to think of the long-term effects rather than the daily impacts. We realized that eventhough our product for this semester was not the most impactful, we tried to understand that we only had a limited set of skills in our tooolkit, and that over the upcoming years of our undegraduate degree we would be better equiped to develop our more exotic and impactful ideas.Teamwork Makes the Dream Work…
Delegation is How We Managed to Accomplish All of Our Tasks
What I learned from Working On This Team Project...
Remember to assume positive intent. I wouldn’t necessarily say it was new information, but it’s always helpful to me to remember to assume the people I’m working with are operating from a place of positive intent. This is especially true when things get busy and everyone is stressed out because it’s so easy to lose your cool and assume a more adversarial relationship with your team when there are differences of opinion or approach. But after my experience with working on the ENEL 300 project I now always try to keep in mind that most people are just coming into work and trying to do the best they can. They probably aren’t trying to work against me and it’s important to take a moment to try to see things from their point of view.LC Bonding at an ESS Event
Date: April 11, 2022
Postcard to Myself Reflection
My Biggest Takeaways
It seemed like I was very worried about working too hard and missing out on the social aspect of the college experience. One thing that I did to fix this was to become the student and alumni engagement commissioner for the ESS, which has helped me participate in more student life activities like pie week, pain night, and more! Not losing focus though, I have, thankfully, maintained a satisfactory GPA and other personal projects to show when applying for an internship next year! However, more importantly, with an increased work-load I continued to grow and understand about the concept of time-management, procrastination, and motivation throughout this semester:Reflection Technique Taught In ENEL300
Date: April 12, 2022
The Key is to Keep on Fighting
Self Regulate (agile studying)
First, I must set a goal to be undertaken. Second, I must exercise the completion of the task at hand, and monitor the progress in which I am making. Lastly, through the information that was gathered while monitoring my progress, I must reflect and respond to better achieve my goal the next time I attempt this aforementioned task at hand. For example, This semester I wanted to self-study about the topic of competitive programming questions. I bought a course on udemy that was 50 hours long, and basically covered all the fundamentals that I needed to start with. I began my journey over the course of reading-break and I was very energetic and got a lot of videos watched and understood. However, as school restarted I began to lose the ignition to continue learning, as my work-load exponentially accumulated. Nonetheless, I still managed to finish the course, but it took me way longer than I had anticipated. Therefore, the next time I decide to self-study, I will remember to pace myself and take into consideration my other commitments. So, when I start to learn about game development this summer, I will make sure to plan for the unexpected, and fit that into my expectations.Panadero Learning Strategy
Pick Yourself Up, and Try and Try Again
Understanding the role that resiliency plays in developing proficient and stable study habits was quite insightful and practical to learn about in ENEL 300. For example, in university, there are a million things that can happen in ways we hadn’t planned on. It could be that I slept through my morning classes by accident. Or, perhaps I forgot to study for a test I had today and end up flunking it. Messing up or thinking I have things figured out and realizing that I don’t can be embarrassing, but if I look carefully, there are lessons to be learned. Missed a class? It’s not reason to feel stupid or ashamed and decide not to go; that’s going to backfire. Failing my exam will teach me that I need to find a method of studying that works better for me.Date: April 12, 2022
Volunteer Appreciation Event
Community Service
Islamic Relief is an international aid agency that provides humanitarian relief and development programs in over 40 countries. I have been thoroughly involved with Islamic Relief Calgary for the past couple of years. I am part of their emergency Volunteer Team in Calgary. That means I organize, manage, and construct the fundraisers which are based in Calgary. We focus on providing emergency relief and protecting vulnerable people from conflicts and natural disasters, mainly directed at Muslim communities. We achieve this through fundraising/charity campaigns such as religious-conferences and other-forms of community-gatherings. Additionally, not only do I help-around with fundraisers but also with many other Muslim-community-based activities, such as Eid Gatherings and Ramadan preparations. We typically run huge fundraisers/gathering of all sorts every two-weeks, contributing a big population of the Muslim community in Calgary to help both raise money for countries in crises, like Kashmir or Palestine, and bring many of the Muslim community together in joy and learning. For example, in 2019 we organized a big concert-gathering in the Saddledome with many Muslim-influencers to help with Kashmir’s and Syria’s crises.Date: April 6, 2022
Sock Shoppe's Logo
In grade 11 & 12, I was the president of my junior achievement business group, called Sock Shoppe. In both years,
my group sold an average of $2000 worth of product per year. We broke well over even during both years and achieved more than an average of $1350 in revenue profits per year.
Throughout my two years, my friends and I created a unique business plan and executed it by making 450 dyed socks in an eight-month period. And, from my group's combined effort,
we devoted 35% of our profits to the Canadian Mental Health Association. However, during the execution of this business plan, I was constantly faced with the operational difficulties
and the incoordination that came along with initiating a business, but I was contrarily motivated by the vision of helping those in dire circumstances. So, I kept at it. As the president,
I had to focus not only on one specific branch of the business but on all of them. However, out of all the different branches, I was mostly involved in the marketing, IT, and
production sides of the operation.
Sock Shoppe's Tie-Dye Socks!
Date: April 6, 2022
Schulich Racing F1 Car
I Contributed to the successful design, manufacturing, assembly and testing of a two-third size Formula 1 Racing Car through the software sub-team: