facebook
favorite buttonAdd to Wish List
favorite buttonAdd to Wish List
from45.00EUR/ h

C# & Unity Programming Teacher (C, C++, Java, Javascript, Python, R, Php, Assembly, Mysql, MongoDB, HTML, CSS, and more...)

Hi,

I'm an energetic programming mentor with more than 16 years of experience and a personalized mentoring strategy.

Are stuck with your code? Or you don't know how to start your program? Or you are experienced but you need some guidance?

Are you ready to learn C# from zero to hero?

Are you interested in game development? Let's explore your game-making ideas and develop your Unity and C# skills.

If you answer yes to any of the questions above, then let me be your guide and your mentor.

See you soon,
Gabor

Extra information

I don't use a webcam, only audio and screen sharing.

Location

Online via webcam

General info

Age:
Children (7-12 years old)
Teenagers (13-17 years old)
Adults (18-64 years old)
Seniors (65+ years old)
Student level:
Beginner
Intermediate
Advanced
Duration:
60 minutes
The class is taught in:English, Hungarian

About Me

Hi,

Are you stuck with your code and looking for a teacher to help you continue your journey in C# or C++ or one of many other programming languages?
Do you have some game-making ideas? Let's develop your skills in Unity and C#. I'm here to support you with more than 16 years of experience and a personalized mentoring strategy.

Education

Web programmer at Kodolanyi Janos University 2009 - 2011
Computer Science BSc at Eötvös Loránd University 2011 - 2014
I learned about everything, but mostly about algorithms.

Experience / Qualifications

Freelancer Unity / C# Programmer & Tutor 2015 - Now
Head of School, Code mentor, Coach at CodeCool Kft. 2016
Backend developer at Avangrade Ltd. 2015
Full Stack C++ & CI Developer at Danubisoft Ltd. 2014- 2015
Freelancer Full Stack Web Developer & Designer 2007 - 2011

Ask a question

Send a message explaining your needs and Gábor will reply soon:
The more detail, the better.
Ex. "Hi, when are you available to meet for a lesson?"

Availability of a typical week

(GMT -05:00) Chicago
MonTueWedThuFriSatSun
0
  
  
  
  
  
  
  
1
  
  
  
  
  
  
  
2
  
  
  
  
  
  
  
3
  
  
  
  
  
  
  
4
  
  
  
  
  
  
  
5
  
  
  
  
  
  
  
6
  
  
  
  
  
  
  
7
  
  
  
  
  
  
  
8
  
  
  
  
  
  
  
9
  
  
  
  
  
  
  
10
  
  
  
  
  
  
  
11
  
  
  
  
  
  
  
12
  
  
  
  
  
  
  
13
  
  
  
  
  
  
  
14
  
  
  
  
  
  
  
15
  
  
  
  
  
  
  
16
  
  
  
  
  
  
  
17
  
  
  
  
  
  
  
18
  
  
  
  
  
  
  
19
  
  
  
  
  
  
  
20
  
  
  
  
  
  
  
21
  
  
  
  
  
  
  
22
  
  
  
  
  
  
  
23
  
  
  
  
  
  
  
from 45€Online via webcam

Good-fit Instructor Guarantee


If you are not satisfied after your first lesson, Apprentus will find you another instructor or will refund your first lesson.

Online reputation

  • Instructor since January 2023

Availability of a typical week

(GMT -05:00) Chicago
MonTueWedThuFriSatSun
0
  
  
  
  
  
  
  
1
  
  
  
  
  
  
  
2
  
  
  
  
  
  
  
3
  
  
  
  
  
  
  
4
  
  
  
  
  
  
  
5
  
  
  
  
  
  
  
6
  
  
  
  
  
  
  
7
  
  
  
  
  
  
  
8
  
  
  
  
  
  
  
9
  
  
  
  
  
  
  
10
  
  
  
  
  
  
  
11
  
  
  
  
  
  
  
12
  
  
  
  
  
  
  
13
  
  
  
  
  
  
  
14
  
  
  
  
  
  
  
