Code Clinic: Java

Go to class
Write Review

Free Online Course: Code Clinic: Java provided by LinkedIn Learning is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Code Clinic: Java is taught by Carlos Rivas.

Overview
  • Practice coding with Java. Explore solutions to common programming challenges and compare them with other languages in the Code Clinic series.

Syllabus
  • Introduction

    • Welcome
    • What you should know
    • Using the exercise files
    • Getting the most from Code Clinic
    1. Problem 1: Pond Oreille
    • Intro: The weather at Pond Oreille
    • Solution Overview
    • Loading data
    • Parse the data
    • Perform calculations
    • Putting it all together
    2. Problem 2: Where Am I?
    • Intro: Where am I?
    • Solution overview
    • Calling the API
    • Parsing the location data
    3. Problem 3: Eight Queens
    • Intro: Eight queens
    • Solution overview
    • Scanning for solution
    • Chess board validation
    • Print the solutions
    4. Problem 4: Accessing Peripherals
    • Intro: Accessing peripherals
    • Fugue library
    • Solution overview
    • Implement the music player
    5. Problem 5: Facial Recognition
    • Intro: Facial recognition
    • The OpenIMAJ library
    • Solution overview
    • Implement facial detection
    • Perform facial detection
    6. Problem 6: Real-Time Information Dashboard
    • Intro: Real-time information dashboard
    • Required tools
    • Solution overview
    • Import the CSV
    • Calculate the seconds passed
    • Generate JSON output
    • Send data to the dashboard