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.

Python programming language

Writing a Research Paper Using Python Programming Language

These days, writing any individual paper is independent work. In addition to obtaining new knowledge, the student learns planning, analysis, and the ability to evaluate the results and use specialized terms correctly. This type of activity can be creative, exploratory, fundamental, or applied. They also differ in the level of complexity and the areas studied. Moreover, you may not believe it at first, but many people often apply even a certain python language type to improve the quality of the material. Let’s take a closer look at this topic. 

Cocos2d Game Engine

Cocos2d Game Engine: History, Features, and Branches

Cocos2d is an open-source software framework that is used to build different games, apps, and other cross-platform GUI-based software. The most well-known branches of the Cocos2d framework are Cocos2d-objc, Cocos2d-x, Cocos2d-html5, and Cocos2d-XNA. The fundamental building block known as a sprite is used in all its versions. A sprite is a plain 2D image and also serves as a container for other sprites. 

Optimize JavaScript

How to Optimize JavaScript for Your Site Performance

A slow website can harm your SEO efforts, as Google uses page speed as one of its most important ranking factors. Moreover, speed affects the overall user experience (UX) – statistics show that 40% of users will abandon a website that loads for more than three seconds.  There you have it – seven tips for optimizing JavaScript to boost a site’s performance. By understanding how JS code affects the load time, website owners will be more prepared to address the problem efficiently.

Programming Coding

Types of Programming Languages

Technology has taken the world by storm and a strong part of the credit for advancement in technology goes to the application developers. Web Development, Data Science, Artificial Intelligence, and many more are the highest-paying fields with numerous job opportunities. To get a job in the web development field, you must have expertise in programming languages.

Binary Decision Diagram (BDD) - Data Structure

Binary Decision Diagram Data Structure

A BDD (Bryant 1986) or branching program is a data structure that is used to represent a Boolean function. On a more abstract level, BDDs can be considered as a compressed representation of sets or relations. Unlike other compressed representations, operations are performed directly on the compressed representation, i.e. without decompression.

trie data structure

Trie Data Structure

A trie (Fredkin, 1960), also called digital tree and sometimes radix tree, is an ordered multi-way tree data structure that is used to store a dynamic set or associative array where the keys are usually strings. Unlike a binary search tree, no node in the tree stores the key associated with that node; instead, its position in the tree defines the key with which it is associated.

Online Forms

How to Create an Online Form Without Coding

The great thing about computer programming, and the thing that most non-coders don’t understand, is that you can get your computer to do just about anything you want it to. If you know how to code, you can build an online form with embedded marketing tools, analytics, adaptive formatting, responsive design, conditional logic and AI-powered auto responders.

Cloud Development

The Best Languages for a Cloud Dev

To become a cloud developer, you must learn some programming languages. There are numbers of factors driving demand for cloud computing and gaining popularity. . Businesses are moving to the cloud due to various reasons such as Flexibility and scalability , Speed and Convenience and cost reduction.

AI Based Document Classification

5 Benefits of Intelligent Document Classification

Automated document processing involves main functions such as scanning the document, labeling it, and separating it based on customized datasets. These classifications are dictated by an organization’s data management guidelines and procedures and executed by an efficient and reliable document annotation tool.

Scroll to Top