Outschool
Buscar

6 US$

weekly
or 60 US$ for all content
Clase

Codificación Java | Nivel 1 | ¡Clase de programación basada en proyectos para principiantes absolutos!

Completado por 278 alumnos
Edades 10-15
Curso a su propio ritmo
En esta clase flexible de 10 semanas, los estudiantes deberán completar CUATRO proyectos del mundo real y una serie de tareas utilizando conceptos del lenguaje de programación Java.
Puntuación media:
4.8
Número de reseñas:
(149 opiniones)
Popular

34 lecciones pregrabadas
10 semanas de apoyo docente
Elige tu fecha de inicio
1 año de acceso al contenido

Paga y comienza después

Ve a tu propio ritmo
Tu hiojo/a puede comenzar a aprender cuando quiera y progresar a la velocidad que mejor le funcione.
Empieza cuando quieras.
Aprende a tu propio ritmo
Accede al material del curso durante un año completo.
Obtén apoyo práctico del maestro.

Qué está incluido

34 lecciones pregrabadas
10 semanas
de apoyo docente
1 año de acceso
al contenido
Tarea
1 hora por semana. Video will be uploaded every week which is easy to follow. Please watch the video at least 3 times if you are struggling to understand the concepts. If you still have questions, please post your questions in the Outschool classroom or send a message/email. I will get back to you as soon as possible. After the end of every class (video), Students will be assigned a homework problem. homework must be submitted before the beginning of the next class. Students will be receiving feedback every week. Students should able to improve their coding skills by carefully following the guideline posted in the classroom. After the end of 8 weeks, students should able to complete 4 Java projects and earn a certificate!

Experiencia de clase

Students will regularly receive pre-recorded videos, partial code, pseudocode, and handouts which have clear instructions and how to apply the Java concepts (explained in the recorded videos) to build FOUR real-world projects from scratch! They will also get weekly feedback to make improvements

==========> Reason to choose this Flex Class
*** Project-based Learning
*** Focuses on building applications from scratch
*** Offers 450+ minutes of video recording!
*** 19 videos
*** 6 assignments
*** FOUR real-world projects
*** Weekly feedback on assignments/projects
*** Ask and get help within 12 hours

By the end of this course, students will able to demonstrate FOUR completed real- world Java projects, which are also customizable- meaning advanced students can add more features to their projects.

==========> List of Projects:
1. A vending machine for a school 
2. A grading system that can calculate GPA for a number of subjects
3. An online pizza ordering system
4. An ATM that allows to withdraw and deposit money in a bank

To complete the projects, students will learn a number of Java concepts, debugging skills, and develop problem solving skills which are essential to become a software engineer/Quality Engineer/programmer/data scientist in the future! 

==========> Covered Concepts: 
1. Introduction to Java and some basics of computer programming 
2. Printing texts in Java (4 different ways to print)
3. Primitive data type (int, double)
4. Non-primitive data type (String)
5. How to write pseudocodes for each of the projects
6. How to translate pseudocodes into actual code
7. Conditional statements (if...el if..else) and nested if conditions
8. Logical Operators (AND, OR, NOT)
9. How to debug your code? 
10. Arrays
11. Loops (while loop)

==========> The structure of the flex class is as follows: 
1. Every week students will receive several videos along with a weekly assignment.
2. They will need to create an online account by signing up here:  https://repl.it/
3. Students will need to share their projects so that I and other students can see the solution. (A solution will only be shared after the deadline)
5. Their coding assignments will be posted (URL) in the classroom so that other students can see the approaches and learn different strategies from each other
6. Shared projects must have comments using Java syntax so that other can clearly understand the solution
7. If students have questions. they can directly message me or post their questions in the classroom. Questions will also be posted in the classroom so that students can participate
8. Some assignments will have partial code which will be explained in the posted videos, students will need to complete the rest and share their solution in the class. It will be discussed in the classroom whoever has the most efficient coding strategy to complete the project and why the strategy is the best compared to other solutions

==========> Basic Concepts:  
This class also start with some basics of programming language- 
1. What is a programming language? 
2. Why do we need a programming language?
3. How does a programming language work?
4. What are binary numbers? 
5. What is a compiler?
6. What is an IDE? 
7. What is pseudocode? 
8. What is a syntax? 
9. What is debugging?  

