Muhammad Saqib – Senior Software Engineer & Founder of MyCPlus

Muhammad Saqib author banner — MyCPlus

Muhammad Saqib is the founder and lead author of MyCPlus, the programming-education site he launched in 2004. The idea grew out of his own struggle learning to program at university — C was the first language he picked up — and the help he wished he’d had became the site he built for others. What began as a C and C++ resource has since grown into a broad hub of tutorials, working code examples, and computer science guides across many languages and skill levels.

He holds an MSc in Computer Applications from the University of Plymouth, UK (2008) and has spent over 15 years building large-scale software across automotive, healthcare, retail, mobility, and education. Along the way he has worked with Ford, Hyundai, Trilogy/DevFactory, OT EMR, Al Othaim Markets, and NUST–SEECS, and today leads backend engineering as Technical Team Lead at a public transportation authority.

A hands-on, polyglot engineer, he works across C/C++, Java, C#, PHP, Python, and JavaScript, and writes here about programming, software engineering, DevOps, Agile, and computer science.

More than twenty years on, MyCPlus keeps the goal it started with: clear tutorials, real source code, and a place for learners to get unstuck — written by someone who has been on both sides of the problem.

call-center

What You Should Know About Call Centers

Providing a satisfying customer experience is what makes or breaks any business. There are different ways through which our digital-driven world has managed to revolutionize call centers. If you are new to this world, here is everything you need to know about call centers.

How to Clone a Cell Phone [Updated 2020]

Cloning a target device can today be done even by the people who don’t possess any technical know-how. This has been made possible due to advanced applications which can grant you anonymous access to all data on the target device, and that too, within minutes.

Knowledge: How to validate JSON data return is valid?

There are several scenarios where we need different types of JSON validation. In this article, we will cover the following. Here, we will have a look at how to validate incoming JSON data. To check if all required fields are present in the JSON and validate the data.

succeed in the coding interviews

How to succeed in the coding interviews?

The coding interview platform provided by several kinds of organizations is considered to be the best possible way of recruiting people who are the best fit for the organization. At the time of hiring the people for technical jobs, it is very much important to judge their technical skills and the first barrier to entry in this particular concept can be termed as the technical or coding interview.

typedef keyword

The Typedef and using Keywords in C and C++

The typedef or “type definition” is a keyword in C or C++ Programming language that allows declaring different names for types such as int or char. It specifies that that the declaration is a typedef declaration rather than a variable or function declaration. In C/C++, any valid data type can be aliased so that it can be referred to with a different identifier.

social media

Social media has changed in the past decade

Social media has become an obvious part of modern life, and the number of users who use social media daily increases every day. The 2010s changed the internet in ways that look like impossible at the time. Big players in social media today are Facebook, Twitter, LinkedIn, Instagram, Snapchat and TikTok.

Scroll to Top