Golang News http://golangnews.com Jobs, Code, Videos and News for Go hackers - everything about the go programming language Tue, 13 Feb 2018 19:00:00 +0000 Releases: AWS SDK 2.0 for Go #developerpreview <p>We’re pleased to announce the Developer Preview release of the <a href="https://aws.amazon.com/sdk-for-go/" style="box-sizing: border-box; color: rgb(0, 91, 134); text-decoration: none;">AWS SDK for Go 2.0</a>. Many aspects of the SDK have been refactored based on your feedback, with a strong focus on performance, consistency, discoverability, and ease of use. The Developer Preview is here for you to provide feedback, and influence the direction of the AWS SDK for Go 2.0 before its production-ready, general availability launch. Tell us what you like, and what you don’t like. Your feedback matters to us. Find details at the bottom of this post on how to give feedback and contribute.</p> <p>You can safely use the AWS SDK for Go 2.0 in parallel with the 1.x SDK, with both SDKs coexisting in the same Go application. We won’t drop support for the 1.0 SDK any time soon. We know there are a lot of customers depending on the 1.x SDK, and we will continue to support them. As we get closer to general availability for 2.0, we’ll share a more detailed plan about how we’ll support the 1.x SDK.</p> 13 points posted by gopher https://aws.amazon.com/blogs/developer/aws-sdk-for-go-2-0-developer-preview 3092 Tue, 09 Jan 2018 12:56:00 +0000 Book: Learning Go programming Insightful coverage of Go programming syntax, constructs, and idioms to help you understand Go code effectively. Also see the introductory <a href="https://medium.com/learning-the-go-programming-language/why-i-wrote-a-book-on-go-programming-b67aa5d3067b#.btacv0cfw">blog post.</a> 7 points posted by gopher https://www.amazon.com/dp/1784395439 1453 Tue, 03 Jan 2017 13:34:00 +0000 Announcing go support for AWS lambda #aws #lambda 5 points posted by Matt Evans https://aws.amazon.com/blogs/compute/announcing-go-support-for-aws-lambda 3109 Tue, 16 Jan 2018 01:24:00 +0000 AWS Elastic beanstalk adds support for golang #aws 3 points posted by kenny https://aws.amazon.com/blogs/aws/elastic-beanstalk-update-support-for-java-and-go 132 Mon, 05 Oct 2015 20:12:00 +0000 Book Release: Go For DevOps #go #golang #sre #devops #terraform #kubernetes <div>In the book you will find:</div><div>* The basics of Go (including the 1.18 generics addition)</div><div>* Using Go with various encoding formats</div><div>* Building basic REST and gRPC services</div><div>* Applying Go to automate local system tasks</div><div>* Utilizing Go to automate those same tasks on thousands of machines</div><div>* Building a system agent to manage your machines (physical or virtual)</div><div>* Constructing a ChatOps bot with Slack to enhance visibility of operations</div><div>* Writing a Terraform provider</div><div>* Enhancing Packer to build system images on AWS</div><div>* Extending Kubernetes with the Operators SDK</div><div>* Embracing OpenTelemetry for telemetry data using Jaeger and Prometheus</div><div>* Using Azure's Go API to manipulate cloud services</div><div>* Avoiding Chaos in your DevOps services that have disrupted major FANG companies</div><div>* Constructing your own extendable, centralized workflow service with a policy server</div><div>* And much more...</div><div><br></div><div>Author proceeds go to Doctors without Borders.&nbsp; </div><div>Check out the announcement here: </div><div>https://www.amazon.com/Go-DevOps-language-Kubernetes-Terraform/dp/1801818894/ref=sr_1_1?crid=3UJVTH5WHIGI8&amp;keywords=go+for+devops&amp;qid=1656568378&amp;sprefix=go+for+devops%2Caps%2C126&amp;sr=8-1<br></div><div><br></div> 1 points posted by johnsiilver https://www.amazon.com/Go-DevOps-language-Kubernetes-Terraform/dp/1801818894/ref=sr_1_1?crid=3UJVTH5WHIGI8&keywords=go+for+devops&qid=1656568378&sprefix=go+for+devops%2Caps%2C126&sr=8-1 4748 Fri, 08 Jul 2022 20:27:00 +0000 Build an interpreter for a C-like language in go What you'll learn: - How to build an interpreter for a C-like programming language from scratch - What a lexer, a parser and an Abstract Syntax Tree (AST) are and how to build your own - What closures are and how and why they work - What the Pratt parsing technique and a recursive descent parser is - What others talk about when they talk about built-in data structures - What REPL stands for and how to build one 1 points posted by iris-go https://www.amazon.com/dp/300055808X 1995 Sun, 26 Mar 2017 05:38:00 +0000