• Post category:StudyBullet-12
  • Reading time:9 mins read


A Complete Go Course Focused on Problem Solving and Web Development

What you will learn

A complete understanding of Go and related technologies with a focus on problem solving and web development

Learn the Core Go Language at a Deep Level

Complete understanding of utilizing Go for Web Development

You’ll Create a Web Framework that can be used to Create an Infinite Variety of Web Apps

Description

What You’ll Learn

• Learn the Core Go Language at a Deep Level

• Learn how to Solve Real Programming Problems with a Focus on Teaching Problem Solving Skills

• Complete understanding of utilizing Go for Web Development

• You’ll Master Complex Concepts like : Sessions, Caching, Middleware, CSRF, Form Validation, Working with Databases, Authentication and More

• You’ll Create a Web Framework that can be used to Create an Infinite Variety of Web Apps

• This course also includes a complete tutorial on PostgreSQL with numerous examples!

• Instructor has 28 Years of Professional Experience and a Decade of Experience Making Educational Videos

Go is the #1 language in most demand by employers right now. Employers are willing to pay 33% more for those who are gifted Go programmers. The problem is that access to a high end education on Go has been hard to find, but not anymore.


Get Instant Notification of New Courses on our Telegram channel.


Do you want to develop the skills required to solve real world programming problems? This course will turn you into a real Go programmer that has a complete understanding of everything Go can do!

Most tutorials are just video versions of cheat sheets. This course is different. It teaches you how to solve problems like you will have to do in the real world. It does that by making you solve ever increasingly complex problems.

Don’t worry. I will be there to help along the way. I work through the solutions and also provide heavily commented code and quizzes that will turn you into a Go Master!

Start Slow and Aim to Learn Everything

I start by teaching the core language while challenging you to solve increasingly more complex problems. Then I move into web development. You’ll create simple web apps so that you can understand the major concepts. Then we’ll create a blog site which is structured so that the framework can be used to create most any other type of site.

By the end you’ll not only understand Go, but you’ll be able to create professional web applications with session management, authentication, security, validation, and the ability to work securely with databases.

You will get lifetime access to this growing course along with all the heavily commented code, quizzes and assignments!

This course comes with a 30 day money back guarantee! If you are not completely satisfied you get your money back.

You’re ready to become a Go Master and this course will get you there! Learn to solve real problems and advance your career to the next level. I’ll be there to help for each step.

English
language

Content

Introduction

Introduction

Installation

Installation

Core Go Language

Introduction
Variables & Data Types
If & Formatting
Exercise to Test what you Learned
Math
Exercise to Test What you Learned
Looping
Exercise to Test What you Learned
Strings & Runes
Date & Time
Arrays
Slices
Functions
Hangman Exercise
Hangman Exercise 2
Hangman Exercise 3
Pointers
File IO
Command Line
Packages
Maps
Generics
Structs
Defined Types
Interfaces
Concurrency
Closures
Recursion
Regular Expressions
Automated Testing

Getting Started with Web Apps

Web App 1
Web App 2
Web App 2 Pt 2

Starting a Complex Web App – Blog

Web App 3
Web App 3 Rendering & Caching
Web App 3 Handlers
Web App 3 Pass Data to Templates
Web App 3 Routes Config Repository
Web App 3 Middleware
Web App 3 Sessions
Web App 3 Sessions Pt 2
Web App 3 Website Design & Bootstrap
Web App 3 Website Design & Bootstrap Pt 2
Web App 3 Create Templates
Web App 3 Passing Form Data & CSRF
Web App 3 Server Side Form Validation
Web App 3 Server Side Form Validation Pt 2
Web App 3 Redirect on Error

PostgreSQL Tutorial

PostgreSQL Installation
PostgreSQL Introduction
PostgreSQL Data Types
PostgreSQL Insert, Alter, & Custom Data Types
PostgreSQL Organizing Tables
PostgreSQL Altering Tables
PostgreSQL Inserting Data
PostgreSQL Getting Data from One Table
PostgreSQL Getting Data from Multiple Tables
PostgreSQL Similar, Like and REGEX
PostgreSQL Views
PostgreSQL SQL Functions
PostgreSQL SQL Functions 2
PostgreSQL pgSQL Functions
PostgreSQL pgSQL 2
PostgreSQL pgSQL 3
PostgreSQL Stored Procedures
PostgreSQL Triggers
PostgreSQL Cursors
PostgreSQL Setup DB and Database Library

Finishing the Web App – Advanced Topics

PostgreSQL and Go 21 Connecting DB
PostgreSQL and Go 22 Insert User Function
PostgreSQL and Go 23 Update User Functions
Postgres and Go 24 Database Driver
PostgreSQL and Go 25 Load DB Sitewide
PostgreSQL and Go 26 Input Data from Site into DB
PostgreSQL and Go 27 User Authentication
PostgreSQL and Go 28 Finish Login and Logout
PostgreSQL and Go 28 Finish Login and Logout Pt 2
PostgreSQL and Go 29 Finishing Up