How To Build A File Server Applicaiton With Golang
Last updated 12/2020
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Language: English | Duration: 1h 26m | Size: 218 MB
Go: the Great Stack for fileservice Services
What you'll learn
Programming backend server for resizing ad storing image files
Saving files to Postgres SQL database
Getting and string files by using endpoints which created in backend by Golang
Testing logic by using Postman
Insert, get one and get all data from sql database
Requirements
You should know golang language and postgre sql database
Description
This course will help you to build your fileserver, where you can post your own images. You can define the data
model of your Go applications using structs. This course shows you how to build fileserver application with sql database Postgres.
This course covers the following
Creating golang applicationAdding endpoint for get, upload and list all filesGet from server file by nameStoring names of file in the databaseUpload files by using postmanResizes images
The Go programming language can be simply described in three words: simple, minimal, and pragmatic. If you look deeply into the language design of Go, you see its simple and minimalistic approach, coupled with a pragmatic design. You can observe this simplicity with all the Go language features, including the type system. Today, many programming languages provide too many features that make applications more complex for developers. The design goal of Go is to be a simple and minimal language that provides all the necessary features for developing efficient software systems.
What are the requirements?
A familiarity of programming in Golang.A familiarity of Linux or OSxA familiarity of Postgres SQL
What am I going to get from this course?
Learned how to build files server with Postgres in GO. How store and resizes image, how to upload and get uploaded files.
What is the target audience?
IT professionals and managers who want to understand and learn this hot new technology
Who this course is for
My student is a person how already knew some programming languages and sql databases
Code:
Bitte
Anmelden
oder
Registrieren
um Code Inhalt zu sehen!