8 US$
weeklyor 75 US$ for all content
Codificación Java | Nivel 2 | ¡Clase de programación basada en proyectos para principiantes!
Completado por 26 alumnos
Edades 11-16
Clase a ritmo propio
35 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
35 lecciones pregrabadas
10 semanas
de apoyo docente1 año de acceso
al contenidoExperiencia de clase
***THIS IS NOT A LIVE CLASS. This is a project-based flex class. Students will receive pre-recorded videos, handouts, partial codes which have clear instruction on Java concepts and how to apply them to complete FOUR real-world projects! ==========> Reason to choose this Flex Class: *** Project-based Learning *** Offers 450+ minutes of video recording! *** 15 videos *** 12 assignments *** FOUR real-world projects *** Ask and get help within 12 hours ==========> What students will learn? Students will- ** learn project management and build coding skills by completing real-world projects ** develop problem solving skill ** learn how to be more organized in coding- clean coding ** learn how to translate pseudocode to actual Java code ** debug code (finding bugs in the code and fix them) ** enhance coding skill by building projects which aim to provide solution to a business ** learn how to add new features/upgrade projects ** get opportunity to work on an extra project (for advanced students) ==========> The structure of the flex class is as follows: 1. Every week students will receive several videos along with a weekly assignment. Assignments will have deadlines. Students are requested to submit assignment by the due date. 2. They will need to create an online account by signing up here: https://repl.it/ (parents can help students to do the sign up as an email address is required. This account will be used to write the coding assignments and parents can have access to the accounts and assignments) 3. Students will need to share their projects so that I and other students can see the solutions. (Learn from each other) 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 solutions 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 regularly 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 ==========> List of Concepts In this class, you will start learning some advanced programming concepts and apply them to create some challenging projects. Let's first see the list of concepts! 1. Boolean 2. Java Hashmap 3. Conditional Statements (Advanced) 3. Nested While Loop (Advanced) 4. Nested For Loop (Advanced) 5. Arrays 6. Methods (return and non-return type) 7. Iterators ==========> Projects for this class You will be completing the following FOUR projects using the concepts mentioned above: ==========> 1. Rock, Paper, and Scissors game We have all played this classic game! But, this time you are going to play against the computer! We will use the concept of conditions, loops, and arrays to create this classic game. ==========> 2. Sign up for a bank account To signup for a bank account, you will need to provide your personal information and choose a username and password. In this project, we will learn to develop a project which checks the username and password (with certain number of characters) that will allow you to sign up for a bank account. We will use the concepts of nested loop with conditional statements to setup the username and password and verify the password. Note- We are not actually signing up for a real bank account and we are not using your personal information. This is just a coding assignment to check how a signup process is handled in the background. We will just use some dummy passwords and emails for this assignment. ==========> 3. Advanced Grading Calculator In level-1 of the Python class, you completed a grading calculator project which has over 200 lines of code! You have applied the concept of logical operators and if else conditions. However, we had to use a lot of conditions for each of the subjects that was graded. So this time we will learn how can we use Java methods to optimize the code. The code will be shorter and more efficient. ==========> 4. Self-Checkout Bookstore If you have recently visited a grocery store like Target or Walmart, you may have noticed terminals that do not have any cashiers. These are self-checkout terminals that allow you to scan your products and pay for them. You do not have to talk to anyone unless there is a complex issue processing your order. We will learn how to create a self-checkout terminal using Java's HashMaps, Arrays, Loops, and Methods (with return types) concepts that you learned in the previous assignments. ==========> Weekly Agenda: ***Week-1 and Week- 2 Reviews of the entry-level Java concepts Java Import (random) They will learn- ** How to use conditions ** How to randomly select a number/ a string from a list ** How to use loops They will complete- ** assignments on the reviews ** Project 1- Rock, Paper and Scissors game ***Week-3 and Week-4 nested loop with break and continue statements Boolean They will learn- ** How to write nested loop ** How to write conditions inside a nested loop ** How to use continue and break statement They will complete- ** assignments on nested loop ** Project 2- Sign up for a bank account ***Week-5 and Week-6 Java Hashmap and methods They will learn- ** How to create hashmap ** How to create methods (return type and non-return type) They will complete- ** assignments on methods and hashmap ** Project 3- Advanced Grading Calculator ***Week-7 and Week-8 final project They will learn- ** How to write pseudocode ** How to translate pseudocode to Java code They will complete- ** assignments on all the concepts discussed ** Project 4- Self-Checkout Bookstore *** Week-9 and Week-10 Additional weeks for students who need extra time to complete the projects
Programa de estudios
4 Unidades
35 Lecciones
más de 10 semanasUnidad 1: PROJECT-1: ROCK, PAPER, SCISSORS
Lección 1:
Introduction to Level-2
Intro to level-2
Lección 2:
Assignment-1: Vocabs
Lección 3:
Assignment-1: Solution
Lección 4:
Assignment-2: Conditional Statements
Otros detalles
Recursos externos
Además del aula de Outschool, esta clase utiliza:
Conoce al profesor
Experiencia y certificaciones del docente
Maestría desde Loyola Marymount University
Hello Future Engineers, Scientists, and Innovators!
I'm Faruk, a passionate Software Test Engineer (SDET) and STEM instructor based in New York, with over 12 years of experience in software development and teaching. My goal is to make learning fun, interactive, and hands-on while helping students build real-world problem-solving skills.
With a Bachelor’s and Master’s in Electrical Engineering, I bring technical expertise and a deep understanding of coding, algorithms, and project development. Through engaging, project-based learning, my classes aim to equip students with the essential skills to succeed in tech careers.
Classes I Offer:
Python Classes:
- Level-1: Real-World Python Projects – Learn coding with hands-on projects that mimic real-world applications.
- Level-2: Advanced Python Projects – Dive deeper into Python with advanced project-based learning.
- Level-3: Python Algorithms – Master algorithm design and logical problem-solving in Python.
- Beginner Python Coding: Year-Long Project-Based Programming Class for Kids – A year-long class designed for younger students to learn Python through fun projects.
- Level 5: Python Flex – Algorithms and Projects with Object-Oriented Programming – Learn advanced Python techniques and object-oriented programming with flexible learning.
- Python Coding GUI Mastery: From Basics to Intermediate Tkinter (Flex, Level 4) – Dive into graphical user interfaces with Tkinter for Python.
- Python and Artificial Intelligence Projects: Build, Train, and Deploy AI Models – Learn how to build, train, and deploy AI models using Python.
Java Classes:
- Level-1: Java for Beginners – A beginner's project-based approach to learning Java.
- Advanced Java Programming – Explore algorithm design and real-world Java applications.
- Java Object-Oriented Programming – Learn Java OOP through real-world projects in software testing.
Web Development Classes:
- Beginner Web Development Bootcamp: Javascript, HTML, and CSS for Kids! – An introductory bootcamp designed for kids to learn web development using JavaScript, HTML, and CSS.
Math Classes:
- Algebra 1 for Middle Schoolers – Algebra concepts taught in a fun, approachable way for middle school students.
Why Choose My Classes?
- Real-World Experience: I apply industry knowledge to make complex concepts easy and relatable.
- Hands-On Projects: Each class is designed around projects that help students build practical coding skills.
- Engaging Learning Environment: I foster a fun and supportive environment where learning and creativity thrive.
Education:
- Bachelor’s in Electrical Engineering – Queen Mary, University of London, UK
- Master’s in Electrical Engineering – Loyola Marymount University, Los Angeles, CA
Professional Background:
With over 12 years in the tech industry, I have experience delivering cutting-edge technology services and am excited to share those insights with my students.
Hobbies:
When I’m not coding, I love traveling, cycling, reading, and gaming. My diverse hobbies inspire creativity in my teaching and make each class dynamic and enjoyable.
Join Me!
Let’s embark on a fun and educational STEM journey together! Whether you’re just starting or want to take your skills to the next level, I’m here to help you succeed.
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,705)
21 US$ por clase
Próxima sesión a las 12 AM el Friday
Clase grupal
12 semanas, 1/semana, 50 min
12-17
Clase Java 1:1
MissB aka Bhavana R (Coding)
4.9
(35)
60 US$ por sesión
Lecciones 1 a 1
Bajo demanda
13-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 -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
7-18
Introducción a Java
Rehaan
55 US$ por sesión
Lecciones 1 a 1
Bajo demanda
10-18
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:30 PM
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
Aprenda programación orientada a objetos con Java
Mikaila
35 US$ por sesión
Lecciones 1 a 1
Bajo demanda
13-18
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
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
(145)
11 US$ por clase
Próxima sesión a las 11:45 PM el Mon 3/3
Clase grupal
1/semana, 35 min
10-13
Usaco Bronce - Java
Phanee P
5.0
(1)
60 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
(267)
15 US$ por clase
Próxima sesión a las 3 PM el Sunday
Clase grupal
1/semana, 45 min
5-10
Club semanal de Hypixel PvP de Minecraft (Java)
Teacher Parsa
4.9
(107)
11 US$ por clase
Próxima sesión a las 12:55 AM el Saturday
Clase grupal
1/semana, 50 min
8-13
Tutoría de una hora sobre Java y Ciencias de la Computación AP
Sierra Acy
5.0
(4)
70 US$ por sesión
Lecciones 1 a 1
Bajo demanda
11-18
Más para explorar
Avatar, el último maestro del aire
Historia de la Primera Guerra Mundial
Ensayos a través del juego
Aventuras Pequeños Viajes
Paz fuera
Libro animado
Python para principiantes
Explorando la química
Vocabulario divertido
Horneando galletas
Cfop Aprendiendo a acelerar
Negativo Positivo
Constelaciones
En una obra de teatro
Academia de huertos
Teoría del color
Problema de palabras de matemáticas
Tejeduría
Pájaros realistas
Examen de inglés satelital
Asistencia financiera
Tutoría
Más para explorar
Historia de la Segunda Guerra MundialOrganizando el tiempoPod cómicoHigiene de la saludConejito de Animal CrossingHablarEléctricoEjército fantasmaMazmorras y dragones Silent HillSable de luz de Star WarsDanza de las tierras altasBiología PrivadaVeterinario comienzaEspañol inspirado en WaldorfObra maestra