These are some basic concepts that a programmer should know. But, unfortunately many students do not know these concepts.  The focus of this project-based Java course is to prepare students to code like a professional programmer! In this course, you will start learning Java from basics and start to write 'clean code' for your projects. Good programmers do not just write code for themselves. They write 'clean code' in a way that is understandable by their clients, managers, and colleagues.  Writing code means instructing the computer to do some specific tasks- mostly for fast calculation in a fraction of a second! In this class, we will explore some real-world problems just like the software engineers and solve them using Java programming concepts! 

Video lessons will be posted every week which are structured as given below: 

==========> Course Details:
***Week 1 and Week- 2
Students will be introduced to programming language
They will learn- 
** How to add, subtract, multiply, divide numbers in Java (integer numbers and decimal numbers)
** How to use simple conditions(if else) in Java
** How to use conditions to compare two products

==========> Week-3 and Week-4
*** Project- 1: Vending Machine
Students will be Introduced to the Vending Machine project. They will need to write all the steps that are needed to dispense an item from a vending machine.
They will learn- 
** What is a pseudocode and how it is used to design projects
** How to apply the concepts learned from the first two weeks to start writing code for vending machine
**if.. else if... else condition. This is an extension of if...else conditions

==========>Week-5 & Week-6
***Project- 2: Grading Calculator
Students will be introduced to the Grading Calculator project. They will understand how letter grades are assigned for a particular score range. 
They will learn- 
** Logical operator (AND, OR and NOT)
** Local variable 
** How to assign a letter grade for a range of score using the concept of logical operator

==========>Week-7 & Week-8
***Project- 3: Pizza Ordering System
Students will be introduced to the Pizza Ordering System project. They will need to write all the steps needed to complete an order. Order includes taking care of pizza size, pickup or delivery option, crust selection, toppings, tips, tax. 
They will learn- 
** How to organize their code to take care of an order
** How to debug their code (if there is an error)
** How to initialize a variable
** How to add tax and round the total

==========>Week-9 & Week-10
***Project- 4: ATM Transaction in a Bank
Students will be introduced to the ATM Transaction Banking project. They will need to write all the steps needed to complete a transaction. transaction include pincode setup, withdraw money, update balance, deposit cash/check, balance inquiry
They will learn- 
** While loop
** How to use loop to allow customers to confirm their pincodes
** Break statement and how to use break to get out of a loop
** Update customers' account balances in case of a withdraw or deposit

Those who can successfully complete the projects will be invited to the second part of the Java class!

Metas de aprendizaje

Tailored for beginners, this course offers a structured path to Java proficiency, empowering you to become a proficient programmer.
Develop practical skills by applying learned concepts to build four real-world projects, each consisting of multiple parts developed from scratch.

Programa de estudios

4 Unidades
34 Lecciones
más de 10 semanas
Unidad 1: PROJECT-1: VENDING MACHINE
Lección 1:
Introduction
 Introduction to Programming
We will learn: 
- programming language
- binary numbers 
- compiler 
Lección 2:
Intro to Java
 Intro to Java Programming
We will learn: 
- writing comments
- writing multi-line comments
- Java Class and Method 
Lección 3:
Java Basics (Part-1)
 Java Basics (Part-1)
We will learn:
- the print statement
- print() vs println() 
Lección 4:
Java Basics (Part-2)
 Java Basics (Part-2)
We will learn:
- concatenations and \n 

Otros detalles

Orientación para padres
*** Notice about the usage of Third-party tool A third-party tool, CodeHS, is going to be used in this class. CodeHS is fully COPPA-compliant. An account creation on CodeHS is not mandatory for this class. Students can still use CodeHS without creating an account to write and save their code. The following paragraph is taken from the CodeHS privacy policy section and by joining this class you give permission that the following data will be collected from the enrolled student(s). "As you use our Website, we may use automatic data collection technologies to collect information about your equipment, browsing actions, and patterns. For example, we may collect: details of your visits to our Website, including traffic data, location data, logs, and other communication data; and information about your computer and internet connection, including your IP address, operating system, and browser type. The information we collect automatically is statistical data and does not include Personal Information. It helps us to improve our Website and to deliver a better and more personalized service, including by enabling us to: estimate our audience size and usage patterns; monitor site performance and uptime; resolving technical issue for Website users; store information about your preferences, allowing us to customize our Website for you; and recognize you when you return to our Website." To learn more- https://codehs.com/privacycenter
Lista de útiles escolares
*Students must have a laptop/notebook/chromebook for this class. Tablets are not recommend for this class as they need to write code using keyboards. Also, they will need some pencils, erasers and notebooks/loose leaves to take notes. 
* Students should know how to use a browser (Chrome/IE/Safari) as we will be using an online compiler for this class. 
* Students will not need to install any software for this class
Recursos externos
Además del aula de Outschool, esta clase utiliza:

