Skip to main content

From Engineering Memes to Tech Dreams: Why I Chose ECE

 In just a few days, I'll join IIIT Kottayam to pursue a B.Tech in Electronics and Communication Engineering (ECE). I want to share why I chose ECE and engineering as my career path.

My interest in ECE began with an incredible opportunity
while participating in a model-making contest. I got to present a nano-satellite craft model to Former ISRO Director Dr. Mayilswamy Annadurai at Jeppiaar Institute of Technology. Before attending, I thought my model was impressive (even though it was something a 3rd grader could make). However, when I arrived, I was amazed by the professional models created by students younger than me. Their technical skills left me feeling both insecure and astonished.

Although I lacked advanced technical skills at that time, my communication abilities set me apart. This allowed me to interact with the former ISRO Director for a few minutes, an experience that inspired me a lot.  The meeting with Dr. Annadurai, and students around me who were much more advanced, their expertise and my own sense of insecurity drove me to build some technical skills such as coding, robotics, etc. However, being in 10th grade, with board exams approaching and the need to balance schoolwork with JEE preparation in 11th and 12th grade, I couldn't immediately pursue these interests.

That event ignited my passion for studying electronics and communication engineering, especially after learning how integral ECE subjects are in building spacecraft and enabling satellite communication.

Although I missed the JEE Advanced cutoff by just 2 marks, I applied to the Indian Institute of Space Technology, Thiruvananthapuram with BTech in ECE(Avionics) being my first choice, hoping to get into ISRO right after college. Unfortunately, I didn't get in. Nevertheless, I was pleased to secure a spot at IIIT Kottayam through the JoSAA counselling process based on my JEE Mains rank, and I readily accepted the offer.


I'm eager to start this new chapter at IIIT Kottayam and continue pursuing my passion for electronics and communication engineering.


Comments

Popular posts from this blog

Essential Graphic Design Tools for Beginners: Insights from a New Designer

  This is a compilation of what Aishwarya shared in an interview I conducted with her. I've known Aishwarya for over 16 years. From a young age, she was interested in editing software, starting at just 10 years old. When I asked her what sparked her interest in graphic design , she explained that her innate creativity found an outlet in graphic design, allowing her to create amazing designs. Recently, I enjoyed exploring Aishwarya's Instagram, and I was truly impressed by her unique style and creativity. Her designs are a wonderful blend of simplicity and innovation, each piece reflecting her keen eye for detail and artistic flair. Aishwarya's journey into graphic design truly began during the lockdown. She started by making birthday videos for friends, some of the best I've seen. She mostly used her mobile phone and Filmora for her edits, gradually exploring more tools and delving into video editing. Regarding the software she uses, Aishwarya began with beginner-frien...

XML vs. JSON: Understanding the Differences for Efficient Data Exchange

In data exchange, XML (eXtensible Markup Language) and JSON (JavaScript Object Notation) are widely used formats. Both have their strengths and weaknesses; understanding their differences is crucial for choosing the right one for your needs. Syntax XML : Uses a tag-based syntax. JSON : Utilizes a key-value pair syntax enclosed in curly braces {} or square brackets [] . Example: XML: <person>    <name>Harini</name>    <age>20</age> </person> JSON: {    "name": "John Doe",    "age": 30 } Data Types JSON : Supports a variety of data types including strings, booleans, arrays, and objects. XML : Considers all data as text, though it can represent complex structures using attributes and nested elements. Schema and Validation Schema and validation play a crucial role in ensuring data integrity and structure. I would love to share an analogy I read, If coding was cooking, the schema would be the...

1ST HARD HITTING LESSON FROM COLLEGE

  BE Stubborn This is the 1st lesson college taught me. It taught me hard. It slapped tight and hard on my face and I cried. I cried a lot. I always thought that being stubborn is a bad quality one might possess, but in some cases, it’s not. It's showing others how confident you are about it and how much effort you have put into it. Today I failed to be stubborn. Remember the saying: "When you engage in people-pleasing, you are out of integrity with yourself." This is also applicable when you are not stubborn with yourself and your ideas. What exactly? Be stubborn about your goals & flexible about your methods. If you are confident about something and if you have a proper plan, never ever step down. Never! And never be afraid to take responsibility. It’s not about saying "paatukalam" to your teammates. It’s about giving them an idea. It involves organizing, having a proper plan in your head or better, on a piece of paper, and if you are a team lead, take up ...