15
  
  
  
  
  
  
  
16
  
  
  
  
  
  
  
17
  
  
  
  
  
  
  
18
  
  
  
  
  
  
  
19
  
  
  
  
  
  
  
20
  
  
  
  
  
  
  
21
  
  
  
  
  
  
  
22
  
  
  
  
  
  
  
23
  
  
  
  
  
  
  
from 45€Online via webcam

Good-fit Instructor Guarantee


If you are not satisfied after your first lesson, Apprentus will find you another instructor or will refund your first lesson.

Share

You are here


Mahmood
C and C++ Programming Language Course and tuition classes
In this classes I will teach you all the basics about C/C++ programming language. At the end of this class you will get a good understanding about the concept of object-oriented programming using C/C++, and you will be able to write and read basic C/C++ code. No prior knowledge is required. Course outlines: - Introduction - Types and declarations - Pointers, Arrays and Structures - Expressions and statements - Functions - Namespaces and Exceptions - Source Files and Programs - Classes - Operator Overloading - Derived class

Adam
Basic concepts of algorithms and data structures in computer science
Online Course: Basic Concepts of Algorithms and Data Structures Duration : - 60 minutes: condensed format to introduce fundamental concepts with targeted exercises. - 90 minutes: extended format to explore concepts in depth, solve complex problems, and include an interactive question-and-answer session. --- General description This course is designed for students and professionals who are new to computer science, as well as those who want to solidify their foundation in algorithms and data structures. It provides a clear and practical introduction to the essential tools for solving problems effectively, by learning how to design and analyze algorithms. Whether you are preparing for an exam, a technical interview, or want to improve your programming skills, this course will guide you in understanding theoretical concepts and their practical application. --- Educational objectives At the end of the course, participants will be able to: 1. Understand the fundamental concepts of algorithms: sorting, searching, time complexity. 2. Master key data structures: arrays, lists, stacks, queues, trees, and graphs. 3. Solve problems by choosing appropriate data structures and algorithms. 4. Analyze and optimize the performance of algorithms. --- Course syllabus 1. Introduction (5-10 min) - Presentation of the objectives and concepts covered. - Importance of algorithms and data structures in computer science. 2. Fundamental concepts (20-30 min) - Definitions and roles of algorithms and data structures. - Temporal and spatial complexity: basic notions (Big O). - Basic data structures: arrays, lists, and dictionaries. 3. Practical application and examples (30-40 min) - Simple sorting implementation (insertion sort, bubble sort). - Search example (linear search, binary search). - Manipulation of stacks and queues through practical exercises. - Bonus for the 90 min format: Exploration of trees and graphs (simple example of a route). 4. Q&A and conclusion (5-10 min) - Review of the concepts covered. - Tips for continuing to practice and progress. - Suggestions for personal projects to apply the knowledge acquired. --- Teaching methodology - Interactive learning: a combination of theoretical explanations and practical applications. - Concrete examples: each concept is illustrated by practical cases and guided exercises. - Adaptation to needs: the courses are adjusted to the level and objectives of each participant, with a focus on the most relevant aspects. --- Target audience This course is aimed at: - Computer science students wishing to strengthen their mastery of the basics before exams or projects. - Programming beginners who want to understand the essential mechanisms behind problem solving. - Professionals preparing for technical interviews or seeking to improve their understanding of algorithms. --- Benefits of this online course - Personalized support from an experienced trainer. - Educational materials and practical exercises accessible after the session. - Flexible hours to fit your schedule. - Progressive approach to facilitate learning, even for beginners. Develop your skills in algorithms and data structures today to efficiently solve the complex problems of tomorrow! ---

Msr
Fundamentals of Algorithms and Programming in Python
This course offers a progressive introduction to algorithmic thinking and Python programming. Through clear explanations, concrete examples, and practical exercises, learners will discover how to analyze a problem, design an efficient algorithm, and then translate it into Python code. No prior programming experience is required: this course is aimed at beginners who are curious to learn to code by solving problems in a logical and structured way.

