Dedicated, resourceful and goal-driven professional educator with a solid commitment to the social and academic growth and development of clients. An accommodating and versatile individual with the talent to develop inspiring hands-on lessons that will help in solving client's problem. Providing best solutions in descriptive way so that clients...
📊 Excel Specialist | Data Cleaning | PDF to Excel | MIS Reporting Expert
Hi! I'm a commerce graduate with strong experience in Excel reporting, data cleaning, and MIS work.
I’ve worked with educational institutions and corporate clients, helping them manage and organize large data sets into clean, structured reports.
💻 What I...
I believe in collective growth and have a keen interest in teaching, as it not only helps me grow but also helps my fellow students grow. I believe in perfection and do my best to help my students excel in every subject that I teach. At times, I can be a bit strict regarding assignments and homework, but most of the time I believe it is better to...
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...
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...