Home / Miniclass / Backend Development
Backend Development

Backend Development

Wednesday
19:00 - 21:00

Brief Introduction

The Backend Development miniclass is a training program designed for IT students to learn the fundamentals of system logic development using PHP and MySQL, aligned with industry standards. In this program, you will gain essential backend skills that are widely used in real-world applications.

You might think, “Backend development is boring—just lines of code.” However, this miniclass emphasizes a hands-on and practical approach, where you will immediately start building system logic. You will learn how to design clean database structures, connect websites to servers, and create interactive features such as data manipulation (Create, Read, Update, Delete) and complex data relationships.

No prior coding experience? No problem. The Backend Miniclass is designed specifically for beginners. Whether it’s your first time hearing terms like “Query” or “HTTP Method”, our mentors will guide you step by step. You’ll learn programming logic in a relaxed environment while still producing meaningful results.

What makes this miniclass even more exciting is that you’ll understand how data works in real-world scenarios. Through various case studies, you’ll sharpen your logical thinking and gain insights into what it’s like to work as a Backend Developer.

So, what are you waiting for? Join the Backend Miniclass and become the skilled programmer behind powerful applications!

Learning Timeline

Session 1

Main Topic: Introduction to Databases, Database Setup, DDL (Data Definition Language)
Output:

  • Participants are able to set up a database using Laragon
  • Participants are able to create DDL queries via phpMyAdmin

Session 2

Main Topic: Introduction to PHP, DML (Data Manipulation Language), Database Connection
Output:

  • Participants are able to create DML queries via phpMyAdmin
  • Participants are able to create a database connection for a PHP project

Session 3

Main Topic: Introduction to HTTP Methods, CREATE and READ Data
Output:

  • Participants understand the concept of HTTP Methods
  • Participants are able to implement the POST method to CREATE data in PHP
  • Participants are able to implement the GET method to READ data in PHP

Session 4

Main Topic: UPDATE and DELETE Data
Output:

  • Participants are able to implement UPDATE operations in PHP
  • Participants are able to implement DELETE operations in PHP

Session 5

Main Topic: Constraints, Relationships, JOIN Queries
Output:

  • Participants understand the concept of database constraints
  • Participants understand relationships between tables
  • Participants are able to create JOIN queries using phpMyAdmin

Session 6

Main Topic: Case Study – JOIN with PHP
Output:

  • Participants are able to perform JOIN operations between the items table and the sales_details table and display the results on a website
  • Participants are able to perform JOIN operations between the items table and the categories table