Teaching While Learning (Part 2)

My Real Experience Starting a Web Development Workshop

Learning From Mistakes and Improving the Way I Teach

After completing the first week of my web development workshop, I spent a lot of time thinking. Week 1 did not go as I expected, especially the test results. But instead of feeling demotivated, I decided to treat it as a learning experience — just like debugging code.

I understood one important thing:
Teaching is not about finishing the syllabus, it is about making students understand.

So, in Week 2, I changed my mindset and my teaching style.

Instead of talking more, I started listening more. I asked students where they were getting confused and which parts felt difficult. Most of them said the same thing — they understood the explanation, but they didn’t feel confident while writing code on their own.

That’s when I realized the problem was not effort, but approach.


📚 Week 2: From Theory to Practice

In Week 2, I focused more on practical learning. I reduced long explanations and increased live coding sessions. I shared my screen and wrote HTML code step by step, explaining each line in simple words. At the same time, I asked students to code along with me.

Slowly, things started changing.

Students who were silent in the first week began asking questions. Some of them started experimenting with tags and layouts. Even when they made mistakes, they tried to fix them instead of giving up.

I also encouraged them by saying one simple line again and again:

“It’s okay if your code doesn’t work the first time.”


🧠 What Teaching Taught Me in Week 2

This week taught me lessons that no online course ever did.

  • Every student has a different learning speed

  • Confidence matters more than marks

  • Practical learning works better than theory

  • Patience is the most important skill for a teacher

  • Explaining basics strengthens your own foundation

When students asked “why” instead of “what,” I had to think deeply. This improved my own understanding of HTML and web structure. Teaching basics made me realize how strong fundamentals are the backbone of web development.


🎯 Small Changes, Big Impact

I also started giving very small tasks instead of big assignments. Simple things like:

  • Create a basic profile page

  • Use headings and paragraphs correctly

  • Add an image and links

When students completed these tasks, their confidence improved. Small wins really matter.


🔔 My Learning as a Senior

This workshop is not just helping Junior— it is shaping me as well. I am learning how to explain clearly, how to stay calm, and how to motivate others even when progress is slow.

Teaching is tough. It needs energy, patience, and responsibility. Now I truly understand how much effort teachers put in behind the scenes.

This is still just the beginning of a one-month workshop. There are many things to improve and many lessons to learn. But one thing is clear — I am growing, not only as a developer, but also as a mentor.

If you are learning something today, try teaching it tomorrow.
You will understand its true value.

🚀 Sometimes, growth starts when you help others grow.


Comments

Popular posts from this blog

My First Stipend-Based Internship💻🚀

How I Fixed the Prisma Error

Design Web Pages using CSS