Hello!
I am an AI & Machine Learning Engineer passionate about teaching Artificial Intelligence, Machine Learning, Deep Learning, and Computer Vision through hands-on coding and real-world projects.
My sessions are designed for learners at all levels—from school students exploring AI for the first time to college students, researchers, and...
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...
With a strong foundation in mathematics and Python, I bring a structured, analytical mindset to data engineering. My Python skills extend across scripting, data wrangling, and automation using libraries like Pandas, PySpark, NumPy, and spacy. I apply mathematical concepts such as statistics, probability, and optimization to design smarter data...
I am a backend engineer with 6+ years of industry experience building scalable systems for real-world products. Over the years, I have worked with diverse teams, designed software from scratch, and delivered projects used by thousands of users daily. Teaching and mentoring have always been a natural part of my work — from onboarding new developers...
I am a Passionate Researcher who has been working in the Field of AI, Computer Vision and NLP for quite few years. I always find interest in teaching and have been tutoring few students from past 2 years. I have 3+ years of professional experience in the Fields of Industries, healthcare, and Household, First Class will be free and based on the...
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...
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...
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 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’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 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...
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...
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...
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 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...
I have my own plan of action when i deal with students which gives me more confidence on the Student and the Subject. I am very patient and active listener and i try to address every point if the student has any queries related to the subject or any project. I am very much committed to my work and I stick on timings and the deadlines very much. I...
💡 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...
I am a final-year Computer Science student with a CGPA of 8.18, and for the past year I have been doing something most students don't do until their first job — building complete, working systems from scratch and deploying them to production.
I have built a large-scale taxi demand forecasting system using PySpark and XGBoost, a customer churn...