ข้อมูลเบื้องต้นของกิจกรรมนี้
รูปแบบของกิจกรรม
กิจกรรมเวิร์กช็อปแบบออนไลน์ทาง Discord
วันที่จัดกิจกรรม
เสาร์ 24 – อาทิตย์ 25 กุมภาพันธ์ 2567
วันที่รับสมัครวันสุดท้าย
เสาร์ 24 กุมภาพันธ์ 2567
จำนวนที่รับ
50 คน
ค่าใช้จ่าย
590 บาท (จ่ายตอนสมัคร)
คุณสมบัติ (ระดับการศึกษา/ช่วงอายุ/อื่นๆ)
ม.1 – ม.6 / บุคคลทั่วไป
ปีการศึกษา 2566
อายุ 12 ปีขึ้นไป
กิจกรรมนี้จัดโดย (ติดต่อผู้จัด คลิกที่ไอคอนด้านล่าง)
Marian Onilne
เพิ่มเติม
คำอธิบายกิจกรรม
HERO PROGRAMMING GO
Online Live Discord
24-25 กุมภาพันธ์ 2567 เวลา 13:00-15:00 น.
Module 1: Introduction to Go
History and Philosophy: Understanding the origins of Go and its design principles.
Setting Up the Development Environment: Installing Go, setting up the workspace, and using the Go command.
“Hello, World!” Program: Writing your first Go program to understand the basic structure.
Module 2: Basics of Go
Variables and Types: Introduction to data types, variables, and constants.
Operators: Arithmetic, logical, and comparison operators.
Control Structures: If-else statements, switch cases, and loops (for).
Module 3: Functions in Go
Defining and Calling Functions: Syntax, parameters, and return values.
Multiple Return Values: Understanding how and why functions can return multiple values.
Anonymous Functions and Closures: Using functions as values and closures.
Module 4: Data Structures
Arrays and Slices: Declaring, initializing, and iterating over arrays and slices.
Maps: Working with key-value pairs, iterating over maps.
Structs: Defining custom types, accessing, and modifying fields.