Join
🎓 Academic Support – 📘 Maths from Secondary to Bachelor’s Degree & 💻 Programming in C, C++, Python and Java!
Do you need a boost in mathematics to better understand lessons, pass your exams or prepare for a competition? Do you want to learn to program in C, C++, Python or Java to develop skills sought after in the digital world? This comprehensive and personalized academic support program is designed to meet your needs and help you succeed! 💡 Why Choose this Program? This course offers tailor-made support, adapted to your level and your objectives: 🎯 Progress in mathematics by strengthening your foundations and mastering advanced concepts. 💡 Understand theoretical concepts in depth to better apply them in exercises and problems. 💻 Learn to program in C, C++, Python and Java with clear explanations and practical exercises. 🚀 Develop essential skills in algorithms and computer problem solving. 🎓 Effectively prepare for your exams (Bac, Licence, competitive exams) thanks to targeted revisions and practice subjects. With a caring educational approach, this course helps you gain confidence and achieve your academic goals. 📘 Mathematics – From Secondary to Bachelor Mathematics is the key to academic success in many scientific and technical fields. This module covers: Secondary Level (Middle and High School): Arithmetic, fractions, percentages, proportionality. Algebra: Equations, inequalities, functions (linear, quadratic, exponential, logarithmic). Geometry: Theorems, trigonometry, analytical geometry. Statistics and probability: Analyze data, calculate probabilities. Preparation for exams: Brevet, Bac, entrance exams for grandes écoles. University Level (Bachelor): Differential and integral calculus: Derivatives, integrals, sequences and series. Linear Algebra: Matrices, vectors, systems of linear equations. Advanced Probability and Statistics: Random variables, probability laws, estimation and hypothesis testing. Numerical analysis: Methods for approximate resolution of equations and systems of equations. Discrete Mathematics: Graphs, Boolean logic, combinatorics. This module offers progressive exercises, clear explanations and detailed corrections to understand in depth and train effectively. 💻 Programming – C, C++, Python and Java Mastering programming is a major asset for success in the digital and technological field. This module covers the fundamentals of programming to enable you to: Understand algorithmic logic and computer problem solving. Master the syntax of the C, C++, Python and Java languages. Writing your first programs: Variables, conditional structures, loops, functions. Work on practical projects: Calculator, data management, simple games, sorting and searching algorithms. Develop advanced skills: Object-oriented programming (C++, Java): Classes, inheritance, polymorphism. Memory management (C, C++): Dynamic allocation, pointers. File manipulation: Reading and writing data. Data structures: Lists, stacks, queues, binary trees. Code optimization for faster and more efficient programs. This module offers concrete examples, practical exercises and motivating projects to help you learn while having fun while developing skills useful in the professional world. 🎯 Interactive and Motivating Teaching Dynamic online courses: Learn from home in an interactive format with audio and screen sharing. Tailor-made method: The courses are designed according to your level and your objectives for learning at your own pace. Practical exercises and concrete projects: To apply theoretical concepts and develop your skills. Personalized monitoring: Regular support to monitor your progress and adapt the program to your needs. Encouragement and motivation: A positive approach to building your confidence in your abilities. 🔔 For Who? This program is aimed at: High school students wishing to strengthen their foundations in mathematics or learn to program. University students in science or computer science looking to deepen their knowledge of math and programming. Candidates for exams and competitions preparing for the Baccalaureate, a License, or entrance exams to the grandes écoles. Programming enthusiasts wanting to learn the fundamentals of C, C++, Python or Java. Adults in professional retraining wishing to acquire programming skills. 🚀 Ready to Succeed? Join the "🎓 Academic Support – 📘 Maths from Secondary to Bachelor & 💻 Programming in C, C++, Python and Java!" and benefit from personalized support to achieve your goals. Whether you want to improve your grades, pass your exams or develop programming skills, this program will give you knowledge, confidence and motivation. Register today and take the first step towards success!