Conoce al profesor

Se unió el May, 2020
4.8
149reseñas
Popular
Perfil
Experiencia y certificaciones del docente
Maestría desde Loyola Marymount University
Hi, I’m Faruk Hasan ! 👋

I’m a Software Test Engineer (SDET) with over 12 years of experience in software development, cloud computing, and tech education. I specialize in teaching Python, Java, HTML, CSS, JavaScript, Artificial Intelligence (AI), and algebra, with a focus on making complex topics easy to understand through hands-on, real-world projects.

With a Bachelor's and Master's degree in Electrical Engineering, I combine technical expertise with a passion for teaching. My classes are interactive and project-based, helping students not only learn to code but also build critical thinking and problem-solving skills.

Whether your learner is exploring programming for the first time or ready to dive deeper into AI, app development, or math, I’m here to guide them in a fun, supportive, and engaging environment.


 👨‍🏫 Classes I Offer

### 🔹 Python Classes
- Level 1: Real-World Python Projects 
  Learn the basics of Python by building fun, hands-on projects that connect directly to real-world applications.

- Level 2: Advanced Python Projects  
  Take your Python skills to the next level with more complex, creative, and challenging projects.

- Level 3: Python Algorithms  
  Learn how to think like a problem solver! This class focuses on logical thinking and algorithm design.

- Year-Long Beginner Python Coding Class (Project-Based)  
  Perfect for younger or new coders—this class introduces Python through exciting, kid-friendly projects over a full year.

- Level 4 Flex: Python GUI Coding with Tkinter  
  Learn how to build your own apps and interfaces using Python's Tkinter library. Great for visual learners!

- Level 5 Flex: Python Projects with Algorithms & OOP  
  Explore object-oriented programming while building impressive Python projects and sharpening your coding logic.

- AI with Python: Build, Train & Deploy Artificial Intelligence Projects  
  Learn how AI works by building your own models using Python! A fun introduction to machine learning and smart technology.

---

☕ Java Classes
- Level 1: Java for Beginners  
  A project-based class designed to teach the fundamentals of Java in a fun, easy-to-understand way.

- Java OOP: Learn Object-Oriented Programming through Projects
  
  Dive into core Java concepts with real-world applications, perfect for students curious about how software works.

- Advanced Java Programming  
  Take your Java skills further with a focus on algorithm design, advanced concepts, and testing strategies.

---

🌐 Web Development Classes

- Beginner Web Development Bootcamp: JavaScript, HTML, and CSS for Kids  

  Build your own websites while learning how the internet works! This hands-on course covers everything a beginner needs.

---

➗ Math Classes
- Algebra 1 for Middle Schoolers 
  Learn core algebra concepts in a supportive and engaging environment. Perfect for middle school students who want to get ahead or build confidence.

---

🌟 **Why Choose My Classes?

- Industry Experience Meets Education 
  With 12+ years in tech and a passion for teaching, I bring real-world knowledge into every lesson.

- Project-Based Learning  
  Every class is packed with hands-on activities so students can apply what they learn and build a portfolio of cool projects.

- Fun, Supportive, and Student-Focused  
  I create an environment where students feel comfortable asking questions, exploring ideas, and growing their skills.

---
 🎓 Education
- B.S. in Electrical Engineering – Queen Mary, University of London, UK  

- M.S. in Electrical Engineering – Loyola Marymount University, Los Angeles, CA

---

💼 Professional Background
I’ve spent over a decade in the tech industry, working as a Software Test Engineer (SDET). I specialize in Python, Java, web development, cloud computing, and AI. I love bringing that real-world experience into the classroom to show students how tech is used every day.

---

🎮 **Fun Facts About Me
When I’m not coding or teaching, you’ll find me traveling, reading, cycling, gaming, or exploring new technologies. My hobbies help me bring creativity and energy to every class!

