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


Web Architecture, Git, Curl, Interfaces, Context, Error Handling, & Escape Analysis

What you will learn

Advance your skills with Google’s Go (golang) programming language

Learn the fundamentals of web architecture, context, and error handling

Master the nuances of interfaces, method sets, and escape analysis

Enhance your ability to use git and gain skills using curl

Taught by a university professor

From intermediate to advanced concepts

Hands-on exercises with solutions

Over 2.65 Million students taught

Lifetime course access

Learn at your own pace

100% satisfaction guaranteed

Never expires – lifetime access – forever!

This course is tried, tested, and proven

Mobile friendly

Description

Google’s Go Programming Language is one of the fastest growing, highest paying programming languages in the world.

There is a reason for Go’s popularity:Β Go was created by geniuses and is the next step in the evolution of programming languages. Knowing how to use Go well will increase your power and productivity as a programmer.

This course will give you the skills you need to advance your Go Programming Language skills. This course is very practical and applicable. It focuses on teaching you skills you can use.

In addition, this course will build your skills with web architecture, git, curl, interfaces, context, error handling, & escape analysis.

Presented with high-quality video lectures, this course will visually show you many great things about Google’s Go (golang) Programming Language and collaboration. Co-taught by a tenured professor in California and a Professional Developer, this is just some of what you will learn in this course:

  • Learn to succeed as a student
  • Master intermediate skills using git
  • Learn how to version your codebase in git
  • Acquire the ability to use curl for web requests
  • Explore the fundamentals of software and web architecture
  • Gain insight into REST, SPA, MVC, containers, and container orchestration
  • Explore the nuances between monoliths and microservices
  • Acquire an understanding of serverless architecture and continuous integration
  • Solidify your abilities using interfaces to abstract code and decouple dependencies
  • Explore the implications of method sets
  • Gain insight into code organization conventions
  • Strengthen your skills with writing tests and creating mocks
  • Learn to use the context package to write idiomatic Go code
  • Reinforce your abilities to write robust code using Go’s error wrapping capabilities
  • Acquire a thorough understanding of the heap, the stack, and escape analysis

This is an amazing course! This course will change your life. Being skilled at using the Go Programming Language will serve you and your career well. This course will increase your proficiency, productivity, and power as a programmer. You are going to love this course and it will forever change your life.


Get Instant Notification of New Courses on our Telegram channel.


Your satisfaction is guaranteed with this course.

Join me and enroll now!

The art used in the course image was designed by Renee French.
license:Β Creative Commons 3.0 Attributions license

English
language

Content

Getting started
Welcome
Credentials
Course resources
Learning tools
Success
Acceleration
Questions
Principles
Collaboration
Exercises
Anecdotes
Git and versions
Introduction
Github repo
Git ignore
Versioning codebase
Access versions
Code and curl
Introduction
Separation of concerns
Reviewing example code
Post with curl
Get with curl
Hands-on Exercises – Ninja level 1
Hands-on exercise #1
Hands-on exercise #2
Hands-on exercise #3
Software architecture
Introduction
Exploring architecture
Overview of buzzwords
Monolith vs microservices
Serverless
Virtualization
Containers
Container orchestration
Containers and orchestration illustrated
Continuous integration, delivery, deployment
REST
SPA
MVC
Interfaces
Introduction
One value, many types
Concrete & abstract types
Using an interface
Using an interface II
Decoupling data storage
Coding the decoupling
Improving the decoupling
Standard library interfaces
Housekeeping
Code organization conventions
Adding documentation
Testing
Example tests
No return
The testify mock package
Introduction to gomock
Generating gomock code
Testing with gomock
Method sets explained
Method sets example
Empty interface
Hands-on Exercises – Ninja level 2
Hands-on exercise #1
Hands-on exercise #2
Hands-on exercise #3
Hands-on exercise #4
Hands-on exercise #5
Context
Where we are in the course
Understanding context
Reading documentation
With timeout
With value
Abstracting with value
Done
Hands-on Exercises – Ninja level 3
Hands-on exercise #1
Hands-on exercise #2 – attempt 1
Hands-on exercise #2 – attempt 2
Hands-on exercise #3
Hands-on exercise #4 – attempt 1
Hands-on exercise #4 – attempt 2
Hands-on exercise #5
Dealing with errors
Introduction
Go and errors
Dealing with errors
Creating an error using the standard library
Creating a custom error
Wrapping errors
Accessing wrapped errors
Errors in-depth
Introduction
Provide meaning
Why compare errors
Why assert errors
Switch case
Why unwrap
Using unwrap
Errors in practice
Checking errors after processing
Best practices
Understanding best practices
Abstracting into a package
Hands-on Exercises – Ninja level 4
Hands-on exercise #1
Hands-on exercise #2
Hands-on exercise #3
Hands-on exercise #4
Hands-on exercise #5
Hands-on exercise #6
Nice to know
Overview
String method
Equality on structs
Stack, heap, escape analysis intro
Exploring stack, heap, escape analysis
Coding stack, heap, escape analysis
Review
Todd’s review
Daniel’s review
Farewell
Congratulations!
Next steps
Leave a review
Bloopers