Shakh
Get started in programming by discovering the basics of algorithms, with a caring and educational engineer!
This course is for those who want to take their first steps in computer programming. Together, we will discover the fundamentals of programming as well as the main elements that make up an algorithm: variables, conditions, functions, loops, arrays, and more. All courses are interactive, combining theory and practice. You'll write your first algorithms in pseudo-code, and we'll implement them together using a programming language to ensure you understand and assimilate the various concepts. The number of courses required to master the material is around ten. This number, however, varies depending on your level and the speed at which you wish to progress. The courses are accompanied by materials and practical exercises to do at home, to allow you to assimilate the material as best as possible.

Salim
Computer science courses (Algorithms, Python, SQL, Power BI and MS office)
Hi there! I'm a Data Scientist and Data Analyst with over five years of experience, here to help you master Python, algorithms, SQL, and Power BI. I focus on practical, real-world applications, so whether you're just starting or looking to advance, my lessons will equip you with the skills to succeed. Let's make learning fun and effective!

Adam
give the basics of algorithms as well as devel
The "Algorithms in Python" course is designed to teach you the fundamentals and advanced concepts of algorithms using the Python language. You will discover fundamental data structures, programming paradigms (iterative, recursive, divide and conquer, dynamic programming), and learn how to efficiently solve algorithmic problems. Through practical exercises and projects, you will develop essential skills for analyzing and optimizing algorithms, while improving your programming logic.

Lina
Basic Computer Programming. Python, C ++
This class is for anyone who wants to enter the world of computer programming, or those first semester engineering students who are becoming familiar with these languages. - I want to develop in the student the logic to communicate with the computer so that he can create programs and awaken his creativity. - I think that computer programming has too wide a field of application, which makes it almost useful for anyone in today's technological world to know how to program. - Programming is not only useful but fun and can help us understand concepts from other areas or from life itself.

Rafael
The C++ programming language -- basic and advanced concepts
C++ is a leading programming language used in game development, virtual reality, real-time simulation and high-frequency trading, where efficiency and speed matter. One reason why C++ is so effective is its ability to work very closely with hardware. Additionally, as an object-oriented programming language, it offers flexibility in development. This makes it the go-to language when speed and performance are non-negotiable. With a competitive base salary, there is a significant demand for C++ developers in high-stake fields like game development.

Soumya
Mathematics and Computer Science Tutoring for High School & College Students
This course is designed for high school and college students who want to strengthen their understanding of Mathematics and Computer Science. Whether you're struggling with concepts, preparing for exams, or looking to develop a strong foundation, this class will provide personalized learning tailored to your needs. I am currently pursuing my Master’s in Advanced Computer Science at the University of Liverpool, UK, and have experience as a Teaching Assistant in Engineering Mathematics at Indian Institute of Engineering Science and Technology and have been tutoring students in Mathematics and Computer Science for over four years. My goal is to simplify complex topics and build students' confidence in problem-solving. Key topics covered include: Mathematics: Algebra, Calculus, Linear Algebra, Probability & Statistics, Discrete Mathematics Computer Science: Python, Java, C++, Data Structures & Algorithms, SQL, Machine Learning, Deep Learning, Full-Stack Development. The class is interactive, with problem-solving sessions, real-world applications, and structured learning plans to ensure concept clarity and application skills.

Sebastian
Java Programming to Get Oracle's Java Foundations Exam | 1Z0-811
We learn together the basics of programming, which is universal for all programming languages. Then we learn about object-oriented programming, which includes the Java language, one of the most widely used languages in the IT industry (Information Technology). We delve into algorithmic and practical cases for the use of this language by creating mini applications. All the accumulated information helps you support the first level of certification within Oracle, and with the diploma obtained you will be able to apply for an internship for your future job.

