API Development with Golang
A hands-on, project-based course designed to teach beginners how to build robust, high-performance RESTful APIs using Golang. Starting from core Go syntax and concurrency, students will progress through routing, database integration, security, and finally containerize their application for production deployment.
Dipercaya oleh Perusahaan Terkemuka
Tentang Kursus Ini
A hands-on, project-based course designed to teach beginners how to build robust, high-performance RESTful APIs using Golang. Starting from core Go syntax and concurrency, students will progress through routing, database integration, security, and finally containerize their application for production deployment.
Silabus Kursus
01 Go Fundamentals for Backend Engineering
Go Fundamentals for Backend Engineering
- Introduction to Go, workspace setup, and Go Modules (
go mod). - Variables, Data Types, and Functions.
- Structs, Methods, and Interfaces (Go's approach to OOP).
- Error handling conventions in Go.
02 Mastering Go Concurrency
Mastering Go Concurrency
- Understanding Concurrency vs. Parallelism.
- Introduction to Goroutines.
- Channels and data synchronization.
- Practical use cases for concurrency in web servers.
03 Introduction to Web Frameworks (Using Fiber)
Introduction to Web Frameworks (Using Fiber)
- Why use a framework? Setting up a Go Fiber project.
- Understanding Fiber Context (
c *fiber.Ctx). - Basic routing: GET, POST, PUT, DELETE.
- Parsing JSON payloads and returning JSON responses.
04 Advanced Routing, Validation & Middleware in Fiber
Advanced Routing, Validation & Middleware in Fiber
- Handling Path Variables and Query Parameters.
- Request data binding and input validation (using
go-playground/validator). - What is Middleware? Implementing built-in Fiber middleware (Logger, CORS).
- Writing custom middleware for specific endpoint logic.
05 Relational Databases & ORM (Part 1: Basics)
Relational Databases & ORM (Part 1: Basics)
- Introduction to PostgreSQL and pgAdmin/DBeaver.
- Connecting Go Fiber to PostgreSQL using GORM.
- Defining database schemas using Go Structs (Auto Migration).
- Performing basic CRUD operations through Fiber endpoints.
06 Relational Databases & ORM (Part 2: Advanced Data Modeling)
Relational Databases & ORM (Part 2: Advanced Data Modeling)
- Understanding relational data (One-to-Many, Many-to-Many).
- Implementing associations in GORM.
- Preloading and eager loading related data in API responses.
- Handling database transactions to ensure data integrity.
07 Authentication & API Security
Authentication & API Security
- Password hashing mechanisms (Bcrypt).
- Understanding and generating JSON Web Tokens (JWT).
- Building Login and Registration endpoints.
- Creating a custom JWT Middleware in Fiber to protect private routes.
08 Containerization & Deployment
Containerization & Deployment
- Managing environment variables effectively (
.env). - Introduction to Docker and writing a
Dockerfilefor Go Fiber applications. - Setting up local infrastructure with
docker-compose.yml(App + Database). - Deployment strategies for VPS (preparing for tools like Docker Swarm or Coolify).
Proyek Akhir
EduTrack: Learning Management & Assessment API
A comprehensive backend system for an educational platform. The API allows administrators to manage course content and assessments, while allowing students to enroll in courses, track their learning progress, and submit quizzes for automated scoring. This project integrates all core concepts from the 8 modules, requiring students to handle complex relational data, secure their endpoints, and package the final product in a container.
Mengapa Memilih Training Korporasi?
Program training yang disesuaikan dengan kebutuhan tim dan organisasi Anda
Diskon Tim
Dapatkan harga khusus untuk pendaftaran grup. Semakin banyak peserta, semakin besar diskonnya.
Kurikulum Kustom
Materi training dapat disesuaikan dengan kebutuhan spesifik tim dan proyek perusahaan Anda.
Jadwal Fleksibel
Pilih waktu training yang sesuai dengan tim Anda: hari kerja, akhir pekan, atau sesi khusus di kantor Anda.
Sertifikat Resmi
Semua peserta menerima sertifikat profesional setelah menyelesaikan training.
Dukungan Pasca-Training
Dapatkan akses konsultasi gratis selama 30 hari setelah training untuk memastikan implementasi yang sukses.
Proyek Nyata
Peserta akan mengerjakan proyek nyata yang dapat segera diterapkan di lingkungan kerja mereka.
Butuh program training yang disesuaikan untuk tim Anda?
Minta Penawaran KorporasiDipercaya oleh Perusahaan Terkemuka
Lihat apa yang dikatakan klien korporasi kami tentang program training kami
Pertanyaan yang Sering Diajukan
Temukan jawaban untuk pertanyaan umum tentang program training kami
Ya, kami menyediakan opsi training online (remote), offline (di kantor Anda, khusus korporasi), atau hybrid berdasarkan kebutuhan tim Anda. Semua format mendapatkan materi dan sertifikat yang sama.
Untuk training korporasi, minimum adalah 3 peserta. Namun, kami juga menerima pendaftaran individu.
Tentu saja. Kami menawarkan layanan kurikulum kustom di mana materi dapat disesuaikan dengan tumpukan teknologi, proyek aktif, dan kebutuhan spesifik tim Anda.
Ya, kami menawarkan diskon grup khusus: 10% untuk 5-9 peserta, 15% untuk 10-14 peserta, dan 20-30% untuk 15+ peserta dari perusahaan yang sama.
Durasi training bervariasi tergantung materi. Untuk training korporasi, jadwal dapat disesuaikan dengan kebutuhan tim Anda - hari kerja, akhir pekan, atau jadwal kustom.
Ya, semua peserta yang menyelesaikan training akan mendapatkan sertifikat resmi dari Rumah Coding. Sertifikat digital dapat diverifikasi secara online.
Tentu. Kami menyediakan dukungan konsultasi gratis selama 30 hari setelah training untuk membantu implementasi. Peserta juga mendapatkan akses ke komunitas eksklusif dan materi rekaman training.
Masih punya pertanyaan?
Hubungi Tim KamiKursus Terkait
Fullstack Web Development With Next.js
A practical, beginner-friendly, and project-based introduction to full-stack web development. Students will learn to build, secure, and deploy modern web applications from scratch using Next.js (App Router), React, Tailwind CSS, and a relational database. By the end of the course, students will have a fully functional, production-ready application to showcase in their portfolio.
Test-Driven Development (TDD) for Modern Web Apps
A hands-on, project-based course designed to introduce beginners to the Test-Driven Development (TDD) methodology in modern web applications. Students will learn to write reliable, bug-resistant code by mastering the "Red-Green-Refactor" cycle. Through practical implementation of unit, component, integration, and end-to-end tests, learners will shift their mindset from "coding then testing" to "testing to guide the coding," ultimately building a robust application from scratch.
Building Modern Apps with Filament
Learn how to build modern, full-stack web applications rapidly using FilamentPHP and the TALL stack. This project-based course is designed for beginners, guiding you step-by-step to create a fully functional backend administration panel. By the end of the course, you will have mastered Filament's powerful Panel Builder, robust CRUD operations, complex database relationships, and interactive dashboards.
MERN Stack Development
Launch your journey into full-stack web development with this comprehensive, project-driven course. Designed for beginners, this course demystifies the MERN stack (MongoDB, Express.js, React.js, Node.js) by guiding you step-by-step in building a real-world application from scratch. By the end of this course, you will have the practical skills and a complete portfolio project to confidently step into the modern web development industry.
Untuk Perusahaan?
Dapatkan penawaran khusus untuk training tim Anda
- Diskon hingga 30%
- Kurikulum kustom
- Jadwal fleksibel