Struggling with computer basics, programming, or digital skills? I’m here to make learning simple, fun, and practical. With years of experience teaching students of all levels — from school learners to job seekers — I break down complex topics into step-by-step lessons tailored to your pace.
Whether you're learning MS Office, coding in Python,...
With over 15 years of extensive experience in software development, Mohammed Abdul Baseer is a seasoned technologist with a proven track record across enterprise application development, cloud integration, and open-source frameworks. He has contributed to high-impact projects in the investment banking, telecom, and cloud computing domains for...
I help students and early-career developers build real confidence in coding, not just solve problems mechanically.
Over the years, I’ve worked closely with learners who struggled with the same challenges — unclear fundamentals, fear of DSA, difficulty connecting theory with real systems, and confusion about what interviews actually test. My...
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 a DevOps Engineer with 6+ years of hands-on experience working on real-time cloud and automation technologies. I teach DevOps and AWS Cloud in a practical, industry-oriented way so that students can confidently attend interviews and work on real projects.
My training focuses more on hands-on practice than theory. I help students understand...
I obtained Ph.D. from IIT Kanpur in the year 1994. Then I worked as Post doctoral research associate in IIT Bombay. I have more then 35 years of total teaching experience of undergraduate and postgraduate courses related to Mathematics in an Engineering College affiliated to Mumbai University including 12 yrs as teaching associate at IIT Kanpur...