Collaboration and Crawling W/ Golang – Google's Go Language
Collaboration and Crawling W/ Golang – Google's Go Language, available at $79.99, has an average rating of 4.85, with 83 lectures, based on 311 reviews, and has 6505 subscribers.
You will learn about Advance your skills with Google's Go (golang) programming language Learn the fundamentals of gRPC building a chat-server using gRPC and Go Master all of the nuances of dependency management with Go's modules Enhance your ability to use git in collaborative environments 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 This course is ideal for individuals who are This course is perfect for individuals who want to build their skills with the Go programming language. It is particularly useful for This course is perfect for individuals who want to build their skills with the Go programming language.
Enroll now: Collaboration and Crawling W/ Golang – Google's Go Language
Summary
Title: Collaboration and Crawling W/ Golang – Google's Go Language
Price: $79.99
Average Rating: 4.85
Number of Lectures: 83
Number of Published Lectures: 83
Number of Curriculum Items: 83
Number of Published Curriculum Objects: 83
Original Price: $69.99
Quality Status: approved
Status: Live
What You Will Learn
- Advance your skills with Google's Go (golang) programming language
- Learn the fundamentals of gRPC building a chat-server using gRPC and Go
- Master all of the nuances of dependency management with Go's modules
- Enhance your ability to use git in collaborative environments
- 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
Who Should Attend
- This course is perfect for individuals who want to build their skills with the Go programming language.
Target Audiences
- This course is perfect for individuals who want to build their skills with the Go programming language.
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 collaboration, crawling, Go modules, git, github, and gRPC.
Presented with high-quality video lectures, this course will visually show you many great things about Google’s Go (golang) Programming Language and collaboration. Taught by a tenured professor in California, this is just some of what you will learn in this course:
-
Learn to succeed as a student
-
Master intermediate skills using git
-
Establish ssh encryption for github authentication
-
Learn how to add collaborators to your github repos
-
Understand the differences between cloning and forking repos
-
Acquire the ability to handle merge conflicts
-
Gain the skills to work well with git branches
-
Master creating, merging, and deleting branches
-
Learn to create pull requests, and merge pull requests
-
Acquire a thorough understanding of dependency management
-
Gain a comprehensive understanding of Go modules
-
Understand the semantic versioning of software
-
Acquire precise control over project dependencies
-
Learn to upgrade from other dependency management software
-
Master the essentials of crawling websites with Go
-
Understand the importance of robots.txt
-
Learn to crawl sites with infinite scroll
-
Gain insight into running analysis on crawl results
-
Acquire an understanding of the essentials of gRPC
-
Learn to setup a gRPC server and client
-
Gain the ability to build a gRPC chat server
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.
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
Course Curriculum
Chapter 1: Getting started
Lecture 1: Welcome
Lecture 2: Course outline
Chapter 2: Git essentials
Lecture 1: Introduction
Lecture 2: Understanding ssh encryption
Lecture 3: Creating our github repo
Lecture 4: Adding a collaborator to github
Lecture 5: Cloning a public project
Chapter 3: Git branches in action
Lecture 1: Working with merge conflicts
Lecture 2: Creating a branch
Lecture 3: Working with branches
Lecture 4: Merging branches
Lecture 5: Deleting branches
Lecture 6: Workflow summary
Chapter 4: Hands-on Exercises – Ninja level 1
Lecture 1: Hands-on exercise #1
Lecture 2: Hands-on exercise #2
Lecture 3: Exploring git rebase
Lecture 4: Hands-on exercise #2 – todd’s solution
Lecture 5: Hands-on exercise #3
Lecture 6: Hands-on exercise #3 – todd’s solution
Lecture 7: Hands-on exercise #4
Chapter 5: Go modules – intro
Lecture 1: Overview
Lecture 2: Package management
Lecture 3: Reading Documentation
Lecture 4: Creating a new module
Lecture 5: Adding a dependency
Lecture 6: Security assurance with go.sum
Chapter 6: Go modules – deeper dive
Lecture 1: Understanding versioning
Lecture 2: Upgrading a minor dependency
Lecture 3: Specifying dependency version
Lecture 4: Adding a new major dependency
Lecture 5: Upgrading a major dependency
Lecture 6: Removing unused dependencies
Chapter 7: Go modules – good to know
Lecture 1: Automatic conversion
Lecture 2: The module mirror & privacy
Lecture 3: Modules and git commit versioning
Lecture 4: Releasing major versions in go modules
Lecture 5: Git forks and module path replacement
Lecture 6: Review commands
Chapter 8: Hands-on Exercises – Ninja level 2
Lecture 1: Hands-on exercise #1
Lecture 2: Hands-on exercise #2
Lecture 3: Hands-on exercise #3
Lecture 4: Hands-on exercise #4
Lecture 5: Summary
Chapter 9: Git head
Lecture 1: Git syncing code
Lecture 2: Understanding git head
Lecture 3: Using git head
Chapter 10: Crawl #1
Lecture 1: Approaching crawling
Lecture 2: How to approach a package
Lecture 3: Question and answer
Lecture 4: Reflections
Chapter 11: Crawl #2
Lecture 1: Crawling infinite scroll
Lecture 2: robots.txt revisited
Lecture 3: Making a conversation request
Lecture 4: Making all conversation requests
Lecture 5: Parsing html
Lecture 6: Exploring parsing html
Lecture 7: Exploring main and running
Lecture 8: Reflections
Lecture 9: Analysis I – word count
Lecture 10: Analysis II – sorting
Chapter 12: Hands-on Exercises – Ninja level 3
Lecture 1: Hands-on exercise #1
Lecture 2: Hands-on exercise #2
Lecture 3: Hands-on exercise #3
Chapter 13: gRPC – getting started
Lecture 1: Introduction
Lecture 2: installation – windows
Lecture 3: Installation – Mac
Chapter 14: gRPC – in action
Lecture 1: Defining the service
Lecture 2: DSL vs IDL, and versions
Lecture 3: Compiling the service
Lecture 4: Protocol buffer, folders, & packages
Lecture 5: Setting up a grpc server
Lecture 6: Understanding the code
Lecture 7: Setting up a grpc client
Lecture 8: Discussing the service
Chapter 15: gRPC – chat server
Lecture 1: Introduction
Lecture 2: First steps
Lecture 3: Creating a client
Lecture 4: Foundations of a server
Lecture 5: Handling multiple connections
Lecture 6: Running the grpc chat server
Lecture 7: Tracing the path of a message
Chapter 16: Farewell
Lecture 1: Congratulations!
Lecture 2: Bonus lecture
Instructors
-
Todd McLeod
Top-Rated Instructor, Tenured College Professor -
Daniel Hoffmann
CTO at Greater Commons
Rating Distribution
- 1 stars: 10 votes
- 2 stars: 8 votes
- 3 stars: 23 votes
- 4 stars: 86 votes
- 5 stars: 184 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024