I am a Software Engineer with a strong passion for teaching and mentoring students in coding and technology. Along with my industry experience in software development, I have worked as a coding instructor at WhiteHat Jr, where I taught international students and helped them build a solid foundation in programming, logical thinking, and...
Hi 👋 — thanks for stopping by!
I’m a friendly, patient teacher who believes learning should feel simple, clear, and practical. My goal is not just to “finish the syllabus,” but to make sure you truly understand what you’re learning and feel confident using it.
In my classes, we go step-by-step. I explain concepts in everyday language, with...
I completed my graduation in Electronics and Communication and Post graduation in VLSI Design and Embedded system.I have 4 years experience in teaching and 4 years experience in IT industry worked as a Web developer and Software Testing.Presently working as a faculty,handling theory and labs in Electronics subjects for graduate students. I start...
I am an aspiring educator and versatile professional with a passion for teaching and a diverse skill set. With expertise in science and English literature, I've been making a significant effort to teach young minds as a dedicated tutor.
With a background in software development at an esteemed international bank, I bring a unique perspective to...
Technical learning is all about learning with real-world problems and get trained from someone who has industry experience in leading technology companies. Don't worry you are in the right place!
What kind of Students should approach me?
1) Someone looking for a career change in the Cloud Industry, especially in AWS. And I prefer you should...
Hello,
I've done my Bachelor's in Engineering( CPI 8.56/10) from IIT Kharagpur and Master's in Pure Mathematics (8.65/10) from IIT Gandhinagar. Post that, I did research work at IIT Bombay towards an M.Phil. in Mathematics. I'm incredibly passionate about Mathematics, Physics, Computer science, Mathematical economics and teach a range of topics...
I am a semiconductor industry veteran, educator, and founder of WiByte
, a global programming school focused on helping students truly enjoy coding while building strong computational thinking and problem-solving skills.
I hold a Master’s degree from National University of Singapore and have worked extensively in advanced technology and...
Hi there! 👋 I’m Manasa, a Python tutor and software engineer with over 6 years of experience teaching and working in top tech companies like Nutanix and VMware.
I’ve helped learners from all backgrounds — students, professionals, and career changers — gain the skills to code confidently, automate smartly, and think like real engineers. My goal...
I am a computer science tutor with a background from IIT Bombay and a passion for making programming accessible to everyone. With years of hands-on coding experience and practical teaching methods, I focus on real-world applications that bring concepts to life.
Whether you're a beginner or looking to deepen your skills, my personalized...
Hi there! 👋 I am Swathi who brings my experience as a Data Analyst and SQL expert to work with multiple real-world datasets across different leading organizations. I teach SQL to students at all levels while focusing on solving problems and teaching analytical skills and interview readiness.
I teach through interactive sessions which combine...
I am highly skilled DSA instructor worked at Scaler Academy and Coding Ninjas (one of the 2 most prestigious institutes in India) for over 4 years. I have a computer science graduate from Indian Institute of Information Technology Gwalior, one of the most prestigious institute in India.
I have done a lots of competitive programming and I am...
I have been working as Data Scientist|Software Engineer for past 7 years, currently work in one of the top company in the world.
I hold a degree in teaching (Maths and Computer Science as teaching subject).
I have given tutions to students in the past, did 40 days teaching internship in a school (as a part of B.Ed. curriculum) and currently...
Experienced Mathematics & Physics Tutor with 13+ Years of Teaching Excellence | IIT Kharagpur Integrated M.Sc. Graduate | Expert in CBSE, ICSE, IB, IGCSE, GCSE & Competitive Exam Preparation | Concept-Driven, Analytical, and Result-Oriented Teaching Methodology | Specializing in Calculus, Algebra, Mechanics, Electromagnetism, and Advanced...
I can help even the weakest student to have a good knowledge in Programming,Math & Physics, if given opportunity! Try me!
Online Tutoring || Homework || Assignment(Either Programming or Theoretical ) || Exam Preparation || Projects|| Interview Preparation
Teaching is my Passion with an experience of more than 8 years with a very unique teaching...
Passionate Computer Science tutor and Techno-Functional professional with 3.5 years of industry experience at an MNC and a B.Tech in Computer Science & Engineering. Specializes in teaching SQL, HTML, CSS, DBMS, OOPS, DSA, Machine Learning, Artificial Intelligence, Python, JavaScript, and core computer science concepts through practical,...
I am a dedicated and patient teacher focused on helping students build strong academic foundations and confidence in their learning abilities. My goal is to make concepts clear, engaging, and easy to understand, ensuring that students not only improve their performance but also develop a genuine interest in their subjects.
I follow an...
💡 About Me
I’m a Senior Software Engineer with over 5 years of experience in Robotics, Automation, and the Automotive sector. I specialize in C, C++, and Python programming, and I have a strong passion for teaching robotics programming in a simple and engaging way.
🚀 My Teaching Style
Learning with me is never just theory — it’s hands-on...
graph = {
"Me": ["DP"],
"DP": ["More DP"],
"More DP": ["Hard DP"],
"Hard DP": ["Existential Crisis"],
"Existential Crisis": []
}
visited = set()
def dfs(node):
if node in visited:
return
visited.add(node)
print(f"Visiting: {node}")
for nei in graph[node]:
dfs(nei)
dfs("Me")
I am an Android developer with...
I am well versed with fundamental intuition of mathematics, physics and astronomy. This makes me good at teaching them in an easy and understandable approach. I teach students at their own pace giving real time examples and making every complicated topic easy. If you are someone who wants to learn the subject the way it should be learnt, then...
First of all the most important factor of a good teacher is patience. Secondly when I teach I try to make it more interactive as I have done both academic teaching and professional work. When teaching Machine Learning, I don't only believe in the applications but also the inside depth of the algorithm so that the student gets a more clear idea of...