---

🚀 Join Me!
Whether you're new to coding or ready to take on more advanced projects, you're in the right place! Let’s explore the exciting world of STEM, AI, and programming together—one fun project at a time.

---

Reseñas

Otras clases de Faruk Hasan
Otras clases de Faruk Hasan


A los padres también les gusta
[Uno a Uno] Tutoría Privada de Codificación en JAVA - Introducción a la Programación en JAVA
Ziad Ghazi
4.5
(8)
55 US$ por sesión
Lecciones 1 a 1
Bajo demanda
7-18
Programación en Java: aprenda a programar con proyectos divertidos - Nivel 1
Einsteins Square: Chess, Coding, Math, Art, Games
4.8
(5,829)
21 US$ por clase
Próxima sesión a las 3 AM el Monday
Clase grupal
12 semanas, 1/semana, 50 min
12-17
Programación Java: clases particulares individuales
Einsteins Square: Chess, Coding, Math, Art, Games
4.8
(5,829)
39 US$ por sesión
Lecciones 1 a 1
Bajo demanda
10-18
Clase Java 1:1
MissB aka Bhavana R (Coding)
4.9
(37)
70 US$ por sesión
Lecciones 1 a 1
Bajo demanda
13-18
Clase semanal de Java
MissB aka Bhavana R (Coding)
4.9
(37)
25 US$ por clase
Próxima sesión a las 10 PM el Tuesday
Clase grupal
1/semana, 45 min
11-16
Programación en Java: Aprende a programar con proyectos divertidos - Nivel 2
Einsteins Square: Chess, Coding, Math, Art, Games
4.8
(5,829)
21 US$ por clase
Próxima sesión a las 7 PM el Thursday
Clase grupal
12 semanas, 1/semana, 50 min
12-17
101 Curso personalizado privado: conceptos básicos para principiantes: programación en Java, 1 hora semanal
StudentScholars
3.9
(86)
43 US$ por sesión
Próxima sesión hoy a las 11 PM
Lecciones 1 a 1
Bajo demanda
9-18
101 Programación JAVA Privada -Intermedio- Nivel 2 - 30 Minutos Semanales
StudentScholars
3.9
(86)
33 US$ por sesión
Lecciones 1 a 1
Bajo demanda
9-18
101 Programación JAVA Privada - Conceptos Básicos para Principiantes - Nivel 1 - 30 Minutos Semanales
StudentScholars
3.9
(86)
33 US$ por sesión
Lecciones 1 a 1
Bajo demanda
9-18
101 Curso Privado Personalizado - Intermedio - Programación Java - 1 Hora Semanal
StudentScholars
3.9
(86)
48 US$ por sesión
Lecciones 1 a 1
Bajo demanda
9-18
101 Programación JAVA Privada - Conceptos Básicos para Principiantes - Nivel 1 - 30 Minutos Semanales
StudentScholars
3.9
(86)
33 US$ por sesión
Lecciones 1 a 1
Bajo demanda
7-18
Aprenda programación orientada a objetos con Java
Mikaila
35 US$ por sesión
Lecciones 1 a 1
Bajo demanda
13-18
Codificación Java y Python 2 en 1 | ¡Clase de programación semanal de un año de duración para principiantes!
Faruk Hasan
4.8
(149)
11 US$ por clase
Próxima sesión a las 10:30 PM el Sunday
Clase grupal
1/semana, 35 min
10-13
Magic Java: aprende a programar de forma profesional a través del arte y los juegos (1 a 1)
Nicolas Bulgarides
55 US$ por sesión
Lecciones 1 a 1
Bajo demanda
13-18
Minecraft JAVA Edition: Cómo sobrevivir en el curso para principiantes de Survival Java
Julie Olufson
4.9
(269)
15 US$ por clase
Próxima sesión a las 1 PM el Monday
Clase grupal
1/semana, 45 min
5-10
Tutoría de Ciencias de la Computación A (Java)
Darshak Kachchhi
5.0
(2)
20 US$ por sesión
Lecciones 1 a 1
Bajo demanda
11-18
Ver más clases
Inicio
Buscar
Regalar una tarjeta de regalo
Abrir configuración de moneda, zona horaria e idioma
Idioma y región
Iniciar sesión