Arslan
Software/Web Developer | Programming Instructor | Fullstack Developer
I am a highly motivated Software/Web Developer with a degree in Computer Engineering, driven by a passion for software development, continuous learning, and teaching. I specialize in PHP, JavaScript, and modern web technologies, offering personalized programming lectures for beginners and professionals looking to enhance their skills. Teaching & Mentorship I provide structured programming lessons covering: ✔ Backend Development: PHP, Laravel, Yii ✔ Frontend Development: Vue.js, Nuxt.js, React.js, Next.js, Knockout.js ✔ Database Design & Management: SQL, MySQL, MariaDB ✔ UI/UX Development: HTML/CSS, Bootstrap, Tailwind CSS, Element UI, Vuetify ✔ API Development & Integration: RESTful APIs, Google APIs, Payment Gateways ✔ Version Control & CI/CD: Git, GitHub Actions, GitLab CI ✔ Cloud Services & Deployment: AWS (S3, EC2, Lambda), Hosting & Server Management Why Learn from Me? ✅ Hands-on Learning – Practical coding exercises & real-world projects ✅ Personalized Curriculum – Tailored to your skill level & career goals ✅ Industry Best Practices – Learn scalable, efficient, and secure coding techniques Whether you're a beginner looking to start programming or a developer aiming to sharpen your skills, I can help you master PHP, JavaScript, and modern web frameworks through structured lessons and one-on-one mentorship. Let’s build something amazing together! 🚀

Mohammed Shan
Learn Coding at Your Own Pace - Expert Programming Tutor!
Are you ready to take your programming skills to the next level? My interactive and engaging lessons are tailored to your individual learning style and goals. Each session starts with a quick overview of the topic, followed by hands-on coding exercises to reinforce your understanding. We’ll dive into real-world projects, making the learning process practical and relatable. Whether it's building web applications, solving algorithmic challenges, or exploring cybersecurity principles, my structured lessons ensure you gain both theoretical knowledge and hands-on experience. With a Master’s degree in Computer Science and professional experience at VISA and Broadcom, I provide industry insights that connect learning to real-world applications. My clear explanations, step-by-step guidance, and problem-solving approach help students master coding with confidence. No matter your skill level—absolute beginner to advanced developer—I ensure each session is productive, fun, and empowering. Flexible scheduling, personalized feedback, and customized lesson plans make learning seamless and effective. You’ll also receive practice problems, project-based assignments, and ongoing support to reinforce what you learn. Whether you're preparing for coding interviews, academic courses, or career advancement, I’m here to guide you every step of the way. My goal is to make learning programming an enjoyable and rewarding experience. I simplify complex concepts and provide real-world coding examples that help you grasp topics easily. Don’t let coding challenges hold you back—take control of your learning today! 🚀 Start your coding journey now! Book a session and begin mastering programming with expert guidance. Limited slots available—reserve yours today!

Lionel
Master C# Programming with an Experienced Developer – Beginner to Advanced Levels
Are you ready to master C# programming or SQL Server database design? With over 20 years of experience in software development, I provide tailored lessons designed to make learning practical, engaging, and applicable to real-world scenarios. For C#, I cover programming fundamentals, object-oriented principles, and best practices for writing clean, efficient code. If you’re interested in SQL Server, I specialise in database design, creating and managing tables, building and optimising views, and writing stored procedures to handle complex operations. Each lesson is customised to suit your needs, whether you’re a beginner or looking to enhance your skills. With hands-on exercises, clear explanations, and personalised feedback, I’ll help you gain the confidence and expertise to succeed. Choose your focus—C# programming or SQL Server—and let’s start working toward your goals today!

Muhammad
Master Programming & Computer Science: GCSE, A-Level, BSc
I offer engaging and comprehensive programming lessons in C++ and Python, designed to help you master essential concepts and advanced topics in computer science. From problem-solving techniques, object-oriented programming, and data structures to database management, operating systems, digital logic design, and algorithm analysis, my lessons cover it all. I also introduce exciting areas like parallel and distributed computing and the basics of artificial intelligence. Whether you're preparing for GCSEs, A-levels, or pursuing a BSc in Computer Science, my tailored approach ensures you build a strong foundation and advance to becoming an exceptional programmer. Let’s make programming both accessible and enjoyable as you unlock your full potential in this ever-evolving field!