For the full details in Arabic, please check the original post:
- Introduction
- Learning Path
- Resources
- Practice Projects
- Additional Tips
- Next Steps
- Author
- Author Contact
This repository outlines a comprehensive learning path for programming basics. Whether you're a beginner or looking to solidify your foundation, this guide will help you navigate through key programming concepts.
- Programming Fundamentals
- Object-Oriented Programming (OOP)
- Data Structures
- Algorithms
- Databases
- Networking
- Operating Systems
Start your journey with C++, an excellent language for learning core programming concepts.
- C++ Course by Osama Elzero: YouTube Playlist
OOP is crucial for designing clear, flexible, and maintainable code. Learn it with C#, known for its strong OOP support.
- C# Tutorial: W3Schools
- OOP with C# Course: Google Drive
Apply your OOP skills with these hands-on projects:
-
CRUD Project: YouTube Playlist
Develop a basic CRUD (Create, Read, Update, Delete) application to understand how OOP principles like encapsulation, inheritance, and polymorphism are applied in real-world scenarios. -
Educational Management System: GitHub Repo
Build an educational management system to implement more complex OOP concepts, including advanced class hierarchies, interfaces, and design patterns. -
Additional OOP Projects: Google Drive
Explore a variety of additional OOP projects to further practice and refine your understanding of object-oriented design and implementation.
Understanding data structures is key to writing efficient code. Learn them using C++ to also grasp concepts like pointers.
- Data Structures in C++ by mega code "only linear DSA" very recommended: YouTube Playlist
- Linear Data Structures by Adel Nasim: YouTube Playlist
Algorithms are the problem-solving strategies of programming. These courses will help you think like a programmer.
- Algorithms by Adel Nasim: YouTube Playlist
- Abdul Bari's Algorithm Course: YouTube Playlist
Learn both SQL and NoSQL databases to handle various data storage needs.
- SQL Server Database: YouTube Playlist
- NoSQL - MongoDB: YouTube Playlist
Understanding networking is crucial in our interconnected world of software.
- Networking Course by Mohab Alaa: YouTube Playlist
Grasp how software interacts with hardware through operating systems.
- Operating Systems Course: YouTube Playlist
- Consistency is key. Try to code a little every day to build and maintain your skills.
- Don't ِjust watch videos - code along and experiment with the concepts you learn.
- Join coding communities or find a study buddy to share your learning journey.
- Work on personal projects to apply your knowledge in real-world scenarios.
- Remember, debugging is a crucial skill. Embrace errors as learning opportunities.
After mastering these basics, consider exploring:
- Web development (Frontend or backend or both)
- Mobile app development
- Cloud computing
- Machine Learning and AI
- etc...
Remember, the field of programming is vast and ever-evolving. Stay curious and keep learning!
Happy coding!
Abdelaziz Elbessa
Software Engineer - Full Stack
- GitHub: mrXrobot26
- LinkedIn: Bess Gates
- Twitter: @MrXroboT
- YouTube: Bess_Gates
- Facebook: Abdo Elbessa
MIT License
Copyright (c) 2024 Abdelaziz Elbessa
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.