Companies Home Search Profile

Learning the Go Standard Library

Focused View

Joe Marini

3:17:50

0 View
  • 01.01-dont go re-inventing the wheel.mp4
    01:05
  • 01.02-what you should know.mp4
    01:17
  • 01.03-setting up the environment.mp4
    02:40
  • 01.04-overview of go packages.mp4
    02:21
  • 02.01-overview of the fmt package.mp4
    01:34
  • 02.02-print and println basics.mp4
    05:49
  • 02.03-using printf and sprintf.mp4
    10:02
  • 02.04-formatting and precision.mp4
    04:04
  • 02.05-reading from standard input.mp4
    03:05
  • 03.01-the strings package.mp4
    01:31
  • 03.02-basic string operations.mp4
    07:34
  • 03.03-string searching.mp4
    07:13
  • 03.04-string manipulation.mp4
    09:46
  • 03.05-using the map function.mp4
    06:52
  • 03.06-using string builder.mp4
    06:18
  • 03.07-parsing strings with strconv.mp4
    09:11
  • 03.08-string tests with unicode.mp4
    05:16
  • 04.01-the math package basics.mp4
    05:41
  • 04.02-trigonometry and other functions.mp4
    04:30
  • 04.03-random number generation.mp4
    08:55
  • 04.04-using random numbers.mp4
    08:07
  • 05.01-file information.mp4
    06:32
  • 05.02-writing files.mp4
    09:39
  • 05.03-reading files.mp4
    08:36
  • 05.04-directory operations.mp4
    05:55
  • 05.05-temporary files and directories.mp4
    08:26
  • 06.01-working with urls.mp4
    07:36
  • 06.02-performing http get.mp4
    06:24
  • 06.03-performing http post.mp4
    08:09
  • 06.04-encoding json.mp4
    06:03
  • 06.05-decoding json.mp4
    06:48
  • 06.06-encoding xml.mp4
    05:39
  • 06.07-decoding xml.mp4
    04:22
  • 07.01-next steps.mp4
    00:50
  • Ex Files Go Standard Library.zip
  • Description


    In the world of programming languages, Go is a relative newcomer, but has become very popular in the developer community due to its simplicity, performance, and focus on modern programming techniques like concurrency. The key to making the most efficient use of Go is to keep your code lean, and one of the best ways to do that is to use the standard package library. As instructor Joe Marini explains, a big part of the popularity of Go is due to the large and growing ecosystem of packages that make up that standard library. In this course, Joe takes a look at several of the more popular and useful packages that address common development scenarios, like formatting strings for output and display to the user, performing common networking tasks like HTTP requests, processing internet data formats like XML and JSON, and working with files and directories. After this course, you’ll have a solid grasp of what's included in the standard library and how to leverage it within your code.

    More details


    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category

    Go

    Seasoned software industry veteran with 30 years of experience creating developer platforms and APIs, managing strategic partners, leading high-performing teams, driving developer-focused initiatives, crafting product strategy, and advocating for great technology. Deep experience delivering both technical and business presentations to large audiences. Senior Author for LinkedIn Learning with over 50 published titles, covering subjects such as Python programming, Android Development, XML and JSON data processing, Mobile Development, jQuery, and HTML5. Specialties: Strategic Partner Management; Mobile Applications; Web standards, architecture, and development; product strategy; program management; partner marketing; SDK development; writing and speaking; developer platform API development
    LinkedIn Learning is an American online learning provider. It provides video courses taught by industry experts in software, creative, and business skills. It is a subsidiary of LinkedIn. All the courses on LinkedIn fall into four categories: Business, Creative, Technology and Certifications. It was founded in 1995 by Lynda Weinman as Lynda.com before being acquired by LinkedIn in 2015. Microsoft acquired LinkedIn in December 2016.
    • language english
    • Training sessions 34
    • duration 3:17:50
    • Release Date 2024/10/14

    Courses related to Go