Complete Go For Professional Developers
Released 4/2025
MP4 | Video: h264, 3840x2160 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English | Duration: 58 Lessons ( 8h ) | Size: 8.52 GB
Learn to set up a HTTP server and perform CRUD operations with tests
We'll start this course by setting up a HTTP server. We'll create CRUD APIs for a Postgres database and write unit tests to ensure our API is reliable.
Master core fundamentals including variables, functions, control structures, and data structures
Build a complete HTTP server from scratch with proper routing using the Chi package
Set up and connect to a PostgreSQL database running in Docker
Implement database migrations and a robust data layer using the pgx driver
Design...