Skip to main content

My First Day At Coaching

FIRST DAY AT MY COACHING CENTER: BIT WEIRD;-)

Will be taking you to one awful day of my life, hence read at your own risk;)


At that time , I was in class sixth and very average in studies. It had been been just 1-2 years when the coaching Industries had started establishing in our cities and started gaining attention. Actually I didn't like  joining tuitions from childhood, so my parents thought that may be I should give it a try once as most of the required subjects would be covered under a single roof. So as usual , I sat for the exam. However, I didn't get any scholarship and hence had to pay the full fees there :-(

Finally ,now coming to the pivotal topic of this post. On the first day, when I entered the classroom I found that there were around a total of about thirty students. Some of them I did knew as they were from our school only. While having conversations with them, I came to know that I was the only one among them who didn't get any scholarship. Oh! yeah I forgot to tell you one thing that back in those days I was damn too shy. And hence , when they asked me  about how much scholarship I had got, I just told them that I don't recall properly. 

Now when our first teacher arrived( His name was Kumar Purusottam most probably), his teaching style was purely awesome ,but by the time I had realized this  fact, he had already left our center( may be next year).


                                             Photo by olia danilevich from Pexels

The thing is during the first few classes I really couldn't figure out anything that what was going on around me ! Like I recall that on the first day he had given a simple MAT question where the 2nd number was the square of the first in each row. Seconds after writing the question, all the students started shouting the answer. But poor me! didn't even knew about square. I was just thinking that how can a number have a square shape and my shyness added a layer more to my pool of difficulties.
Same thing happened for cube too. xD:-(

However after coming home and asking my papa about about all those terms, I understood, how much fool I was! And this same thing continued for the later classes too. Everyday, I used to come home and get all my doubts cleared from my father only as I was already too shy and I was the only one in my coaching who didn't understand the things well. Moreover the teachers there, where not that much supportive. I mean they used to get irritated if someone asked anything repeatedly( with only 1-2 exceptions like Purusottam Sir, but he had left too early)

Finally I had made up my mind that if this continued till the end of the year , then I wouldn't sit for admission again only. It's not that it was of no use for me , but the thing is I had to make more efforts to understand the same thing and the teachers didn't like being asked repeatedly the same things again and again.
 
So for now keeping it till here; If you found it too boring ,then sorry pal, was just sharing some of my experiences only.

It took me few years to understand until I got to class 11 that you know what ?
class 11th and 12th teachers are far more awesome in teaching you with fun( I mean mostly, dunno about others, but true in my case) and they can tell you one concept a hundred times even in between classes( mostly).

In the end I would like to tell you that , just don't give up ,even if you are slow because,,
 
It's a slow process, but quitting won't speed it up :)



 

 

 

Comments

Popular posts from this blog

An Important Ingredient: Friends

This is going to be a very short and simple blog , just trying to tell you all about an important Ingredient to achieve anything in your life , not just necessarily for studies alone: A Good Friend Circle:-) According to my opinion....you know what?? YOU SHOW ME YOUR FRIENDS, I WILL TELL YOU ABOUT YOUR CHARACTER Listen , this is also a crucial point in deciding your success rate, specifically if you are a person with low self-esteem and not able to keep your-self self-motivated most of the times.                ----------[ Image by  Joseph Redfield Nino  from  Pixabay  ] --------- Always ,if possible to maintain a balance in the friend circle you make. And if not possible, you must at-least try to interact with people and friends who are of your own caliber and also with people of bit higher intellectual skills . It can help you, remain on the right track and also of-course ,each of you, can help sort out others problems( ...

Creating a URL shortener i

  Creating a URL shortener is an excellent project to enhance your web development skills. In this comprehensive guide, we'll build a URL shortener using HTML, CSS, and JavaScript, ensuring a user-friendly interface and efficient functionality. Table of Contents: Introduction Project Setup Building the Frontend HTML Structure CSS Styling Implementing the Backend JavaScript Logic URL Storage Mechanism Testing the Application Deploying the Application Conclusion 1. Introduction A URL shortener transforms long URLs into concise, shareable links. This is particularly useful for platforms with character limits or for simplifying complex URLs. Our goal is to create a web application that allows users to input a long URL and receive a shortened version that redirects to the original link. 2. Project Setup Begin by setting up your project directory and necessary files: Project Structure:      url-shortener/      ├── index.html      ├── sty...

From Message Queues to Distributed Streams: A Comprehensive Introduction to Apache Kafka (Part 3)

In Part 1 and Part 2, we covered the basics of Kafka, its core concepts, and optimization techniques. We learned how to scale Kafka, secure it, govern data formats, monitor its health, and integrate with other systems. Now, in this final installment, we’re going to push deeper into advanced scenarios and look at how you can implement practical, production-ready solutions—especially with Java, the language of Kafka’s native client library. We’ll explore cross-data center replication, multi-cloud strategies, architectural patterns, advanced security, and more. We’ll highlight how to implement Kafka producers, consumers, and streaming logic in Java. By the end, you’ll have a solid understanding of complex Kafka deployments and the technical know-how to bring these ideas to life in code. Advanced Deployment Scenarios: Multi-Data Center and Hybrid Cloud As organizations grow, they may need Kafka clusters spanning multiple data centers or cloud regions. This can ensure higher availabilit...