Welcome to the Destin Learning Hands on Lab

We believe in Learning by Doing!


Welcome to the Destin Leaning Lab webpage.  Learning to program is a lot like playing a musical instrument, you can get better with practice. With these labs, you can get started with just a web browser; there is no software to install on your computer. You can concentrate on learning the coding skills without having to install and configure software. There are many more labs that are integrated into our courses. Check out our course catalog for more details.

HTML Labs

Here is the list of HTML Labs you can get started with. Click on the link and the lab will be loaded into your browser in a new window.

- 1.0 Hello World HTML
- 2.0 Key HTML Tags
- 3.0 HTML Tables
- 4.0 HTML Resume Project






SQLite Labs

Here is the list of database labs with SQLite you can get started with. Click on the link and the lab will be loaded into your browser in a new window. SQLite is integrated into the terminal.

- 8.3 Getting Started with SQLite
- 8.5 SQL Basics
- 8.7 SQL Joins
- 8.9 Advanced SQL Techniques








Java Labs

Here is the list of Java Labs you can get started with. Click on the link and the lab will be loaded into your browser in a new window.

- 2.4 Hello World Java
- 2.6 Simple Input in Java
- 3.2 If Statements
- 3.4 Loops
- 3.6 Switch Statements
- 4.2 Data Types
- 4.4 Arrays





C Labs

The C programming Language in one of the builing blocks of computer science. Learn the basics of programming in C with the following labs.

- 2.3 Hello World in C
- 2.5 Getting User Input in C
- 2.7 Functions in C
- 3.3 If Statements in C
- 3.5 Loops in C
- 3.7 Switch Statements in C